-
Notifications
You must be signed in to change notification settings - Fork 529
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Contact Details
No response
π¦ Package Version
Version: 0.4.2
ποΈ Framework Version
No response
π Describe the Bug
Traceback (most recent call last): File "/app/.venv/bin/run_crew", line 10, in <module> sys.exit(run()) ^^^^^ File "/app/src/seo_redactor/main.py", line 315, in run agentops.end_session('Success') TypeError: end_session() missing 1 required positional argument: 'token' An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 1.
my file :
def run(): print('AGENT OPS DEPUIS LE RUN: ', os.getenv("AGENTOPS_API_KEY")) agentops.init(os.getenv("AGENTOPS_API_KEY"), skip_auto_end_session=True) """Run the guide creator flow""" CreatePageFlow().kickoff() agentops.end_session('Success')
π€ Contribution
- Yes, I'd be happy to submit a pull request with these changes.
- I need some guidance on how to contribute.
- I'd prefer the AgentOps team to handle this update.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working