Skip to content

v0.2.15

Choose a tag to compare

@tomkis tomkis released this 18 Jul 06:34
· 908 commits to main since this release

Key Updates

UI migration to Next.js

We’ve migrated the BeeAI frontend to Next.js, enabling a more modular and performant architecture.
This change lays the foundation for seamless user identity integration.

ACP: input_content_types Support

ACP now supports the new input_content_types field, and the BeeAI platform leverages it to dynamically enable relevant UI components.

For example; If an agent declares support for file inputs, the UI will automatically allow file uploads.

ACP: Metadata Annotations

The annotation system in ACP has been overhauled to support metadata-driven UI configuration.
A new beeai_ui annotation allows agents to describe how their inputs should be rendered in the BeeAI, making it possible to configure GUI capabilities and properties of an agent.

Text Extraction & Vector Stores

We’ve introduced text extraction and vector storage services, unlocking first-class support for building RAG-style agents.
You can now upload documents, extract content, and query it via embeddings, all through services exposed through the platform API.

What's Changed

New Contributors

Full Changelog: v0.2.14...v0.2.15