microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
plugins/data-science/.github/plugin/plugin.json
18lines · modecode
| 1 | { |
| 2 | "name": "data-science", |
| 3 | "description": "Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards", |
| 4 | "version": "3.3.101", |
| 5 | "agents": [ |
| 6 | "agents/data-science/", |
| 7 | "agents/hve-core/subagents/", |
| 8 | "agents/rai-planning/" |
| 9 | ], |
| 10 | "commands": [ |
| 11 | "commands/data-science/", |
| 12 | "commands/rai-planning/" |
| 13 | ], |
| 14 | "skills": [ |
| 15 | "skills/project-planning/", |
| 16 | "skills/rai/" |
| 17 | ] |
| 18 | } |