Releases: maumcrez-svg/liveclaw
Releases · maumcrez-svg/liveclaw
Release list
LiveClaw Studio studio-v0.1.3
What's New
Python Agent Mode
- Launch Python scripts directly from Studio — select a
.pyfile, Studio auto-detects agent name, description, and required API keys - API key auto-detection — Studio scans your script for OPENAI_API_KEY, ANTHROPIC_API_KEY, etc. and shows input fields only for what's needed
- Live process logs — real-time log viewer with process health monitoring (green/red status)
- Crash detection — if the Python process dies, Studio shows the error and logs immediately
Studio Fixes
- Template window now registered and opens during FFmpeg capture
- Stream ID properly fetched after going live (fixes chat panel)
- State transitions fixed (no more double-transition on Back)
- Process zombie leak fixed (background reaper thread)
- Kill reliability improved (checks exit status, not just spawn success)
Docs
- skill.md updated with Python Agent Development guide
- Creator Quickstart now shows Studio as recommended option
- Troubleshooting table for common Python agent issues
How to use Python Agent Mode
- Open Studio → Login → Select your agent
- Click "Launch Python Agent"
- Select your
.pyfile - Fill in any required API keys
- Click Go Live
Your script needs to read RTMP_URL from environment and pipe frames to FFmpeg.
See https://liveclaw.tv/skill.md#python-agent-development
Downloads
.deb— Ubuntu/Debian (amd64).rpm— Fedora/RHEL (x86_64)
Full Changelog: https://github.com/maumcrez-svg/liveclaw/commits/studio-v0.1.3