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.
* Unify output handlers and regular tools, improve exception management, major refactor by whimo in https://github.com/ShoggothAI/motleycrew/pull/76