Skip to content

fix(livekit): replace CrewSession with AgentSession in README#63

Merged
harshitajain165 merged 1 commit into
mainfrom
fix/livekit-crewsession-to-agentsession
Jun 15, 2026
Merged

fix(livekit): replace CrewSession with AgentSession in README#63
harshitajain165 merged 1 commit into
mainfrom
fix/livekit-crewsession-to-agentsession

Conversation

@harshitajain165

Copy link
Copy Markdown
Collaborator

Summary

  • The README's interruption section read "The CrewSession handles interruptions automatically" — CrewSession is not a LiveKit Agents class.
  • agent.py imports and instantiates AgentSession (from livekit.agents), which is the correct class that manages the pipeline and handles interruptions.
  • Changed CrewSessionAgentSession to match the actual code.

Test plan

  • Verify the updated line reads: "The AgentSession handles interruptions automatically."
  • Confirm agent.py still imports AgentSession from livekit.agents (unchanged).

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
smallest-showcase Ready Ready Preview, Comment Jun 15, 2026 11:01am

Request Review

@harshitajain165 harshitajain165 merged commit ad45f81 into main Jun 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant