Breaking Changes
- The
inline
tool type in the Agenttools
section has been renamed tobuiltin
and theprovider
within has been renamed toname
. Please see the example agents for more details. In addition the description field has been removed - The
modelConfigRef
field in theAgent
has been renamed tomodelConfig
. - The
APIKeySecretName
field in theModelConfig
CRD has been renamed toAPIKeySecretRef
. - The helm API for configuring the default provider has been changed to support more providers than just
openai
. Please see thehelm/README
for more details.
What's Changed
- support nested agents (agent-as-tool) from UI by @peterj in #287
- Tool api updates by @ilackarms in #271
- Fix streaming for group chat by @peterj in #291
- fix: deployment to custom namespace causes errors by @sbx0r in #292
- fix: improve agent reconciliation implementation by @sbx0r in #294
- update the registry and download locations by @peterj in #289
- Better support additionnal env value by @NargiT in #279
- Support for Memory by @peterj in #297
- Add UI for memory by @peterj in #309
- [Build,Helm,CLI]: Makefile versions for TOOLS & Providers refactor by @dimetron in #300
- Fix tool server url protocol by @Mukund-cpu in #275
- UI: Prevent null value dereference by @nimishamehta5 in #310
- clean-default-provider-helm by @EItanya in #313
New Contributors
- @dimetron made their first contribution in #300
- @nimishamehta5 made their first contribution in #310
Full Changelog: v0.2.2...v0.3.0