J.A.R.V.I.S-rust/crates
Bossiara13 40f2f8b5f9 feat(core): conversation history with bounded length
split llm.rs into a module with separate client and history submodules.
ConversationHistory holds an optional system prompt plus a FIFO of user/
assistant turns capped at max_turns; oldest turns evict on overflow,
system prompt is preserved across truncation and clear().
2026-04-22 23:16:25 +03:00
..
jarvis-app AI models shared registry + Code cleanup + Better async handling + Some fixes, etc 2026-02-18 21:08:48 +05:00
jarvis-cli feat(cli): jarvis-cli ask <prompt> via Groq 2026-04-22 19:42:12 +03:00
jarvis-core feat(core): conversation history with bounded length 2026-04-22 23:16:25 +03:00
jarvis-gui build: add vosk link search to jarvis-gui build.rs 2026-04-22 18:07:33 +03:00