Agent Framework plugin for Keyframe Labs avatars
Project Links
Meta
Author: LiveKit
Requires Python: >=3.10.0
Classifiers
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Programming Language
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.10
Topic
- Multimedia :: Sound/Audio
- Multimedia :: Video
- Scientific/Engineering :: Artificial Intelligence
livekit-plugins-keyframe
Agent Framework plugin for Keyframe Labs avatars.
Installation
pip install livekit-plugins-keyframe
Usage
from livekit.agents import AgentSession
from livekit.plugins import keyframe
session = AgentSession(stt=..., llm=..., tts=...)
avatar = keyframe.AvatarSession(
persona_id="ab85a2a0-0555-428d-87b2-ff3019a58b93", # or persona_slug="public:cosmo_persona-1.5-live"
api_key="keyframe_sk_live_...", # or set KEYFRAME_API_KEY env var
)
await avatar.start(session, room=ctx.room)
await session.start(room=ctx.room, agent=my_agent)
Authentication
Set the following environment variables:
KEYFRAME_API_KEY- Your Keyframe API keyLIVEKIT_URL- LiveKit server URLLIVEKIT_API_KEY- LiveKit API keyLIVEKIT_API_SECRET- LiveKit API secret
1.6.7
Jul 25, 2026
1.6.6
Jul 18, 2026
1.6.5
Jul 09, 2026
1.6.4
Jun 24, 2026
1.6.3
Jun 22, 2026
1.6.2
Jun 19, 2026
1.6.1
Jun 17, 2026
1.6.0
Jun 11, 2026
1.6.0rc2
May 29, 2026
1.6.0rc1
May 27, 2026
1.5.19rc1
Jun 08, 2026
1.5.18
Jun 05, 2026
1.5.17
Jun 03, 2026
1.5.16
Jun 01, 2026
1.5.15
May 29, 2026
1.5.14
May 27, 2026
1.5.13
May 25, 2026
1.5.12
May 21, 2026
1.5.11
May 19, 2026
1.5.10
May 18, 2026
1.5.9
May 13, 2026
1.5.8
May 05, 2026
1.5.7
Apr 30, 2026
1.5.6
Apr 22, 2026
1.5.5
Apr 20, 2026
1.5.4
Apr 16, 2026
1.5.3
Apr 15, 2026
1.5.2
Apr 08, 2026
1.5.1
Mar 23, 2026
1.5.0
Mar 19, 2026
1.4.6
Mar 16, 2026
1.4.5
Mar 11, 2026
1.4.4
Mar 03, 2026
1.4.4rc1
Mar 06, 2026
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
livekit-agents
(>=1.6.7)