Skip to main content

SharedAgentConfig

Type Alias SharedAgentConfig 

Source
pub type SharedAgentConfig = Arc<RwLock<AgentConfig>>;
Expand description

进程内共享的 AgentConfigserve / repl / chat / bench);热重载时 write 更新,回合开始时 read+clone 得快照传入 run_agent_turn

Aliased Type§

pub struct SharedAgentConfig { /* private fields */ }