Skip to main content

Module config

Module config 

Source

Structs§

AgentLoopConfig
Configuration for the agent loop.
AuxiliaryModelConfig
ChildApprovalRequest
A child sub-agent’s request to have a gated tool approved by its parent.
GoldConfig
GuardianConfig
Configuration for the guardian adversarial-review terminal gate.
ImageFallbackConfig
PromptMemoryFlags

Enums§

ChildApprovalOutcome
What the executor should do after delegating a child’s approval upward.
ImageFallbackMode

Constants§

BASH_COMPLETION_RESUME_KIND
Hidden resume-message runtime_kind metadata 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§

ApprovalDelegate
Late-bound delegate that routes a child’s approval request up to its parent.
BashResumeHook
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 AgentLoopConfig exactly like GuardianSpawner; the implementation lives in the session-app layer (on the completion coordinator) where the resume port (crate::session_app::resume::ResumeExecutionPort) is reachable.
GuardianSpawner
Late-bound spawner for the guardian reviewer child.