mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
- Remove --router CLI flag from `jarvis ask`; use config fallback chain (default_model -> first engine model -> fallback_model) instead - Simplify SDK _resolve_model() to match the same fallback chain - Reclassify OrchestratorSFTPolicy and OrchestratorGRPOPolicy as IntelligenceLearningPolicy (they fine-tune LM weights, not agent logic) - Add MCPServer.get_tools() for SystemBuilder integration - Refactor SystemBuilder._resolve_tools() to discover tools via MCPServer with dependency injection, replacing manual per-tool-name imports - Update CLI router tests to test the new fallback chain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>