Agents Examples
Last updated
Was this helpful?
Last updated
Was this helpful?
A collection of autonomous AI agents built with OpenServ and framework. Each agent demonstrates different capabilities and use cases.
Clone the repository:
Navigate to the agent directory you want to try, ex:
Install dependencies:
Set up environment variables:
Run the agents:
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