fetchai
01fetchai/innovation-lab-examples
Cursor rule
Always reference these official Fetch.ai Innovation Lab docs.
fetchai/innovation-lab-examples
Cursor rule
Always reference these official Fetch.ai Innovation Lab docs.
fetchai/innovation-lab-examples
Skill Claude CodeCodex
Call Fetch.ai Agentverse agents by address. Search the Agentverse marketplace, browse a curated catalog of top agents (Tavily Search, ASI1-Mini, DALL-E 3, Technical Analysis, Asset Signal, Translator, Statistics, Github), and send ChatMessages to any agent. Use when working with Fetch.ai, Agentverse, uAgents…
fetchai/innovation-lab-examples
Instructions file GitHub Copilot
Instructions for fetchai/innovation-lab-examples, covering general instructions, project context, code quality & formatting, ai assistance and development commands.
fetchai/innovation-lab-examples
Instructions file GitHub Copilot
Instructions for fetchai/innovation-lab-examples, a project described as: 80+ production-ready AI agent examples in Python — build autonomous agents, multi-agent systems and agentic AI with uAgents, ASI:One, MCP, A2A, LangChain, CrewAI, Gemini, Claude and OpenAI.
fetchai/innovation-lab-examples
Instructions file GitHub Copilot
Instructions for fetchai/innovation-lab-examples: When writing tests for canister functions.
fetchai/innovation-lab-examples
Instructions file GitHub Copilot
Instructions for fetchai/innovation-lab-examples, a project described as: 80+ production-ready AI agent examples in Python — build autonomous agents, multi-agent systems and agentic AI with uAgents, ASI:One, MCP, A2A, LangChain, CrewAI, Gemini, Claude and OpenAI.
Instructions file CodexOpenCode
Instructions for fetchai/agentverse-skills, covering instructions for ai agents working on this repo, what this repo is, repo structure, how to add a new skill and skill script requirements.
Skill Claude CodeCodex
Send messages to any agent on Fetch.ai's Agentverse and receive responses. Handles text, images, and structured data. Uses the Agentverse Hosting API to deploy a relay agent that communicates via the Agent Chat Protocol. Requires AGENTVERSEAPIKEY env var. Use when asked to interact with, message, or communicate with…
Skill Claude CodeCodex
Deploy Python code as a hosted agent on Fetch.ai's Agentverse. Creates a new agent, uploads code, and optionally starts it. Handles the tricky code upload format automatically. Requires AGENTVERSEAPIKEY env var. Use when asked to deploy, host, or publish an agent on Agentverse.
Skill Claude CodeCodex
Generate images using AI agents on Fetch.ai's Agentverse. Sends a text prompt to an image generation agent and returns the generated image URL. Handles agent discovery, relay deployment, and response parsing automatically. Requires AGENTVERSEAPIKEY env var. Use when asked to generate, create, or make an image via…
Skill Claude CodeCodex
Inspect any agent's capabilities, protocols, endpoints, and status on Fetch.ai's Agentverse Almanac. Use to understand what an agent can do before interacting with it. Requires AGENTVERSEAPIKEY env var. Use when asked to "inspect", "check", or "what can this agent do".
Skill Claude CodeCodex
Manage hosted agents on Fetch.ai's Agentverse: list, start, stop, view logs, and delete agents. Provides operational control over your deployed agents. Requires AGENTVERSEAPIKEY env var. Use when asked to list agents, check agent status, view logs, start/stop agents, or clean up.
Skill Claude CodeCodex
Give any AI agent persistent, graph-native memory via Agentverse Memory — a managed MCP service with 35 JSON-RPC tools covering 4 memory types (episodic, semantic/graph, procedural, working) plus shared multi-agent memory spaces. Zero LLM at write time (<5ms writes, $0 ingest). Graph memory on every tier — including…
Skill Claude CodeCodex
Search Fetch.ai's Agentverse for agents by keyword, capability, or protocol. Returns agent names, addresses, descriptions, and supported protocols. Use when asked to find, discover, or list available agents on Agentverse. Requires AGENTVERSEAPIKEY env var.
Skill Claude CodeCodex
Query the ASI:One LLM — the AI model by the ASI Alliance (Fetch.ai + SingularityNET + Ocean Protocol). OpenAI-compatible API. Supports asi1 (default) and asi1-mini models. Requires ASIONEAPIKEY env var. Use when asked to "use ASI", "query ASI:One", or "use the Fetch.ai LLM".