Expand description
Component builder and bootstrap utilities for the core agent.
This module extracts the initialization logic from Agent
so it can be reused by downstream consumers. The builder pattern makes it easy
to override default components (for example when embedding VTCode in other
applications or exposing a reduced open-source surface area) without relying
on the binary crate’s internal setup.
Structs§
- Agent
Component Builder - Builder for
AgentComponentSet
. - Agent
Component Set - Collection of dependencies required by the
Agent
.