rony-llm-agent/pkg
Victor Vargas 1a8f1557f6 feat(llm): add ChatTemplateKwargs to CompletionRequest for provider-specific template params
- Add ChatTemplateKwargs field to llm.CompletionRequest
- Propagate kwargs through agent loop in both Run() and RunStream()
- Pass kwargs to llama.cpp client chat request
- Fix tool schema marshaling to include type/function wrapper
- Fix stream indentation logic in RunStream with responseBuilder
- Remove indirect marker from uuid dependency
2026-07-03 14:22:36 -07:00
..
agent feat(llm): add ChatTemplateKwargs to CompletionRequest for provider-specific template params 2026-07-03 14:22:36 -07:00
config feat(config): add YAML config loader with hierarchical precedence 2026-06-30 23:53:20 -07:00
llm feat(llm): add ChatTemplateKwargs to CompletionRequest for provider-specific template params 2026-07-03 14:22:36 -07:00
persona feat(persona): add Persona definition, system prompt assembly, and AgentsMD discovery 2026-06-30 23:53:28 -07:00
rag feat(rag): add Retrieval-Augmented Memory with ChromaDB backend and embedding support 2026-06-30 23:53:30 -07:00
tools feat(tools): add Tool definitions, Registry pattern, and filesystem sandbox with path validation 2026-06-30 23:53:32 -07:00