Releases: kevin-rs/autogpt
Releases · kevin-rs/autogpt
v0.1.4
What's Changed
- feat(core): add XAI Grok support by @wiseaidev in #70
- feat(core): asyncify all APIs, improve thread safety across agents by @wiseaidev in #72
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- feat: implement an SDK for building code-based agents by @wiseaidev in #65
- feat(core): add Anthropic AI support by @wiseaidev in #66
- feat(examples): add AutoGPT Gemini (a/s)dk example by @wiseaidev in #67
- feat(examples): add AutoGPT OpenAI (a/s)dk example by @wiseaidev in #69
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
What's Changed
- build(deps): update webbrowser requirement from 0.8.13 to 1.0.1 by @dependabot in #33
- fix: bump circle ci rust version by @wiseaidev in #34
- feat: store communications between user and agents in agent's hot memory by @wiseaidev in #37
- feat: summon GitGPT from the depths of version control hell by @wiseaidev in #39
- fix: improve
backendgpt
func & cli && create trace file logs by @wiseaidev in #40 - Persist agents' memory in Pinecone database by @wiseaidev in #44
- feat: Implement new
OptimizerGPT
agent by @wiseaidev in #45 - feat: Make AI Assistant Provider-Agnostic by @wiseaidev in #46
- feat: design && impl iac protocol by @wiseaidev in #50
- feat: add support for both network(less/ing) modes && improve both CLIs by @wiseaidev in #51
- feat: add docker compose v2 config by @wiseaidev in #52
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- feat: implement agents common traits modules with unit tests by @wiseaidev in #1
- feat: implement architect gpt by @wiseaidev in #2
- feat: implement backend gpt by @wiseaidev in #3
- feat: implement frontend gpt by @wiseaidev in #4
- feat: implement manager gpt by @wiseaidev in #5
- feat: implement designer gpt by @wiseaidev in #6
- fix: migrate to getimg for image generation, add max tries to agents by @wiseaidev in #8
- fix: add prog lang param by @wiseaidev in #9
- Docs by @wiseaidev in #10
- feat: fix gpts workspace, add more docs by @wiseaidev in #11
- feat: document
agents
package by @wiseaidev in #13 - feat: add more documentation by @wiseaidev in #17
- feat: dockerize autogpt as a docker container by @wiseaidev in #20
- feat: add PR & issue templates, dependabot by @wiseaidev in #26
- build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #28
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #27
- feat: add circle ci by @wiseaidev in #29
- Crate metadata by @wiseaidev in #30
- feat: add docs and examples by @wiseaidev in #31
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: https://github.com/kevin-rs/autogpt/commits/v0.0.1