Skip to content

Commit d9e1817

Browse files
author
lk-skill-sync[bot]
committed
chore: sync livekit-agents skill from livekit/agent-skills (d86b6458a8f8)
1 parent 0228b80 commit d9e1817

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.agents/skills/livekit-agents/SKILL.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w
44
license: MIT
55
metadata:
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:
176176
3. **Test the core behavior** the user requested
177177
4. **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

189181
When 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:
290282
5. **Test behavior** before and after changes—never ship without tests
291283
6. **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.

.claude/skills/livekit-agents/SKILL.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w
44
license: MIT
55
metadata:
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:
176176
3. **Test the core behavior** the user requested
177177
4. **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

189181
When 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:
290282
5. **Test behavior** before and after changes—never ship without tests
291283
6. **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.

0 commit comments

Comments
 (0)