Skip to content

Agentcloud is a Python and Next.js-based project featuring an autogen-enabled agent backend and a webapp with a custom server. It streamlines team formation and task execution workflows using docker-compose for easy setup.

License

Notifications You must be signed in to change notification settings

GitRJAA/agentcloud

 
 

Repository files navigation

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!

About

Agentcloud is a Python and Next.js-based project featuring an autogen-enabled agent backend and a webapp with a custom server. It streamlines team formation and task execution workflows using docker-compose for easy setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.6%
  • Rust 10.0%
  • Python 7.6%
  • Shell 1.4%
  • CSS 0.8%
  • Dockerfile 0.4%
  • JavaScript 0.2%