Skip to content

Releases: pnnl/BEM-AI

v0.5.1

23 Feb 20:08
4afee5f

Choose a tag to compare

Address a critical bug that loads the tools developed in example files.

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Feb 15:47
78ecd49

Choose a tag to compare

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

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Feb 23:39
d52a63c

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Feb 21:16
e89cb3d

Choose a tag to compare

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

05 Jan 22:35
f98c266

Choose a tag to compare

Subagent support

05 Jan 19:37
57e1813

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.10...v0.3.0

update MCP protocol to support http and stdio (support legacy sse)

12 Dec 01:57
17ca7d8

Choose a tag to compare

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

10 Dec 00:27
794e919

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

Bugfix - Bedrock

09 Dec 23:22
9bb6935

Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

Release: Bedrock

09 Dec 21:32
c7abc09

Choose a tag to compare

Merge pull request #21 from pnnl/develop

including the aws bedrock - initial access