File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11.env
22.env. *
33! .env.example
4+ .task /
45.DS_Store
56__pycache__
67.idea
Original file line number Diff line number Diff line change @@ -2,21 +2,22 @@ version: "3"
22output : interleaved
33dotenv : [".env.local"]
44
5+ includes :
6+ index : https://raw.githubusercontent.com/livekit-examples/index/main/taskfile.yaml
7+
58tasks :
69 post_create :
710 desc : " Runs after this template is instantiated as a Sandbox or Bootstrap"
811 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"
12+ - task : index:help_setup_python_uv
13+ - task : index:help_deploy_agent
1414
1515 install :
1616 desc : " Bootstrap application for local development"
1717 cmds :
18- - " uv sync"
18+ - task : index:install_python_uv
19+
1920 dev :
2021 interactive : true
2122 cmds :
22- - " uv run src/agent.py dev "
23+ - task : index:dev_python_uv
You can’t perform that action at this time.
0 commit comments