Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions agents-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ getstream = ["vision-agents-plugins-getstream"]
heygen = ["vision-agents-plugins-heygen"]
inworld = ["vision-agents-plugins-inworld"]
kokoro = ["vision-agents-plugins-kokoro"]
krisp = ["vision-agents-plugins-krisp"]
moonshine = ["vision-agents-plugins-moonshine"]
openai = ["vision-agents-plugins-openai"]
smart_turn = ["vision-agents-plugins-smart-turn"]
Expand All @@ -62,7 +61,6 @@ all-plugins = [
"vision-agents-plugins-heygen",
"vision-agents-plugins-inworld",
"vision-agents-plugins-kokoro",
"vision-agents-plugins-krisp",
"vision-agents-plugins-moonshine",
"vision-agents-plugins-openai",
"vision-agents-plugins-smart-turn",
Expand All @@ -85,12 +83,6 @@ packages = ["vision_agents"]
include = ["vision_agents"]

#[tool.uv.sources]
#krisp-audio = [
# { path = "./vision_agents/core/turn_detection/krisp/krisp_audio-1.4.0-cp313-cp313-macosx_12_0_arm64.whl", marker = "sys_platform == 'darwin' and platform_machine == 'aarch64'" },
# { path = "./vision_agents/core/turn_detection/krisp/krisp_audio-1.4.0-cp313-cp313-linux_aarch64.whl", marker = "sys_platform == 'linux' and platform_machine == 'aarch64'" },
# { path = "./vision_agents/core/turn_detection/krisp/krisp_audio-1.4.0-cp313-cp313-linux_x86_64.whl", marker = "sys_platform == 'linux' and platform_machine == 'x86_64'" },
# { path = "./vision_agents/core/turn_detection/krisp/krisp_audio-1.4.0-cp313-cp313-win_amd64.whl", marker = "sys_platform == 'win32'" }
#]
# getstream = { git = "https://github.com/GetStream/stream-py.git", branch = "audio-more" }
# for local development
# getstream = { path = "../../stream-py/", editable = true }
Expand Down
1 change: 0 additions & 1 deletion examples/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ DEEPGRAM_API_KEY=your_deepgram_api_key_here

# Optional: Turn Detection Services
FAL_KEY=your_fal_api_key_here # For Fal.ai Smart Turn detection
# Note: Krisp SDK needs to be installed separately from https://sdk-docs.krisp.ai
58 changes: 0 additions & 58 deletions plugins/krisp/README.md

This file was deleted.

Empty file removed plugins/krisp/py.typed
Empty file.
41 changes: 0 additions & 41 deletions plugins/krisp/pyproject.toml

This file was deleted.

Empty file removed plugins/krisp/tests/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions plugins/krisp/vision_agents/plugins/krisp/__init__.py

This file was deleted.

202 changes: 0 additions & 202 deletions plugins/krisp/vision_agents/plugins/krisp/turn_detection.py

This file was deleted.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ vision-agents-plugins-openrouter = { workspace = true }
vision-agents-plugins-xai = { workspace = true }
vision-agents-plugins-getstream = { workspace = true }
vision-agents-plugins-ultralytics = { workspace = true }
vision-agents-plugins-krisp = { workspace = true }
vision-agents-plugins-smart-turn = { workspace = true }
vision-agents-plugins-wizper = { workspace = true }
vision-agents-plugins-heygen = { workspace = true }
Expand Down Expand Up @@ -49,7 +48,6 @@ members = [
"plugins/xai",
"plugins/getstream",
"plugins/ultralytics",
"plugins/krisp",
"plugins/smart_turn",
"plugins/wizper",
"plugins/heygen",
Expand Down