Skip to content
Open
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
12 changes: 2 additions & 10 deletions .agents/skills/livekit-agents/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w
license: MIT
metadata:
author: livekit
version: "0.3.0"
version: "0.3.1"
---

# LiveKit Agents Development for LiveKit Cloud
Expand Down Expand Up @@ -176,14 +176,6 @@ When building or modifying a LiveKit agent:
3. **Test the core behavior** the user requested
4. **Run the tests** to verify they pass

A minimal test file structure:
```
project/
├── agent.py (or src/agent.py)
└── tests/
└── test_agent.py
```

### Test-Driven Development Process

When modifying agent behavior—instructions, tool descriptions, workflows—begin by writing tests for the desired behavior:
Expand Down Expand Up @@ -290,4 +282,4 @@ Building effective voice agents with LiveKit Cloud requires:
5. **Test behavior** before and after changes—never ship without tests
6. **Keep context minimal**—only include what's needed for the current phase

These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
12 changes: 2 additions & 10 deletions .claude/skills/livekit-agents/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w
license: MIT
metadata:
author: livekit
version: "0.3.0"
version: "0.3.1"
---

# LiveKit Agents Development for LiveKit Cloud
Expand Down Expand Up @@ -176,14 +176,6 @@ When building or modifying a LiveKit agent:
3. **Test the core behavior** the user requested
4. **Run the tests** to verify they pass

A minimal test file structure:
```
project/
├── agent.py (or src/agent.py)
└── tests/
└── test_agent.py
```

### Test-Driven Development Process

When modifying agent behavior—instructions, tool descriptions, workflows—begin by writing tests for the desired behavior:
Expand Down Expand Up @@ -290,4 +282,4 @@ Building effective voice agents with LiveKit Cloud requires:
5. **Test behavior** before and after changes—never ship without tests
6. **Keep context minimal**—only include what's needed for the current phase

These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.
These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.