Skip to content

v0.2.20

Choose a tag to compare

@tomkis tomkis released this 23 Jul 05:57
· 1201 commits to main since this release
c2dee4a

Key Updates

Separate configuration of embedding provider

It’s now possible to independently configure the LLM and embedding providers during setup!
Through the beeai env setup CLI flow, users can now:

  1. Select their preferred LLM provider.
  2. Then choose a separate embedding provider.

Initial groundworks for beeai-sdk

This release also introduces the initial BeeAI1 SDK, marking the beginning of the platform’s transition to Agent-to-Agent (A2A) as the primary communication protocol.

  • Initial SDK structure established.
  • A CLI example is included to demonstrate usage.

What's Changed

Full Changelog: v0.2.17...v0.2.20