Skip to content

dynamic agent registration#36

Open
pmeier wants to merge 6 commits into
mainfrom
design/dynamic-agent-registration
Open

dynamic agent registration#36
pmeier wants to merge 6 commits into
mainfrom
design/dynamic-agent-registration

Conversation

@pmeier
Copy link
Copy Markdown
Member

@pmeier pmeier commented May 16, 2026

Adds runtime agent registration and unregistration via the REST API, gated behind an agents.dynamic.enabled config flag.

Changes:

  • New API endpoints (GET /api/agents, GET /api/agents/{agentId}, POST /api/agents, DELETE /api/agents/{agentId}) mounted only when dynamic agents are enabled; return 404 otherwise
  • Agents config is now split into static and dynamic sub-keys, with a validator that requires at least one static agent or dynamic agents enabled
  • AgentHandler separated into static vs. dynamic agent storage, adds add_agent/remove_agent

@pmeier pmeier force-pushed the design/dynamic-agent-registration branch from 5282c4d to 911d344 Compare May 16, 2026 21:14
@pmeier pmeier marked this pull request as ready for review May 18, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant