Commit 20c7f92
Add studio solution create command for scaffolding agent projects
Generates a complete UiPath solution with agent project scaffold including:
- SolutionStorage.json and .uipx manifest with coordinated UUIDs
- agent.json with configurable model and system prompt
- entry-points.json, flow-layout.json, project.uiproj
- .agent-builder files (agent.json, bindings.json, entry-points.json)
- Default evaluation set with semantic similarity and trajectory evaluators
- Deployment resources (package and process)
Usage: uipath studio solution create --name MyAgent [--model ...] [--system-prompt ...]
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 11050ec commit 20c7f92
File tree
3 files changed
+1056
-0
lines changed- plugin/studio/solution/create
3 files changed
+1056
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments