Releases: kevin-rs/autogpt
Releases · kevin-rs/autogpt
v0.1.14
What's Changed
- feat(cli): add non-agentic streaming prompts && rename
send_request
togenerate
by @wiseaidev in #91
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- feat(core): configurable AutoGPT, Gemini imagen support, fix long term mem fetch. by @wiseaidev in #90
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- fix(iac): use prost native msg type && drop protobuf-compiler usage by @wiseaidev in #89
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- feat(cli): implement auto-update mechanism && auto detect agent env vars feature by @wiseaidev in #88
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- feat(examples): add multi-agent collaboration example using IAC protocol by @wiseaidev in #86
- feat(cli): add declarative agent workflow with full CLI support. by @wiseaidev in #87
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- fix(core): feature gate collaboration & built-in GPTs && add custom agent example. by @wiseaidev in #85
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- feat(iac): add server handler, Network trait, AutoNet macro, & multi-agent verifier by @wiseaidev in #80
- feat(iac): add
broadcast
benchmarks by @wiseaidev in #81 - fix(iac): use
plotters
for charting by @wiseaidev in #83 - feat(core): add discovery, hybrid collab, registry, and load-balanced dispatch by @wiseaidev in #84
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- fix(core): improve agent autonomy && abstract away AI client implementation by @wiseaidev in #78
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- feat(ci): add hadolint, clippy, fmt CIs && fix openssl docker builds by @wiseaidev in #74
- feat(core): expand agents core components && refactor agents logic by @wiseaidev in #75
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- feat(core): add
Auto
derive macro for auto-implementing agent traits by @wiseaidev in #73
Full Changelog: v0.1.4...v0.1.5