Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.04 KB

File metadata and controls

36 lines (22 loc) · 1.04 KB

MultiAgent Demo

MultiAgent Demo is a project designed to facilitate the development and deployment of automated agents. This project provides a structured environment for building, testing, and running various agents in a cohesive manner.

Presentation Slides Here

Local Installation

To get started with MultiAgent Demo, clone the repository and install the required dependencies:

git clone https://github.com/chepyle/multiagent-demo.git
cd multiagent-demo
pip install -r requirements.txt

Quickstart

To run the application, run the run.sh script:

python ./run.sh

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

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