v0.2.0
What's Changed
In v0.2, some breaking changes were introduced. Agents no more have a distinct output_handler
argument. Output handlers are now regular tools with return_direct
set to True
. Multiple output handlers are supported.
Agents now have a force_output_handler
argument, which will block direct output.