All Agent Examples
A collection of autonomous AI agents built with the @openserv-labs/sdk framework. Each agent demonstrates different capabilities and use cases.
An agent that provides real-time token analytics using DexScreener's API. Filter and analyze tokens by various criteria like volume, market cap, liquidity, and age.
Example query:
A wallet agent that can interact with the blockchain and perform transactions.
Example queries:
An agent that performs web searches using Perplexity's Sonar Pro API, providing detailed responses with source citations.
Example queries:
Getting Started
Clone the repository:
Navigate to the agent directory you want to try, ex:
Install dependencies:
Set up environment variables:
Run the agents:
Project Structure
Contributing
We welcome contributions! If you'd like to add a new agent example:
Create a new directory with a descriptive name
Include a comprehensive README.md in your agent's directory
Follow the existing code structure and documentation patterns
Submit a pull request with your changes
License
Last updated
Was this helpful?