Add support for switching AI models at runtime during a conversation. The model_switch tool allows users to: - Get current model state - List available providers - List models for a provider - Switch to a different model The switch takes effect immediately for the current conversation by recreating the provider with the new model after tool execution. Risk: Medium - internal state changes and provider recreation |
||
|---|---|---|
| .. | ||
| agent.rs | ||
| classifier.rs | ||
| dispatcher.rs | ||
| loop_.rs | ||
| memory_loader.rs | ||
| mod.rs | ||
| prompt.rs | ||
| tests.rs | ||