Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crew support missing data #634

Open
bboynton97 opened this issue Jan 9, 2025 · 1 comment
Open

Crew support missing data #634

bboynton97 opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels
bug Something isn't working critical

Comments

@bboynton97
Copy link
Contributor

I am seeing inconsistent results compared to what the CLI informs for my crew. This one I built from scratch using agentstack and has the original Poetry implementation.

Since I had auto update disabled, i updated to 0.2.3 manually thinking it would fix it, and it did but just for one execution. I am not currently able to visualize anything but the LLM calls, even though they are properly tracked in the CLI.

I have been noticing different behaviors during the last hour, ranging from not displaying info at all un the Web UI, to not detecting tools, to working just fine.

I tested another crew from a different environment and project folder, and also worked in that weird way.

First crew: This one does not show the Tools (Serper) and error the CLI informs (and i can confirm they did run just as the CLI says).
🖇 AgentOps: Session Stats - Duration: 4m 11.7s | Cost: $0.044562 | LLMs: 9 | Tools: 6 | Actions: 0 | Errors: 2
🖇 AgentOps: Session Replay: https://app.agentops.ai/drilldown?session_id=a4adfab2-bfa7-44e4-9498-da9255d5bd5c
PastedGraphic-2.png

Second crew: this one did not detect tools (custom tools) in the CLI or the Web UI. Just detected LLM calls.

🖇 AgentOps: Session Stats - Duration: 2m 2.2s | Cost: $0.040895 | LLMs: 8 | Tools: 0 | Actions: 0 | Errors: 0
🖇 AgentOps: Session Replay: https://app.agentops.ai/drilldown?session_id=0f3ee714-4b24-4e4e-aad2-14771edf2d2f

PastedGraphic-1.png

——

Update: after I drafted this email, one of the crews was monitored correctly but just once. However, I ran it again just to make sure and this happened:
🖇 AgentOps: Session Stats - Duration: 1m 32.5s | Cost: $0.046415 | LLMs: 6 | Tools: 3 | Actions: 0 | Errors: 0
🖇 AgentOps: Session Replay: https://app.agentops.ai/drilldown?session_id=a7aa4cd3-b3c6-4b50-9f9e-3a75578c881f
PastedGraphic-3.png

Should I open an issue in the AgentOps repo? I also made sure to use different API keys from AgentOps for each Crew and also different tags. I also ran them sepparetely instead of concurrently in case that was affecting the monitoring.

@teocns teocns self-assigned this Jan 10, 2025
@teocns
Copy link
Contributor

teocns commented Jan 10, 2025

Chances are this will get indirectly fixed in v0.4; giving this high priority in the upcoming testing suite. Thanks for reporting 🙏

@teocns teocns added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical
Projects
None yet
Development

No branches or pull requests

3 participants