Examples
Quick examples of complete Agents to get started quickly.
Create your first Agent
An example showing how to create Agents using the uAgents Python library.
Interval task with Agents
An example to show what an interval task is using Agents.
Local Network Interaction
An example showing how to set up a local network interaction.
Multiple agents communication
An example shows to create two different Agents and make them communicate using the uAgents Python library.
Simple communication between two agents
An example for communication between two Agents.
Agents Storage
An example showing how to use Agents storage functions using the uAgents Python library.
Table booking service with Agents
An example showing how to set up a table booking service using Agents.
Cleaning service with Agents
An example showing how to set up a cleaning service using Agents.
Sending tokens with Agents
An example to show how to use Agents to make them send tokens.
Message verification with Agents
An example to show how to verify messages using Agents.
Wallet Messaging between two agents
An example showing how to set up Agents communication via the Fetch Wallet.
Asynchronous Loops
An example showing how to set up asynchronous loops with Agents.
Agents communication with Mailbox
An example for Agents communication using the Agentverse Mailbox feature.
Agents broadcast
An example showing how to use a custom protocol to make Agents communicate.
Agents Name Service
An example showing how to set up Agents Name Services.
Query an agent using a proxy API
An example showing how to query an agent using a proxy API.
Agentverse Functions: register a coin toss function on DeltaV
An example for a coin toss agent function available on DeltaV.
Agentverse Functions: register a dice roll function on DeltaV
An example for a dice roll agent function available on DeltaV.
Agentverse Functions: register a local agent as a function
An example for a local AI Agent registered as a function available on DeltaV.
Hugging face API agent as a function
An example for an integration of the Hugging Face API with an Agentverse Agent.
Using News API to build network of Primary and Secondary function in Agentverse
An example for a news reading agent showing operations with Primary and Secondary functions.
Locally Hosted Agent with LangChain Integration
An example for a locally hosted agent that utilizes LangChain's Etherscan integration.
Agent and Service Creation using APIs
An example on how to create agents with Agentverse APIs.
Adding Secrets to Agent using Agentverse APIs
An example on how to add secrets to Agents with Agentverse APIs.
AI-Engine Chat API guide
An example on how to use AI Engine chat APIs.
Open Dialogue Chit-Chat
An example on how to dialogues with all transitions visible to user.
Predefined Dialogue Chit-Chat
An example in which dialogue flow is predefined, minimizing the need for manual intervention
DeltaV Dialogue Chit-Chat
An example on how to use dialogues in deltaV compatible agents