Skip to content

v0.3.3

Choose a tag to compare

@tomkis tomkis released this 09 Sep 07:36
· 510 commits to main since this release
1eefb09

🚀 Release Notes – v0.3.3

Key Highlights

Reworked Providers & Variables

We’ve redefined how LLM configuration is managed in BeeAI:

  • New beeai model command – add and manage multiple LLM providers.
  • Interactive setup improved – replaced beeai env setup with beeai model setup.
  • Model and provider listing – easily view all available LLMs and providers.
  • Smarter agent behavior; When an agent uses the LLM extension, the platform automatically selects the most optimal LLM based on your code’s suggestions.

UI Form Extension

Thanks to support from the Form extension, agents can now elicit structured user input via dialogs. Whether at the start of a session or dynamically mid-chat

  • Initial Form Rendering - You define a form layout (with FormRender) in your agent’s definition. Then, when a user begins interaction, the form appears immediately before any messages.
  • Dynamic Form Requests - Within the conversation flow, agents can prompt users with additional forms as needed

Noteworthy changes

  • Dependency Bumps: beeai-framework, A2A SDK, and updated Next.js.
  • Documentation updates
  • Layout tweaks such as session button placement, improved code block rendering, streamlined provider dropdowns, and consistent agent card URLs.

Changelog

New Contributors

Full Changelog: v0.3.2...v0.3.3