Agno Integration¶
- async agentstr.mcp.agno.to_agno_tools(nostr_mcp_client: NostrMCPClient) list[Function] [source]¶
Convert tools from the MCP client to Agno tools.
- Parameters:
nostr_mcp_client – An instance of NostrMCPClient to fetch tools from.
- Returns:
A list of Agno Function objects that wrap the MCP tools.
This module provides integration with Agno tools, allowing conversion between MCP tools and Agno’s function format.