Expand description
Agent registry: lightweight discovery index for parallel agent sessions.
Stores one TOML file per active agent in .heddle/agents/<session-id>.toml.
The registry does NOT manage worktrees or refs — those remain independent.
It exists purely so an orchestrator can query which agents are in flight.
Structs§
- Actor
Chain Node - One hop in an actor ancestry chain, ordered root to leaf.
- Agent
Entry - A registry entry describing one active (or recently finished) agent session.
- Agent
Registry - Manages agent registry entries stored in
.heddle/agents/. - Agent
Usage Summary - Context
Query Entry - A record of one
heddle context getcall made during an agent session.
Enums§
- Agent
Status - Status of an agent session.
- Reserve
Outcome - Outcome of an attempt to reserve an active session on a thread.
Functions§
- generate_
agent_ id - Generate a unique agent session identifier.