rony-llm-agent/pkg
Victor Vargas a38f63683b feat: add history messages, reasoning content, and adaptive language support
- Add optional history parameter to Run/RunStream for conversation context
- Add Reasoning/ReasoningDelta fields to completion and stream types
- Update llama.cpp adapter to propagate reasoning content from responses
- Default persona language now adapts to the user's language dynamically
2026-07-05 16:17:37 -07:00
..
agent feat: add history messages, reasoning content, and adaptive language support 2026-07-05 16:17:37 -07:00
config feat(config): add YAML config loader with hierarchical precedence 2026-06-30 23:53:20 -07:00
llm feat: add history messages, reasoning content, and adaptive language support 2026-07-05 16:17:37 -07:00
persona feat: add history messages, reasoning content, and adaptive language support 2026-07-05 16:17:37 -07:00
rag test(llm,embeddings): add unit tests for mock client, types, and Ollama embedder 2026-07-03 14:22:41 -07:00
tools feat(tools): add Tool definitions, Registry pattern, and filesystem sandbox with path validation 2026-06-30 23:53:32 -07:00