diff --git a/.agents/skills/livekit-agents/SKILL.md b/.agents/skills/livekit-agents/SKILL.md index f11f9fd..8ca2778 100644 --- a/.agents/skills/livekit-agents/SKILL.md +++ b/.agents/skills/livekit-agents/SKILL.md @@ -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 @@ -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: @@ -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. \ No newline at end of file +These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP. diff --git a/.claude/skills/livekit-agents/SKILL.md b/.claude/skills/livekit-agents/SKILL.md index f11f9fd..8ca2778 100644 --- a/.claude/skills/livekit-agents/SKILL.md +++ b/.claude/skills/livekit-agents/SKILL.md @@ -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 @@ -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: @@ -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. \ No newline at end of file +These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.