Skip to content

v0.3.7

Choose a tag to compare

@tomkis tomkis released this 15 Oct 10:44
· 806 commits to main since this release
e04cbda

Major Changes

Session History

Conversations can now be persisted with full context. View past sessions in the left nav, resume conversations, and delete sessions as needed.

Chat Agent Token-by-Token Streaming

Chat Agent responses now stream incrementally for a more responsive experience, check out the implementation to see how you can easily achieve per-token streaming in your agents.

Live Reloading

Edit your agent code and see changes instantly in the UI - no server restart required. Run: uv run watchfiles beeai_agents.agent.run

Complete Changelog

Full Changelog: v0.3.5...v0.3.7