Camel AI
Track and analyze CAMEL agents with AgentOps
CAMEL-AI is the first large language model (LLM) multi-agent framework and an open-source community dedicated to finding the scaling law of agents. Checkout their comprehensive documentation here.
Adding AgentOps to CAMEL agents
Install the AgentOps SDK
Install CAMEL-AI with all dependencies
Add AgentOps code to your code
Make sure to call agentops.init
before calling any openai
, cohere
, crew
, etc models.
Set your API key as an .env
variable for easy access.
Read more about environment variables in Advanced Configuration
Run your agent
Execute your program and visit app.agentops.ai/drilldown to observe your CAMEL Agent! 🕵️
After your run, AgentOps prints a clickable url to console linking directly to your session in the Dashboard
Clickable link to session
Full Examples
Single Agent Example with Tools
Here’s a simple example of tracking a single CAMEL agent with tools using AgentOps:
Multi-Agent Example
Check out the example notebook here to see how to track multi-agent setups.