Skip to content

python_v0.1.25

Compare
Choose a tag to compare
@Tomas2D Tomas2D released this 13 Jun 14:58
· 154 commits to main since this release

Bug Fixes

  • Internals: Tasks now abort correctly, ensuring more reliable task management.
  • Agents: The force_at_step argument in ConditionalRequirement is now handled properly.
  • Callbacks: Both synchronous and asynchronous callbacks are now invoked correctly in runs (#883).

Features

  • IO: Added context-dependent IO support (#886).
  • Agents:
    • Updated the RequirementAgent system prompt for improved clarity.
    • Introduced the force_prevent_stop attribute to ConditionalRequirement.
    • Updated the behavior of the forced attribute in RequirementAgent for more predictable outcomes.
  • Internals: Synchronous callbacks are now executed in threads for better performance.
  • Tools: Simplified the Wikipedia tool for easier use.
  • Backend: Added text completion support for OpenAI (#871).
  • Core Modules: Added a middlewares argument for enhanced extensibility (#880).

Full Changelog: python_v0.1.24...python_v0.1.25