Skip to content

Commit d86b645

Browse files
Remove project structure that had python specific file extensions (#5)
1 parent 0a3e86b commit d86b645

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

skills/livekit-agents/SKILL.md

Lines changed: 1 addition & 9 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:

0 commit comments

Comments
 (0)