| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-14 | 5.2 kB | |
| v0.3.7 source code.tar.gz | 2025-10-14 | 3.4 MB | |
| v0.3.7 source code.zip | 2025-10-14 | 4.0 MB | |
| Totals: 3 Items | 7.5 MB | 0 | |
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
- docs: multi turn update for message storage by @tomkis in https://github.com/i-am-bee/beeai-platform/pull/1261
- docs: secrets by @tomkis in https://github.com/i-am-bee/beeai-platform/pull/1263
- chore: providing oauth example agent by @tomkis in https://github.com/i-am-bee/beeai-platform/pull/1275
- feat: canvas prep work by @tomkis in https://github.com/i-am-bee/beeai-platform/pull/1258
- fix(server): allow postgres ssl certs without X509 strict support by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1277
- fix(server): audience validation by @pilartomas in https://github.com/i-am-bee/beeai-platform/pull/1279
- fix(ui): use /variables endpoint to store secrets by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1274
- test(history): metadata are stored in context history by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1288
- feat(ui): add runtime config for app and company names by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1272
- fix(ui): auth provider id mismatch by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1287
- fix(ui): active message sources not showing correctly by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1280
- feat(ui): add session history by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1235
- chore(docs): update k8s deployment by @pilartomas in https://github.com/i-am-bee/beeai-platform/pull/1286
- chore(server): add kind to context history item by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1290
- fix(chat): store trajectory history, remove final_answer event by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1295
- feat(server): make agent env and timeout configurable in helm chart by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1281
- feat(beeai-sdk): add custom model support to form extension by @JanPokorny in https://github.com/i-am-bee/beeai-platform/pull/1278
- fix(ui): created context metadata by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1302
- fix(ui): use patch instead of put for update context metadata by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1305
- fix(ui): add agent secret card actions button by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1303
- fix(ui): session item without agentName changing height on hover by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1308
- feat(ui): history paging by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1299
- fix(ui): markdown text wrapping by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1311
- feat(ui): redesign agent header to accommodate detailed user greetings by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1301
- feat(server): agent build actions, agent origin tracking by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1307
- fix: respect proxy headers by @pilartomas in https://github.com/i-am-bee/beeai-platform/pull/1315
- fix(ui): improve error handling for model_providers query by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1314
- fix(ui): add token refresh fetch caching, improve 401 error handling by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1310
- chore: basic foundation for beeai ts sdk by @tomkis in https://github.com/i-am-bee/beeai-platform/pull/1312
- fix(server): small build provider improvements by @jezekra1 in https://github.com/i-am-bee/beeai-platform/pull/1317
- fix(ui): add proxy headers to client by @pilartomas in https://github.com/i-am-bee/beeai-platform/pull/1319
- fix(ui): handle separate trajectory messages in history by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1320
- fix(ui): add edge runtime compatible hash function for auth cache by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1321
- fix(ui): disabled form on current message by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1322
- feat(ui): show message form submission by @PetrBulanek in https://github.com/i-am-bee/beeai-platform/pull/1298
- docs: Update hello-world.mdx by @jenna-winkler in https://github.com/i-am-bee/beeai-platform/pull/1324
- feat(ui): add agent share button by @kapetr in https://github.com/i-am-bee/beeai-platform/pull/1323
- feat: update beeai-framework, add streaming by @Tomas2D in https://github.com/i-am-bee/beeai-platform/pull/1313
Full Changelog: https://github.com/i-am-bee/beeai-platform/compare/v0.3.5...v0.3.7