File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed
.agents/skills/livekit-agents
.claude/skills/livekit-agents Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w
44license : MIT
55metadata :
66 author : livekit
7- version : " 0.3.0 "
7+ version : " 0.3.1 "
88---
99
1010# LiveKit Agents Development for LiveKit Cloud
@@ -176,14 +176,6 @@ When building or modifying a LiveKit agent:
1761763 . ** Test the core behavior** the user requested
1771774 . ** Run the tests** to verify they pass
178178
179- A minimal test file structure:
180- ```
181- project/
182- ├── agent.py (or src/agent.py)
183- └── tests/
184- └── test_agent.py
185- ```
186-
187179### Test-Driven Development Process
188180
189181When modifying agent behavior—instructions, tool descriptions, workflows—begin by writing tests for the desired behavior:
@@ -290,4 +282,4 @@ Building effective voice agents with LiveKit Cloud requires:
2902825 . ** Test behavior** before and after changes—never ship without tests
2912836 . ** Keep context minimal** —only include what's needed for the current phase
292284
293- These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
285+ These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w
44license : MIT
55metadata :
66 author : livekit
7- version : " 0.3.0 "
7+ version : " 0.3.1 "
88---
99
1010# LiveKit Agents Development for LiveKit Cloud
@@ -176,14 +176,6 @@ When building or modifying a LiveKit agent:
1761763 . ** Test the core behavior** the user requested
1771774 . ** Run the tests** to verify they pass
178178
179- A minimal test file structure:
180- ```
181- project/
182- ├── agent.py (or src/agent.py)
183- └── tests/
184- └── test_agent.py
185- ```
186-
187179### Test-Driven Development Process
188180
189181When modifying agent behavior—instructions, tool descriptions, workflows—begin by writing tests for the desired behavior:
@@ -290,4 +282,4 @@ Building effective voice agents with LiveKit Cloud requires:
2902825 . ** Test behavior** before and after changes—never ship without tests
2912836 . ** Keep context minimal** —only include what's needed for the current phase
292284
293- These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
285+ These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
You can’t perform that action at this time.
0 commit comments