Skip to content

mannaandpoem/AgentHub

Repository files navigation

AgentHub

AgentHub is a comprehensive framework for implementing and managing various AI agents. It provides a unified interface for different types of intelligent agents, making it easier to develop, test, and deploy AI-powered solutions.

Features

  • Multiple agent implementations
  • Extensible architecture
  • Standardized agent interfaces
  • Built-in agent evaluation framework
  • Easy-to-use API

Requirements

  • Python >= 3.12
  • Conda (recommended for environment management)

Installation

  1. Create a new conda environment:
conda create -n agenthub python=3.12
conda activate agenthub
  1. Clone the repository:
git clone https://github.com/yourusername/AgentHub.git
cd AgentHub
  1. Install dependencies:
pip install -r requirements.txt
  1. Configure your API keys in config/config.toml

Usage

Run the application:

python main.py

Then simply enter your prompts. Type 'exit' to quit.

Example

Enter your prompt: write a simple calculator
...
Enter your prompt: exit
Goodbye!

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages