- 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
7 lines
127 B
Modula-2
7 lines
127 B
Modula-2
module github.com/VictorVargas/rony-llm-agent
|
|
|
|
go 1.26
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|
|
|
|
require github.com/google/uuid v1.6.0
|