What's Changed
- feat: Add AWS Bedrock integration support by @MervinPraison in #520
- Restructure by @MervinPraison in #521
- Develop by @MervinPraison in #522
- Reorganize examples directory structure and update file paths by @MervinPraison in #523
- Remove unused agent files and clean up test directory by deleting obs… by @MervinPraison in #524
- Fix TypeError in AutoAgents: change knowledge_sources to knowledge parameter by @MervinPraison in #525
- fix: correct knowledge_sources parameter in AutoAgents by @MervinPraison in #527
- fix: Support OPENAI_BASE_URL and MODEL_NAME for Ollama integration by @MervinPraison in #526
- fix: update chainlit Action constructor to use payload parameter by @MervinPraison in #528
- fix: resolve Python 3.8 compatibility issue with tuple type annotation by @MervinPraison in #529
- fix: Memory error with wrong LLM model #311 by @MervinPraison in #530
- fix: resolve PydanticSchemaGenerationError for List[Any] and BaseModel fields by @MervinPraison in #531
- Develop by @MervinPraison in #532
Full Changelog: v2.2.16...v2.2.17