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

Implement (real-time) datasource for agent status #8779

Open
Tracked by #8774
Pwuts opened this issue Nov 26, 2024 — with Linear · 0 comments
Open
Tracked by #8774

Implement (real-time) datasource for agent status #8779

Pwuts opened this issue Nov 26, 2024 — with Linear · 0 comments
Labels
API platform/backend AutoGPT Platform - Back end

Comments

Copy link
Member

Pwuts commented Nov 26, 2024

Requirements

  • Shares updates of agent status in real time
  • Part of WebSockets API
  • The same info needs to be added to the GET /graphs REST endpoint
  • Events:
    • Agent status updated
      • Running (≥ 1 graph execution active)
      • Inactive (no graph executions active, no webhooks or schedule attached)
      • Scheduled (schedule attached)
      • Listening (webhook attached)
      • Error (not sure how to determine this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API platform/backend AutoGPT Platform - Back end
Projects
None yet
Development

No branches or pull requests

2 participants