Releases: barun-saha/kodeagent
Releases · barun-saha/kodeagent
v0.9.1
What's Changed
- Fix unchecked list indexing by @barun-saha in #177
- Bump version to 0.9.1 and update dependencies by @barun-saha in #178
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Expand Python matrix for workflow and update formatting by @barun-saha in #169
- refactor: Move planner & observer to separate modules by @barun-saha in #170
- feat: Add arg to specify agent persona by @barun-saha in #171
- feat: Cache tool descriptions by @barun-saha in #173
- refactor: Add history formatter to formal LLM history messages acros classes by @barun-saha in #175
- New release, updated docs, and chores by @barun-saha in #176
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Update KodeAgent demo by @barun-saha in #160
- Track the count of steps for solving a task by @barun-saha in #161
- feat: Add enhanced tracing with Langfuse & LangSmith by @barun-saha in #162
- feat: Implement LangfuseObservation for consistent tracing interface by @barun-saha in #165
- feat: Add recurrent mode and update documentation by @barun-saha in #166
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- Update KodeAgent icon by @barun-saha in #154
- Fix icon path by @barun-saha in #155
- fix: Enable submodule imports of allowed libs by @barun-saha in #157
- Enable specifying max iterations via run and prepare new release by @barun-saha in #159
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Add logo to docs by @barun-saha in #149
- fix: Remove unnecessary list-wrapping of DDGS results by @barun-saha in #151
- bump: Update version to 0.7.3 by @barun-saha in #153
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Update download file tool to return a dict with path & other info by @barun-saha in #144
- Add Ruff rules and reformat source code files by @barun-saha in #145
- fix: Remove stray assertion, and display component names in alphabetical order by @barun-saha in #146
- Bump version (patch) by @barun-saha in #147
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
What's Changed
- Update demo and documentation by @barun-saha in #126
- Update API docs by @barun-saha in #127
- refactor: Split run into pre and post run methods for better modularity by @barun-saha in #130
- Whitelist user-provided tools in CodeSecurityReviewer by @barun-saha in #132
- Bump version by @barun-saha in #133
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Add LLM usage tracking and reporting for the tasks by @barun-saha in #121
- Add optional download file path by @barun-saha in #123
- Update the task result field and add test cases by @barun-saha in #125
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- Add image generation tool and update web search by @barun-saha in #120
Full Changelog: v0.5.2...v0.5.3