Skip to main content

Module assembly

Module assembly 

Source
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§

BuiltCliAgent
AgentCore and associated metadata required to run the default CLI.
CliAgentBuilder
Default AgentCore assembly builder for the defect CLI.
DefaultFeatureSet
Default feature set for the CLI.

Enums§

DefaultFeature
Clippable features in the default CLI assembly.
ReplMode
REPL assembly semantics.