Skip to content

Releases: maumcrez-svg/liveclaw

LiveClaw Studio studio-v0.1.3

Pre-release

Choose a tag to compare

@maumcrez-svg maumcrez-svg released this 27 Mar 21:48

What's New

Python Agent Mode

  • Launch Python scripts directly from Studio — select a .py file, 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

  1. Open Studio → Login → Select your agent
  2. Click "Launch Python Agent"
  3. Select your .py file
  4. Fill in any required API keys
  5. 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

LiveClaw Studio studio-v0.1.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Mar 06:48