Skip to content

Commit 0de51d5

Browse files
authored
Merge pull request #35 from VectorInstitute/agentic_capability_generation
Agentic area, capability, and task generation.
2 parents 3c241f9 + 9312656 commit 0de51d5

20 files changed

+3653
-11
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,18 @@ Utilize the capability and the corresponding subject LLM score to select or gene
7373
```bash
7474
python -m src.run_lbo
7575
```
76+
77+
### Agentic Generation Scripts
78+
79+
Generate areas, capabilities, and tasks using multi-agent debate systems. Configure parameters in `src/cfg/agentic_config.yaml`.
80+
81+
```bash
82+
# Generate capability areas
83+
python -m src.agentic_area_generator
84+
85+
# Generate capabilities for each area
86+
python -m src.agentic_capability_generator
87+
88+
# Generate tasks for each capability
89+
python -m src.agentic_task_generator
90+
```

0 commit comments

Comments
 (0)