Overview
The Agno integration exposes both sync and async tool surfaces and hydrates tool metadata from canonicalToolDefinition schemas.
Quick Start
Tool Selection
You can enable or disable specific tools via constructor flags or viainclude_tools / exclude_tools.
Denial Behavior
Policy denials are returned as readable output so agent logic can adjust and retry.How denials are surfaced
How denials are surfaced
Like other integrations, the Agno adapter returns policy denials as tool output
text (not exceptions). The denial includes the code, reason, details, and
suggestion fields that the LLM can parse for self-correction.
Source Code
src/cobo_agentic_wallet/integrations/agno/toolkit.py