• Stars
    star
    506
  • Rank 87,236 (Top 2 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created about 1 year ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Agent Cloud is like having your own GPT builder with a bunch extra goodies. The GUI features 1) RAG pipeline which can natively embed 260+ datasources 2) Create Conversational apps (like GPTs) 3) Create Multi Agent process automation apps (crewai) 4) Tools 5) Teams+user permissions. Get started fast with Docker and our install.sh

agentcloud-full-black-bg-trans

agentcloud

https://www.agentcloud.dev/

Welcome to agentcloud repository! This project comprises two main components:

  1. Agent Backend: A Python application running autogen, communicating through socket.io.
  2. Webapp: A UI built using next.js, tailwind, and an express custom server.

Getting Started

To run this project up locally, you'll need docker-compose. Follow the steps below to get started:

  1. Environment Variables: Before starting the services, ensure you fill out any necessary environment variables in the docker-compose.yml file.
  1. Start Services: Simply run the following command:

Mac & Linux:

chmod +x install.sh && ./install.sh

The script will prompt for some details, or you can pass them as command line arguments:

~$ ./instal.sh --help
Usage: ./install.sh [options]
Options:
    --project-id ID                  Specify the GCP project ID.
    --service-account-json PATH      Specify the file path of your GCP service account json.
    --gcs-bucket-name NAME           Specify the GCS bucket name to use.
    --gcs-bucket-location LOCATION   Specify the GCS bucket location.
    --openai-api-key KEY             Specify your OpenAI API key.
    -h, --help                       Display this help message.

Windows:

(Coming soon...)

License

This project is licensed under the GNU Affero General Public License, version 3 only.

Changelog

See CHANGELOG.md.

Contributions & Feedback

If you wish to contribute or provide feedback, please follow the contribution guidelines in CONTRIBUTING.md.

Thank you for exploring agentcloud!