Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on agno to permit the latest version.

Release notes

Sourced from agno's releases.

v2.2.6

Changelog

New Features:

  • Conversational Workflows: Workflows can now have a chat like experience similar to Agent/Team. See more in our docs
  • Input validation: Agents and Teams now support input schema validation on AgentOS.
  • Model as string: You can now define the Models used by your Agent/Teams as a string. For example: openai:gpt-5
  • Notion Toolkit: A new toolkit in Agno to enable Agents to interact with your Notion pages. See more in our docs

Improvements:

  • FileTools toolkit: Added new functionality and configuration to our FileTools toolkit. You can now use it to read large files in chunks, perform partial updates to large files, and delete files.
  • Add Reranker support to search operation in Milvus vector database: This ensures that results are reordered based on relevance after initial vector search.
  • Client persistence for all models: All model implementations now cache and reuse their HTTP clients when possible.
  • Reranking support for Milvus: When using Knowledge with Milvus as vector database, reranking will happen now when searching for documents.
  • Warning log for workflow history feature without database: Added a log to clarify as a database if required to persist runs for access to history.
  • Default model for accuracy evals: When running accuracy evaluations via the AgentOS API, the evaluator agent now defaults to using the model used by the evaluated agentic entity, instead of the general default (OpenAI).
  • Session State: Session state can now be accessed on RunOutput and RunCompleted event for Agents and TeamRunOutput and TeamRunCompleted event for teams

What's Changed

New Contributors

Full Changelog: agno-agi/agno@v2.2.5...v2.2.6

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [agno](https://github.com/agno-agi/agno) to permit the latest version.
- [Release notes](https://github.com/agno-agi/agno/releases)
- [Commits](agno-agi/agno@v1.7.0...v2.2.6)

---
updated-dependencies:
- dependency-name: agno
  dependency-version: 2.2.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link
Contributor

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added Stale and removed Stale labels Nov 11, 2025
@github-actions
Copy link
Contributor

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added the Stale label Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant