Module bootstrap

Module bootstrap 

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

AgentComponentBuilder
Builder for AgentComponentSet.
AgentComponentSet
Collection of dependencies required by the Agent.