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 to skip crew ending sessions automatically #231

Closed bboynton97 closed 1 month ago

bboynton97 commented 1 month ago

Closes #198

Crew has the ability to automatically detect when all tasks are complete and to end execution. If the developer doesn't wish for their AgentOps session to end at this time, they can pass an optional parameter into init() to skip this.

HowieG commented 1 month ago

Approving but I think our init params are getting too long and gut tells me we could do this cleaner. Discussed w @siyangqiu and we're all gonna discuss moving over to a config object pattern

bboynton97 commented 1 month ago

Approving but I think our init params are getting too long and gut tells me we could do this cleaner. Discussed w @siyangqiu and we're all gonna discuss moving over to a config object pattern

I would agree with this, but I think it merits more discussion unrelated to this PR