AgentForge currently supports OpenAI and LangChain tracing. Add CrewAI support via a callback handler similar to the existing AgentForgeCallbackHandler.
What to do:
- Study how CrewAI handles agent execution steps
- Create
agentforge/crewai.py with a callback/instrumentation class
- Capture: task execution, tool calls, LLM calls, agent decisions
- Add example in
examples/crewai_agent.py
Getting started:
- Clone the repo:
git clone https://github.com/Cubiczan/agentforge.git
- Install:
pip install -e .
- Check
agentforge/langchain.py for reference implementation
Tags: good first issue
AgentForge currently supports OpenAI and LangChain tracing. Add CrewAI support via a callback handler similar to the existing
AgentForgeCallbackHandler.What to do:
agentforge/crewai.pywith a callback/instrumentation classexamples/crewai_agent.pyGetting started:
git clone https://github.com/Cubiczan/agentforge.gitpip install -e .agentforge/langchain.pyfor reference implementationTags:
good first issue