File tree Expand file tree Collapse file tree 3 files changed +4
-181
lines changed
Expand file tree Collapse file tree 3 files changed +4
-181
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ version = "0.1.0"
44description = " Fishjam voice agent example"
55readme = " README.md"
66requires-python = " >=3.11"
7- dependencies = [
8- " fishjam-server-sdk" ,
9- " litestar[standard]>=2.17.0" ,
10- " openai-agents[voice]>=0.2.11" ,
11- ]
7+ dependencies = [" fishjam-server-sdk" , " openai-agents[voice]>=0.2.11" ]
128
139[tool .uv .sources ]
1410fishjam-server-sdk = { workspace = true }
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ and uses [uv](https://docs.astral.sh/uv/) for dependency management.
88
99## Running
1010
11- Make sure to [ install uv ] ( https://docs.astral.sh/uv/getting-started/installation/ ) if you don't have it already.
11+ > ![ NOTE ] All commands should be run from the parent directory of this README
1212
13+ Make sure to [ install uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) if you don't have it already.
1314Once you have ` uv ` installed, fetch the dependencies with
1415
1516``` bash
16- uv sync --all-packages
17+ uv sync
1718```
1819
1920To run the app, you will need 3 environment variables:
You can’t perform that action at this time.
0 commit comments