Expand description
Interactive CLI harness (S8.4).
Wires together config, tools, system prompt, hooks, and Agent into a single entry point for the interactive coding agent.
Structs§
- Coding
Agent Hooks - Default hooks for the coding agent – pass-through message conversion.
- Coding
Harness - Harness wiring config, tools, system prompt, hooks, and Agent.
- Coding
Harness Builder - Builder for SDK embedders that need to inject extension registries or precomputed discovery metadata without dynamic loading.
- Discovered
Resource Metadata - Public metadata for resources discovered by the coding harness.
- Interactive
Coding Hooks - Interactive hooks for the coding agent.
- Resource
Metadata Entry - One metadata entry exposed to prompts, RPC clients, and embedders.
- Resume
Info - Optional pre-existing session the harness can adopt instead of creating
a new JSONL file. Produced by
--resumeflows. - Runtime
Thinking State