mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-27 21:05:34 +00:00
* fix(chat): honor model config in managed agent chat (#477) * test(server): regression test for managed-agent engine resolution _make_lightweight_system must resolve the user's configured engine (intelligence.preferred_engine, else engine.default) via get_engine, not a hardcoded OllamaEngine (#477/#514). Asserts the key passed to get_engine (captured before the system is built); runs under the server extra (fastapi). Verified: passes on the fix, fails (KeyError) against the pre-fix hardcoded-Ollama code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Jon Saad-Falcon <jonsaadfalcon@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>