Releases: mudler/cogito
Releases · mudler/cogito
v0.10.0
What's Changed
- feat: support streaming mode by @mudler in #44
- feat: add sub-agents support by @mudler in #45
- feat(agent): WithAgentCompletionFormatter to control the background-completion wake message by @localai-bot in #46
- chore(ci): fix gofmt + gosimple lint failures on main by @localai-bot in #48
- feat(agent): WithPendingWork — park the loop for embedder-owned background work by @localai-bot in #47
- feat(agent): WithOnPark/WithOnResume — signal loop park/resume transitions by @localai-bot in #49
- fix(mcp): handle non-text tool result content without panicking by @mudler in #50
Full Changelog: v0.9.4...v0.10.0
v0.9.3
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- feat: allow to inject messages during tool loop execution by @mudler in #37
- chore(refactor): pass by reasoning and message separately to avoid ambiguity by @mudler in #38
- feat: split clients and add LocalAI client by @mudler in #39
- feat: add automatic conversation compaction based on token threshold by @localai-bot in #41
- fix: golangci-lint ineffectual assignment in tools.go by @localai-bot in #42
- feat: Add grammar constraint for LocalAI by @richiejp in #43
New Contributors
- @localai-bot made their first contribution in #41
- @richiejp made their first contribution in #43
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
feat: improve control loop (#35) * feat: improve control loop Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fix tests Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Drop last message from subtasks in plan execution Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fixup tests Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
v0.8.1
Full Changelog: v0.8.0...v0.8.1