velaclaw 0.3.0

Protocol-driven autonomous AI agent runtime with intelligent model selection and multi-model negotiation.
1
2
3
4
//! Default values shared across onboarding, config, and CLI fallbacks.

/// Canonical example `provider/model` id for fresh installs (upstream ai-protocol naming).
pub const DEFAULT_PROTOCOL_MODEL_ID: &str = "openai/gpt-5.2";