We think agents should be like humans.
Each one has their own personality, memory, persistence.
Agentgen is a simple yet effective suite to manage and empower your AI agents. These agents interact with users, fetch additional information from uploaded files, and communicate amongst themselves to provide better results.
- Multiple Models: Access all of the AI models, including GPT4, GPT3.5, Claude and Llama2.
- Web Interface: Engage with all of your agents and see chat history.
- Multiple Agents: Each agent can have a unique role or personality, using a persistent memory.
- File Upload: Users can to provide agents the needed knowledge to accomplish their tasks.
- Agent Communication: Agents can converse with each other to achieve their tasks & improve the quality of their replies.
- Clone the Repository:
git clone https://github.com/soarllm/agentgen.git
cd agentgen
2. **Install Dependencies**:
3. **Setup Environment**:
Copy `.env.sample` to `.env` and populate it with the necessary values.
4. **Run the Application**:
The application should now be running on `http://localhost:5000`.
## Contributions
Contributions are always welcome!
## License
This project is licensed under the MIT License.