mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
Adds three new inference engine implementations to the Rust engine crate: - VLLMEngine: OpenAI-compatible /v1/chat/completions API - SGLangEngine: OpenAI-compatible API with SGLang-specific features - LlamaCppEngine: Native /completion endpoint with ChatML prompt formatting All backends implement InferenceEngine trait with generate, stream, list_models, and health methods. Includes comprehensive unit tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>