smallwebrtc
Skill for the Smallwebrtc area of tone. 108 symbols across 26 files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Skill for the Smallwebrtc area of tone. 108 symbols across 26 files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use this skill when the user asks to "review my changes", "code review", "review before commit", "/code-review", or wants SOLID, security, performance, accessibility, or error handling analysis on current git changes. Accepts an optional base branch argument (defaults to main).
Generates feature documentation for a Next.js page by analyzing component source, service imports, Jotai atoms, and navigation paths. Output placed in e2e/ux_flow_docs/<page-name>.md and consumed by /generate-tests for comprehensive test coverage.
Generates a new Playwright e2e spec file by reading a page component's source code, then runs it. Use when a page has NO existing spec file and you need to create one from scratch.
Skill for the Test-cases area of tone. 250 symbols across 60 files.
Generate and maintain pytest test cases for FastAPI endpoints by reading the APIs.md documentation and tracing actual controller/service code. Creates one test file per controller with comprehensive coverage (success, failure, validation, auth, edge cases). Use this skill when the user asks to generate tests, create test cases, write API tests, add pytest coverage, or mentions "test my APIs". Also triggers on "generate tests", "write test cases", "add test coverage", or "pytest for my endpoints".
Creates a new shared UI component using shadcn/ui with the project's theme. Handles shadcn setup verification, theme token mapping, and generates production-ready components following project conventions.
| name | smallwebrtc |
| description | Skill for the Smallwebrtc area of tone. 108 symbols across 26 files. |
108 symbols | 26 files | Cohesion: 75%
pipecat/| File | Symbols |
|---|---|
pipecat/src/pipecat/transports/smallwebrtc/transport.py | SmallWebRTCCallbacks, init, SmallWebRTCClient, _convert_frame, read_video_frame (+29) |
pipecat/src/pipecat/transports/smallwebrtc/connection.py | SmallWebRTCConnection, _create_answer, initialize, renegotiate, delayed_task (+28) |
pipecat/src/pipecat/transports/smallwebrtc/request_handler.py | _check_single_connection_constraints, handle_web_request, SmallWebRTCRequest, IceCandidate, SmallWebRTCPatchRequest (+1) |
pipecat/src/pipecat/services/speechmatics/stt.py | init, _check_deprecated_args, _deprecation_warning |
pipecat/src/pipecat/runner/utils.py | _smallwebrtc_sdp_cleanup_ice_candidates, _smallwebrtc_sdp_cleanup_fingerprints, smallwebrtc_sdp_munging |
pipecat/src/pipecat/runner/run.py | offer, ice_candidate, proxy_request |
pipecat/src/pipecat/transports/websocket/server.py | WebsocketServerCallbacks, init |
pipecat/src/pipecat/services/soniox/stt.py | SonioxInputParams, init |
pipecat/src/pipecat/services/hathora/stt.py | InputParams, init |
pipecat/src/pipecat/services/deepgram/flux/stt.py | InputParams, init |
Start here when exploring this area:
offer (Function) — pipecat/examples/foundational/04-transports-small-webrtc.py:139smallwebrtc_sdp_munging (Function) — pipecat/src/pipecat/runner/utils.py:404offer (Function) — pipecat/src/pipecat/runner/run.py:405answer_call_to_whatsapp (Function) — pipecat/src/pipecat/transports/whatsapp/api.py:251handle_web_request (Function) — pipecat/src/pipecat/transports/smallwebrtc/request_handler.py:158| Symbol | Type | File | Line |
|---|---|---|---|
WebsocketServerCallbacks | Class | pipecat/src/pipecat/transports/websocket/server.py | 65 |
SmallWebRTCCallbacks | Class | pipecat/src/pipecat/transports/smallwebrtc/transport.py | 59 |
SmallWebRTCClient | Class | pipecat/src/pipecat/transports/smallwebrtc/transport.py | 198 |
SonioxInputParams | Class | pipecat/src/pipecat/services/soniox/stt.py | 76 |
InputParams | Class | pipecat/src/pipecat/services/hathora/stt.py | 34 |
InputParams | Class | pipecat/src/pipecat/services/deepgram/flux/stt.py | 77 |
MockSmallWebRTCConnection | Class | core/test_case/test_agent_upsert.py | 45 |
SmallWebRTCConnection | Class | pipecat/src/pipecat/transports/smallwebrtc/connection.py | 200 |
RawAudioTrack | Class | pipecat/src/pipecat/transports/smallwebrtc/transport.py | 73 |
RawVideoTrack | Class | pipecat/src/pipecat/transports/smallwebrtc/transport.py | 151 |
SmallWebRTCTrack | Class | pipecat/src/pipecat/transports/smallwebrtc/connection.py | 90 |
SmallWebRTCRequest | Class | pipecat/src/pipecat/transports/smallwebrtc/request_handler.py | 24 |
IceCandidate | Class | pipecat/src/pipecat/transports/smallwebrtc/request_handler.py | 50 |
SmallWebRTCPatchRequest | Class | pipecat/src/pipecat/transports/smallwebrtc/request_handler.py | 65 |
Response | Class | pipecat/src/pipecat/services/grok/realtime/events.py | 687 |
RenegotiateMessage | Class | pipecat/src/pipecat/transports/smallwebrtc/connection.py | 58 |
offer | Function | pipecat/examples/foundational/04-transports-small-webrtc.py | 139 |
smallwebrtc_sdp_munging | Function | pipecat/src/pipecat/runner/utils.py | 404 |
offer | Function | pipecat/src/pipecat/runner/run.py | 405 |
answer_call_to_whatsapp | Function | pipecat/src/pipecat/transports/whatsapp/api.py | 251 |
| Flow | Type | Steps |
|---|---|---|
Proxy_request → _run_handler | cross_community | 6 |
Proxy_request → Create_task | cross_community | 6 |
Proxy_request → Stop | cross_community | 6 |
Proxy_request → _cancel_monitoring_connecting_state | cross_community | 6 |
Proxy_request → _setup_listeners | cross_community | 6 |
Proxy_request → Force_transceivers_to_send_recv | cross_community | 6 |
Proxy_request → _check_single_connection_constraints | cross_community | 4 |
Proxy_request → Get | cross_community | 4 |
Proxy_request → SmallWebRTCConnection | cross_community | 4 |
| Area | Connections |
|---|---|
| Test-cases | 11 calls |
| Frames | 5 calls |
| Cartesia | 5 calls |
| Daily | 4 calls |
| Foundational | 3 calls |
| Runner | 2 calls |
| Tavus | 1 calls |
| 1 calls |
gitnexus_context({name: "offer"}) — see callers and calleesgitnexus_query({query: "smallwebrtc"}) — find related execution flows