Skip to main content

Module agent_lifecycle

Module agent_lifecycle 

Source
Expand description

Agent lifecycle management — fork, register, run, cleanup.

Extracted from Orchestrator to reduce the god-object scope. Handles: fork agent → register A2A → check permissions → submit to scheduler → run → unregister → complete/fail.

Structs§

AgentLifecycleManager
Manages the full lifecycle of a single agent from fork to cleanup.