AgentOps-AI / agentops

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
1.22k stars 97 forks source link

Support function calling LLMs to CrewAI agents #197

Open areibman opened 2 months ago

areibman commented 2 months ago

🚀 Feature Request

💡 Got a brilliant idea? Currently, Agents only track the main llm parameter. However, in Crew, you can pass in a function_calling_llm argument and track that as well.

🤔 Is your feature request related to a problem? Function calling LLMs are like a secondary LLM used by agents specifically for picking function calls. This wasn't a pattern we'd thought was required at first, but now it's clear that it's an emerging paradigm.

🎉 Describe the solution you'd like Add function calling LLMs to the agent