Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,15 @@ Our core claim is that agent orchestration becomes modular, controllable, and pl
```bash
# 1) Install
conda create -n orchestra python=3.13 && conda activate orchestra

# 2) Config packages
pip install poetry
poetry install

or just sample config
pip install -r requirements.txt

# 2) Configure
# 3) Config ENV
cp .env.example .env
cp config/example/model_config.yaml config/
cp -r config/example/benchmarks config/
Expand Down
Loading