velaclaw 0.5.1

Protocol-driven autonomous AI agent runtime with intelligent model selection and multi-model negotiation.
1
2
3
4
5
6
7
//! Local Control Plane shared types and agent chat runner (VL-UI-002).
//! 本地控制面共享类型与 agent 循环对话执行(VL-UI-002)。

pub mod auth;
pub mod runner;
pub mod sessions;
pub mod types;