Structs§
- Agent
Loop Config - Configuration for the agent loop.
- Auxiliary
Model Config - Child
Approval Request - A child sub-agent’s request to have a gated tool approved by its parent.
- Gold
Config - Guardian
Config - Configuration for the guardian adversarial-review terminal gate.
- Image
Fallback Config - Prompt
Memory Flags
Enums§
- Child
Approval Outcome - What the executor should do after delegating a child’s approval upward.
- Image
Fallback Mode
Constants§
- BASH_
COMPLETION_ RESUME_ KIND - Hidden resume-message
runtime_kindmetadata value for a bash-completion self-resume (issue #84 Phase 2b). Shared by the producer (the self-resume task that appends the resume message) and the consumer (the suspend- finalization discriminant arm that preserves it), so a typo in one cannot desync from the other and silently drop the resume trigger.
Traits§
- Approval
Delegate - Late-bound delegate that routes a child’s approval request up to its parent.
- Bash
Resume Hook - Late-bound hook that arranges a self-resume for a session suspended waiting
on background Bash shells (issue #84 Phase 2b). Injected per-request on
AgentLoopConfigexactly likeGuardianSpawner; the implementation lives in the session-app layer (on the completion coordinator) where the resume port (crate::session_app::resume::ResumeExecutionPort) is reachable. - Guardian
Spawner - Late-bound spawner for the guardian reviewer child.