Skip to content

Commit 2d80a2a

Browse files
committed
Merge branch 'main' of github.com:GetStream/agents into tschellenbach-patch-1
2 parents 65b0699 + c88734f commit 2d80a2a

File tree

15 files changed

+2157
-6573
lines changed

15 files changed

+2157
-6573
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ is quite versatile and can be used for: Sales coaching, job interview cheating,
4848
Demo video
4949

5050
```python
51-
# partial example, full example: examples/03_cluely_example/cluely_example.py
5251
agent = Agent(
5352
edge=StreamEdge(), # low latency edge. clients for React, iOS, Android, RN, Flutter etc.
5453
agent_user=agent_user, # the user object for the agent (name, image etc)

examples/01_simple_agent_example/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies = [
1111
"vision-agents-plugins-anthropic",
1212
"vision-agents-plugins-getstream",
1313
"vision-agents-plugins-openai",
14+
"vision-agents-plugins-smart-turn",
1415
"vision-agents",
1516
"openai>=1.101.0",
1617
"anthropic>=0.66.0",

examples/01_simple_agent_example/uv.lock

Lines changed: 852 additions & 836 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/02_golf_coach_example/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies = [
1010
"vision-agents-plugins-openai",
1111
"vision-agents-plugins-getstream",
1212
"vision-agents-plugins-ultralytics",
13+
"vision-agents-plugins-gemini",
1314
]
1415

1516
[tool.uv.sources]
@@ -18,3 +19,4 @@ dependencies = [
1819
"vision-agents-plugins-ultralytics" = {path = "../../plugins/ultralytics", editable=true}
1920
"vision-agents-plugins-openai" = {path = "../../plugins/openai", editable=true}
2021
"vision-agents-plugins-getstream" = {path = "../../plugins/getstream", editable=true}
22+
"vision-agents-plugins-gemini" = {path = "../../plugins/gemini", editable=true}

examples/02_golf_coach_example/uv.lock

Lines changed: 1285 additions & 2472 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/03_cluely_example/cluely_example.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

examples/03_cluely_example/pyproject.toml

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/03_cluely_example/uv.lock

Lines changed: 0 additions & 3171 deletions
This file was deleted.

examples/other_examples/plugins_examples/fal_stt_translate/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)