Expand description
Agent supervisor for process lifecycle management.
The AgentSupervisor manages the full lifecycle of kernel-managed
agents: spawn, stop, restart, inspect, and watch. It wraps the
existing AgentLoop spawn mechanism without replacing it, adding
capability enforcement, resource tracking, and process table integration.
Structs§
- Agent
Supervisor - Manages the lifecycle of kernel-managed agent processes.
- Enclave
Config - Placeholder configuration for TEE enclaves (D14, C8).
- Spawn
Request - Request to spawn a new supervised agent process.
- Spawn
Result - Result of a successful agent spawn.
Enums§
- Spawn
Backend - Execution backend for spawning an agent process.