multi-agent-concierge
An example of multi-agent orchestration with llama-index
File Explorer
Download Latest Version (.zip)- 01_basic_agent.ipynb
- 01_basic_agent.png
- 02_hitl_agent.ipynb
- 02_hitl_agent.png
- 03_multi_agent.ipynb
- 03_multi_agent.png
- .gitignore
- .pre-commit-config.yaml
- architecture.png
- LICENSE
- main.py
- Makefile
- poetry.lock
- pyproject.toml
- README.md
- utils.py
- workflow.html
- workflow.png
- workflow.py
# Installation Guide
1. Get the code
git clone https://github.com/run-llama/multi-agent-concierge
Downloads the entire project code from GitHub to your computer.
cd multi-agent-concierge
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
