0.1.11
Notable Changes:
- Additional Cohere support - adds tracking for the web connector and citations
- Autogen support
- Removes Langchain as an unlisted dependency (crash if you don't have it installed, but not in pyproject.toml)
What's Changed
- Fix Crew reference in README by @HowieG in #193
- Fix: not having langchain no longer raises an unhandled exception by @siyangqiu in #203
- Autogen support by @bboynton97 in #204
- Fixed typo that was causing crash when not using autogen by @HowieG in #207
- Fixed misordering of create_agent by adding named parameters by @HowieG in #208
- Adding data to host_env by @HowieG in #205
- More support for cohere plus example by @HowieG in #212
- Collapsable installation sections sections by @areibman in #211
- Adding session_id to developer_errors by @HowieG in #210
Full Changelog: 0.1.10...v0.1.11