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.77k stars 170 forks source link

Create the option for Crews to not automatically end_session() after kickoff #198

Closed areibman closed 4 months ago

areibman commented 4 months ago

🚀 Feature Request

💡 Got a brilliant idea? If you run crew.kickoff() multiple times during the same session, a kickoff() success will automatically run agentops.end_session('Success'). This means the developer loses control of their session.

🎉 Describe the solution you'd like Update crew.kickoff() so that it doesn't automatically end_session. Or make it optional somehow.