I built a mini agent-tool framework to actually understand how LangGraph/CrewAI register tools
A developer built a mini agent-tool framework to understand how LangGraph and CrewAI register tools, implementing a global tool registry using Python's __init_subclass__ method. The framework automati…