Skip to content

Commit e9ecc0c

Browse files
committed
fix
1 parent c30a438 commit e9ecc0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.cursor/rules/livekit-core.mdc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ LiveKit's provider abstraction enables flexible AI component selection:
6666
### Environment Variables Required
6767
- `LIVEKIT_URL`, `LIVEKIT_API_KEY`, `LIVEKIT_API_SECRET`
6868
- Provider keys: `OPENAI_API_KEY`, `DEEPGRAM_API_KEY`, `CARTESIA_API_KEY`
69+
- These are just for the default providers - new providers may require new keys.
6970

7071
## Resources
71-
- **Documentation**: https://docs.livekit.io/agents/ (append `.md` for markdown)
72-
- **Examples**: https://github.com/livekit-examples/python-agents-examples
73-
- **Frontend Starters**: React, Swift, Android, Flutter templates available
72+
- **Documentation**: https://docs.livekit.io/agents/ (append `.md` for markdown format, or fetc `/llms.txt` at the root for a full index)
73+
- **Extensive collection of practical examples**: https://github.com/livekit-examples/python-agents-examples
74+
- **Frontend Starters**: [React](https://github.com/livekit-examples/agent-starter-react), [Swift](https://github.com/livekit-examples/agent-starter-swift), [Android](https://github.com/livekit-examples/ agent-starter-android), [Flutter](https://github.com/livekit-examples/agent-starter-flutter), [React Native](https://github.com/livekit-examples/agent-starter-react-native), and [Web Embed](https://github.com/livekit-examples/agent-starter-embed) templates available

0 commit comments

Comments
 (0)