J.A.R.V.I.S-rust/crates/jarvis-core
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
..
src feat(core): conversation history with bounded length 2026-04-22 23:16:25 +03:00
Cargo.toml feat(core): add Groq/OpenAI-compatible LlmClient 2026-04-22 19:36:14 +03:00