File tree Expand file tree Collapse file tree 3 files changed +2974
-0
lines changed
Expand file tree Collapse file tree 3 files changed +2974
-0
lines changed Original file line number Diff line number Diff line change 1+ [project ]
2+ subdomain = " agent-starter-python-tt3tc1cm"
3+
4+ [agent ]
5+ id = " CA_UL2R2ToWshYg"
Original file line number Diff line number Diff line change 1+ version : " 3"
2+ output : interleaved
3+ dotenv : [".env"]
4+
5+ tasks :
6+ post_create :
7+ desc : " Runs after this template is instantiated as a Sandbox or Bootstrap"
8+ cmds :
9+ - echo -e "To try the new agent directly in your terminal:\r\n"
10+ - echo -e "\tcd {{.ROOT_DIR}}\r"
11+ - echo -e "\tuv sync\r"
12+ - echo -e "\tuv run src/agent.py download-files\r"
13+ - echo -e "\tuv run src/agent.py console\r\n"
14+
15+ install :
16+ desc : " Bootstrap application for local development"
17+ cmds :
18+ - " uv sync"
19+ dev :
20+ interactive : true
21+ cmds :
22+ - " uv run src/agent.py dev"
You can’t perform that action at this time.
0 commit comments