Update README.md with Agents block - #262
Merged
Merged
Conversation
Added information about LiveKit Agents SDK for Voice AI, including usage examples and links to documentation.
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues were identified.
Pull request overview
Updates the C++ SDK README with information about LiveKit Agents for Voice AI.
Changes:
- Adds Agents documentation and resource links.
- Includes a Python voice-agent example using LiveKit Inference.
File summaries
| File | Description |
|---|---|
README.md |
Adds the Agents overview and usage example. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
bcherry
approved these changes
Sep 15, 2026
xianshijing-lk
approved these changes
Sep 15, 2026
| > | ||
| > Models come from [LiveKit Inference](https://docs.livekit.io/agents/models/) with no per-provider API keys, and LiveKit Cloud handles [deployment](https://docs.livekit.io/deploy/agents/) and [observability](https://docs.livekit.io/deploy/observability/). Visit the docs for more info at [docs.livekit.io/agents](https://docs.livekit.io/agents/). | ||
| > | ||
| > Using a coding agent? Install the LiveKit skill with `npx skills add livekit/agent-skills` and add the docs MCP at `https://docs.livekit.io/mcp/` (see [coding agent support](https://docs.livekit.io/intro/coding-agents/)). |
Collaborator
There was a problem hiding this comment.
nit, I think both work, but our docs, like https://docs.livekit.io/intro/coding-agents/ use
npx skills add livekit/agent-skills --skill livekit-agents
Contributor
Author
There was a problem hiding this comment.
It's nice to show the selection screen so they can install the sims skill as well, and other skills that we're cooking up too 😄
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added information about LiveKit Agents SDK for Voice AI, including usage examples and links to documentation. This is being added to all of the client libraries.