Skip to content

Commit 3cb339b

Browse files
authored
New conversation API (#102)
* trying to resurrect * test transcription events for openai * more tests for openai and gemini llm * more tests for openai and gemini llm * update py-client * wip * ruff * wip * ruff * snap * another way * another way, a better way * ruff * ruff * rev * ruffit * mypy everything * brief * tests * openai dep bump * snap - broken * nothingfuckingworks * message id * fix test * ruffit
1 parent 1025a42 commit 3cb339b

File tree

32 files changed

+5194
-3172
lines changed

32 files changed

+5194
-3172
lines changed

.cursor/rules/python.mdc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ docstrings should follow the google style guides for docstrings.
1414
integration tests use
1515
@pytest.mark.integration
1616

17-
@pytest.mark.asyncio is not needed (its automatic)
17+
@pytest.mark.asyncio is not needed (its automatic)
18+
19+
---
20+
description: when running python or tests
21+
globs:
22+
alwaysApply: true
23+
---
24+
25+
we use uv on this project, no python -m non-sense please. If you get in trouble with deps just stop and ask, better to have the human resolve things (no sudo brew kind of stuff please)

agents-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
requires-python = ">=3.10"
2323
dependencies = [
24-
"getstream[webrtc,telemetry]>=2.5.3",
24+
"getstream[webrtc,telemetry]>=2.5.5",
2525
"python-dotenv>=1.1.1",
2626
"pillow>=11.3.0",
2727
"numpy>=1.24.0",

0 commit comments

Comments
 (0)