Skip to content

v0.0.5

Compare
Choose a tag to compare
@LandJerry LandJerry released this 08 May 16:06
· 548 commits to master since this release
bf1d0e3

[0.0.5] - 2024-05-08

Added

  • The LLM component supports streaming calls.
  • The Knowledge component has an added update definition.

Fixed

  • Fixed potential concurrency safety issues in the peer planner.
  • Fixed the issue in version 0.0.4 of the PyPI package where the packaging method forced users to enter an AK upon startup.

Note

  • Some code optimizations and documentation updates.

More Details

What's Changed

  • Fix: peer planner log format & prompt split texts issues by @EdwinInAu in #4
  • docs: add contact docs by @LandJerry in #6
  • Fix: the planner concurrency model assignment issue by @EdwinInAu in #5
  • Feat: Add default peer agent to the agentUniverse. by @EdwinInAu in #7
  • Improvement: modify the au sample standard app package, add more demo agents/tool sets/test examples. by @EdwinInAu in #8
  • Improvement: modify the the initialization method of the openai llm and embedding model. by @EdwinInAu in #9
  • Dev heji by @goodgood-good in #10
  • Dev by @LandJerry in #12
  • docs: add Application Engineering Structure Explanation by @LandJerry in #13
  • Refactor: the original prompt util methods & the handle_prompt method of the planner, etc by @EdwinInAu in #14
  • Improvement: add the today date to the agent prompt and example agents in sample standard app package, etc. by @EdwinInAu in #18
  • docs: update guidebook index by @LandJerry in #19
  • Add streaming support by @weizjajj in #16
  • feat: release version 0.0.5 by @LandJerry in #20

Full Changelog: v0.0.4...v0.0.5