Recent Releases of autogpt
autogpt - v0.1.10
What's Changed
- feat(examples): add multi-agent collaboration example using IAC protocol by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/86
- feat(cli): add declarative agent workflow with full CLI support. by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/87
Full Changelog: https://github.com/kevin-rs/autogpt/compare/v0.1.9...v0.1.10
- Rust
Published by wiseaidev 7 months ago
autogpt - v0.1.8
What's Changed
- feat(iac): add server handler, Network trait, AutoNet macro, & multi-agent verifier by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/80
- feat(iac): add
broadcastbenchmarks by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/81 - fix(iac): use
plottersfor charting by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/83 - feat(core): add discovery, hybrid collab, registry, and load-balanced dispatch by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/84
Full Changelog: https://github.com/kevin-rs/autogpt/compare/v0.1.7...v0.1.8
- Rust
Published by wiseaidev 8 months ago
autogpt - v0.1.6
What's Changed
- feat(ci): add hadolint, clippy, fmt CIs && fix openssl docker builds by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/74
- feat(core): expand agents core components && refactor agents logic by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/75
Full Changelog: https://github.com/kevin-rs/autogpt/compare/v0.1.5...v0.1.6
- Rust
Published by wiseaidev 8 months ago
autogpt - v0.1.4
What's Changed
- feat(core): add XAI Grok support by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/70
- feat(core): asyncify all APIs, improve thread safety across agents by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/72
Full Changelog: https://github.com/kevin-rs/autogpt/compare/v0.1.3...v0.1.4
- Rust
Published by wiseaidev 8 months ago
autogpt - v0.1.3
What's Changed
- feat: implement an SDK for building code-based agents by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/65
- feat(core): add Anthropic AI support by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/66
- feat(examples): add AutoGPT Gemini (a/s)dk example by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/67
- feat(examples): add AutoGPT OpenAI (a/s)dk example by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/69
Full Changelog: https://github.com/kevin-rs/autogpt/compare/v0.1.2...v0.1.3
- Rust
Published by wiseaidev 8 months ago
autogpt - v0.1.0
What's Changed
- build(deps): update webbrowser requirement from 0.8.13 to 1.0.1 by @dependabot in https://github.com/kevin-rs/autogpt/pull/33
- fix: bump circle ci rust version by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/34
- feat: store communications between user and agents in agent's hot memory by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/37
- feat: summon GitGPT from the depths of version control hell by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/39
- fix: improve
backendgptfunc & cli && create trace file logs by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/40 - Persist agents' memory in Pinecone database by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/44
- feat: Implement new
OptimizerGPTagent by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/45 - feat: Make AI Assistant Provider-Agnostic by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/46
- feat: design && impl iac protocol by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/50
- feat: add support for both network(less/ing) modes && improve both CLIs by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/51
- feat: add docker compose v2 config by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/52
Full Changelog: https://github.com/kevin-rs/autogpt/compare/v0.0.1...v0.1.0
- Rust
Published by wiseaidev 10 months ago
autogpt - v0.0.1
What's Changed
- feat: implement agents common traits modules with unit tests by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/1
- feat: implement architect gpt by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/2
- feat: implement backend gpt by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/3
- feat: implement frontend gpt by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/4
- feat: implement manager gpt by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/5
- feat: implement designer gpt by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/6
- fix: migrate to getimg for image generation, add max tries to agents by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/8
- fix: add prog lang param by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/9
- Docs by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/10
- feat: fix gpts workspace, add more docs by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/11
- feat: document
agentspackage by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/13 - feat: add more documentation by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/17
- feat: dockerize autogpt as a docker container by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/20
- feat: add PR & issue templates, dependabot by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/26
- build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in https://github.com/kevin-rs/autogpt/pull/28
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/kevin-rs/autogpt/pull/27
- feat: add circle ci by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/29
- Crate metadata by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/30
- feat: add docs and examples by @wiseaidev in https://github.com/kevin-rs/autogpt/pull/31
New Contributors
- @dependabot made their first contribution in https://github.com/kevin-rs/autogpt/pull/28
Full Changelog: https://github.com/kevin-rs/autogpt/commits/v0.0.1
- Rust
Published by wiseaidev almost 2 years ago