Skip to content

Commit 73ddc8e

Browse files
committed
pyproject cleanup
1 parent fbc1759 commit 73ddc8e

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

agents-core/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
hi
1+
# Open Vision Agents by Stream
2+
3+
Build Vision Agents quickly with any model or video provider.
4+
5+
- **Video AI**: Built for real-time video AI. Combine Yolo, Roboflow and others with gemini/openai realtime
6+
- **Low Latency**: Join quickly (500ms) and low audio/video latency (30ms)
7+
- **Open**: Built by Stream, but use any video edge network that you like
8+
- **Native APIs**: Native SDK methods from OpenAI (create response), Gemini (generate) and Claude (create message). So you're never behind on the latest features
9+
- **SDKs**: SDKs for React, Android, iOS, Flutter, React, React Native and Unity.
10+
11+
Created by Stream, uses [Stream's edge network](https://getstream.io/video/) for ultra-low latency.
12+
13+
See [Github](https://github.com/GetStream/Vision-Agents).

agents-core/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ dependencies = [
1818
]
1919

2020
[project.urls]
21-
Documentation = "https://getstream.io/video/docs/python-ai/"
22-
Website = "https://getstream.io/video/voice-agents/"
23-
Source = "https://github.com/getstream/agents"
21+
Documentation = "https://visionagents.ai/"
22+
Website = "https://visionagents.ai/"
23+
Source = "https://github.com/GetStream/Vision-Agents"
2424

2525
[project.optional-dependencies]
2626
dev = ["pytest", "mypy", "ruff", "click"]
27-
openai = ["getstream-plugins-openai"]
28-
deepgram = ["getstream-plugins-deepgram>=0.1.0"]
29-
elevenlabs = ["getstream-plugins-elevenlabs>=0.1.0"]
27+
openai = ["vision-agents-plugins-openai>=0.1.0"]
28+
deepgram = ["vision-agents-plugins-deepgram>=0.1.0"]
29+
elevenlabs = ["vision-agents-plugins-elevenlabs>=0.1.0"]
3030
fal = ["fal-client>=0.6.1"]
3131
gemini = ["google-genai>=0.3.0"]
3232
all-plugins = [

0 commit comments

Comments
 (0)