Changelog
New Features:
- ClickUp Tool: Added support for managing tasks on ClickUp.
Improvements:
- Postgres custom table schema: Add custom table schema parameter for Postgres tools
New Examples:
- LLM-OS v1: Add a Streamlit application example for LLM-OS. A application that uses an LLM with advanced operating-system level capabilities.
- GeoBuddy: An AI-powered geography agent that analyses images to predict locations based on visible cues like landmarks, architecture, and cultural symbols.
Bug Fixes:
- Text Search Compatibility: Resolved an issue where Text Search was not forward-compatible with recent versions.
- Custom Function Parsing: Fixed an issue where function parsing for custom functions did not pass all parameters to the AI.
- Claude Memory Handling: Addressed an issue in Claude where memory was not correctly handled during streaming.
- Gemini RepeatedComposite and other parsing issues: Gemini messages were incompatible with memory and storage in some cases. This has been resolved.
What's Changed
- added condition of use_tantivy by @ItsRoy69 in agno-agi/agno#1832
- Fix function parsing for custom functions by @dirkbrnd in agno-agi/agno#1840
- Fix claude text block issue in Stream by @dirkbrnd in agno-agi/agno#1849
- Add Clickup tool by @tapankumarpatro in agno-agi/agno#1826
- Modifed phi/tools/postgres.py to support custom table schema by @A1996KASH in agno-agi/agno#1788
- Fix style from ClickupTools by @dirkbrnd in agno-agi/agno#1877
- Update examples for Postgres table schema support by @dirkbrnd in agno-agi/agno#1878
- LLM OS by @Itz-Antaripa in agno-agi/agno#1834
- Fix parts in gemini model by @dirkbrnd in agno-agi/agno#1874
- Fixed the OAuth1UserHandler instance creation in twitter.py by @chaudharyhimanshu in agno-agi/agno#1886
- Geobuddy Agent by @Itz-Antaripa in agno-agi/agno#1741
New Contributors
- @ItsRoy69 made their first contribution in agno-agi/agno#1832
- @tapankumarpatro made their first contribution in agno-agi/agno#1826
- @A1996KASH made their first contribution in agno-agi/agno#1788
- @chaudharyhimanshu made their first contribution in agno-agi/agno#1886
Full Changelog: agno-agi/agno@v2.7.9...v2.7.10