Expand description
CLI default AgentCore assembler.
This layer consolidates the provider / tool / hook / storage / MCP / observability
wiring that was previously scattered across src/bin/cli.rs into an extensible
builder. The underlying
DefaultAgentCoreBuilder remains a
minimal agent abstraction; this module expresses the defect CLI’s “default feature
set”.
Structs§
- Built
CliAgent - AgentCore and associated metadata required to run the default CLI.
- CliAgent
Builder - Default AgentCore assembly builder for the defect CLI.
- Default
Feature Set - Default feature set for the CLI.
Enums§
- Default
Feature - Clippable features in the default CLI assembly.
- Repl
Mode - REPL assembly semantics.