Skip to content

Commit

Permalink
Release 1.0.8 (#2043)
Browse files Browse the repository at this point in the history
## New Features:

- **Perplexity Model**: We now support
[[Perplexity](https://www.perplexity.ai/)](https://www.perplexity.ai/)
as a model provider.
- **Todoist Toolkit:** Added a toolkit for managing tasks on Todoist.
- **JSON Reader**: Added a JSON file reader for use in knowledge bases.

## Improvements:

- **LanceDb**: Implemented `name_exists` function for LanceDb

## Bug Fixes:

- **Storage growth bug:** Fixed a bug with duplication of
`run_messages.messages` for every run in storage
  • Loading branch information
dirkbrnd authored Feb 7, 2025
1 parent 0d56dc2 commit 6b3a96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/agno/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agno"
version = "1.0.6"
version = "1.0.8"
description = "Agno: a lightweight framework for building multi-modal Agents"
requires-python = ">=3.7,<4"
readme = "README.md"
Expand Down

0 comments on commit 6b3a96e

Please sign in to comment.