Releases: pnnl/BEM-AI
Releases · pnnl/BEM-AI
v0.5.1
v0.5.0
Default Tool Registry is available and web search tool is added as default tool for agents
Session-scoped blackboard is available to enable agent team collaboration (see example travel agency)
What's Changed
- Add configurable default tool registry and built-in web_search tool by @weilixu in #46
- Package updates by @weilixu in #50
- Update multiprocess logging by @jslane-h in #44
- Codex-generated pull request by @weilixu in #52
- Codex-generated pull request by @weilixu in #51
- Migrate tool registration to plugin-loaded registry pattern by @weilixu in #55
- add example creation rule by @weilixu in #56
- Develop by @weilixu in #58
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Refactor langgraph chat agent stream helpers by @weilixu in #35
- Langgraph chat cleanup by @weilixu in #36
- update to address memory comments by @weilixu in #37
- Add skills loader tooling for LangGraph agents by @weilixu in #38
- Skills dev by @weilixu in #39
- Add AI-oriented agent architecture guide (agent.md) by @weilixu in #42
- Revise retrieval: replace anyio with asyncio, provider-style helpdesk retriever, and registry updates by @weilixu in #43
- Release - Subagent, Skills, Memory and Retrieval by @weilixu in #45
Full Changelog: v0.3.1...v0.4.0
v0.3.1: Merge pull request #33 from pnnl/subagent_dev
Subagent support
What's Changed
- Update logging by @jslane-h in #26
- remove the source data by @weilixu in #29
- add gbxml by @wanhanlong1130 in #30
- Add support of subagent. by @weilixu in #31
- Subagent dev by @weilixu in #32
New Contributors
- @jslane-h made their first contribution in #26
- @wanhanlong1130 made their first contribution in #30
Full Changelog: v0.2.10...v0.3.0
update MCP protocol to support http and stdio (support legacy sse)
Keep the support of legacy sse but offer http support as remote streaming service
What's Changed
- update mcp server connections to support http as sse is retired in th… by @weilixu in #27
- update version by @weilixu in #28
Full Changelog: v0.2.9...v0.2.10
Support for claude model tool calling
What's Changed
- Debug for claude tool calling behavior. by @weilixu in #24
- update version for new build by @weilixu in #25
Full Changelog: v0.2.8...v0.2.9
Bugfix - Bedrock
What's Changed
Full Changelog: v0.2.7...v0.2.8
Release: Bedrock
Merge pull request #21 from pnnl/develop including the aws bedrock - initial access