python_v0.1.25
Bug Fixes
- Internals: Tasks now abort correctly, ensuring more reliable task management.
- Agents: The
force_at_step
argument inConditionalRequirement
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 toConditionalRequirement
. - Updated the behavior of the
forced
attribute inRequirementAgent
for more predictable outcomes.
- Updated the
- 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