Skip to main content

AgentStreamDeck

A physical dashboard for your AI coding agents. Monitor OpenCode, Claude Code, Codex CLI, GitHub Copilot, Gemini CLI and Cursor CLI on an Elgato Stream Deck. See who is working or needs you, press a key to return to that window, and let Jelly bring your spare buttons to life.

GitHub stars Forks Latest release PyPI version PyPI downloads per month Tests Python 3.11+ Node.js 20+ License: Apache 2.0

⭐ Find this useful? Star AgentStreamDeck on GitHub to help more developers discover it.

Support Ryan’s projects on Buy Me a Coffee. Any amount, one-time or monthly, helps fund development, hardware testing and videos. Thank you for supporting this hobby.

Support on Buy Me a Coffee

AgentStreamDeck animated dashboard with live coding-agent status keys and Jelly exploring unused Stream Deck buttons

Get started · Watch the video · All features · CLI reference · UI options · Visual gallery · Documentation

Watch AgentStreamDeck on a real Stream Deck

Watch Ryan’s OpenCode and Stream Deck hardware demonstration on YouTube

▶ Watch the YouTube demo: AI coding-agent status and one-touch window switching. This is the original OpenCode hardware walkthrough, recorded before later Jelly and customization additions. The source-rendered hero above and full animation gallery show the broader current feature set. The thumbnail opens YouTube; GitHub README pages do not play embedded YouTube iframes.

Keep your attention on the work

Running several coding agents means several windows to check. AgentStreamDeck gives each session a physical key with its project label, agent icon and live status.

  • Know where you're needed. Animated status keys distinguish work in progress, idle sessions and supported input requests.
  • Get back with one press. Focus the session's Windows window; minimized windows are maximized and brought forward.
  • Keep your usual workflow. Launch your CLI or editor normally after installing its integration. No special launcher, Elgato plugin or MCP server required.
  • Give spare keys some personality. Jelly, an offline companion, plays on unused buttons and reacts when you tap him.

The hero above uses the actual renderers on a simulated deck. The video demo shows the OpenCode workflow on hardware.

Get started

1. Check your setup

You'll need Supported setup
Stream Deck Mini (6 keys), Original/MK.2 (15), or XL (32); one device per broker
Python 3.11 or newer
Node.js 20 or newer for hook adapters
Desktop Windows for USB control and window focus; Linux supports the broker and device rendering, but not desktop focus

Plug in your deck and quit the Elgato Stream Deck app from the system tray so AgentStreamDeck can use it.

2. Install and start

python -m pip install --upgrade agentstreamdeck
python -m ocdeck install

The second command registers and starts the background broker for your user, including startup at login. It also installs the OpenCode plugin if opencode is on PATH. No repository checkout is needed. The commands use python -m so a missing Scripts folder on PATH won't get in your way.

3. Connect your agent

For Claude Code, run this from a project you want to monitor:

cd C:\Projects\MyApp
python -m ocdeck harness-install claude
claude

For another agent, choose its profile below. Repeat hook installation for each project you want to monitor. Existing unrelated hooks are preserved. OpenCode uses its global plugin, so just launch opencode after step 2; if it wasn't on PATH during setup, run the install command again once it is.

Agent Project hook profile What it can report
OpenCode Global plugin; no project profile needed Activity, permission requests and structured questions
Claude Code claude Activity, identified questions; permission counts may be unknown
Codex CLI codex Activity and observed approval state; counts unknown
GitHub Copilot CLI copilot-cli Activity only
Copilot in VS Code copilot-vscode Activity only; preview integration
Gemini CLI gemini Activity and recognized permission notifications
Cursor CLI cursor Activity only; Cursor desktop isn't included

For example, use python -m ocdeck harness-install codex, then review and trust the hooks in Codex using /hooks. Agent-specific setup and coverage explains prerequisites and limitations.

4. Try a key

Start an agent in the configured project, send it a task and watch its key change. Press the key to return to that session. Use a separate OS window for each monitored session; several tabs in one terminal window can make focus ambiguous.

python -m ocdeck status

Need more detail? Installation guide · Troubleshooting · Remote and WSL setups

Supported agents

Follow the dedicated setup guide for OpenCode, Claude Code, Codex CLI, Copilot CLI, Copilot in VS Code, Gemini CLI, or Cursor CLI. Each includes install commands, exact shipped hook mappings, verification and removal.

The integrations above share the same deck, but their event coverage differs. These are the default visual signals:

Key Meaning
Green moving ring Agent reports work in progress
Amber breathing glow Agent reports idle
Red attention indicator Identified input request or observed approval state
Amber LINK ? Connection or state is unknown

Activity-only integrations can still look busy while waiting for approval. A green key doesn't guarantee that no input is needed. Input counts appear only when the integration supplies enough information.

Pressing an agent key requests window focus. It never types a reply or approves a tool. Windows can restrict foreground activation; the status output includes the last focus result for diagnosis.

Make it yours

The physical deck is the UI; preferences are configured through the CLI and JSON. See every UI control, every appearance field and default, and all CLI arguments.

Choose recognizable agent logos, project labels, layouts, color palettes and animation styles. Apply a preset across the deck or give individual keys their own look.

Examples of configurable agent key styles

python -m ocdeck appearance --preset neon --layout harness

Restart the broker after saving appearance changes. You can preview changes before saving, export a favorite look, or turn animation off. Sound alerts and Windows notifications are optional and off by default.

Appearance gallery and settings · Configuration, alerts and maintenance

Want your Mini beside your screen? The 3D-printable side monitor mount includes separate STL parts, a reinforced wing, a 5° locking hinge, and printing instructions.

Meet Jelly

Jelly lives on unused Stream Deck buttons alongside agent sessions

Jelly makes a home on your spare buttons. He stretches, dances, naps and changes mood with the rhythm of your coding sessions. Tap him for a wobble, cheer or little “Boop!” His thoughts and personality run offline using session activity metadata, without reading your prompts or source code.

Jelly reacts to a tap and points toward a steaming coffee cup

With two free keys, Jelly can point to a steaming coffee cup and ask “Coffee?” at a random interval of 1–3 hours. Tap Jelly five times within one minute to start the same routine early when two keys are free. The invitation lasts 60 seconds; pressing Jelly or the cup opens Ryan's Buy Me a Coffee page and dismisses it. The preview speeds up the wait. Agent controls always take priority.

Prefer a quieter deck? Set "jelly": {"coffee": false} to disable coffee invitations or "jelly": {"enabled": false} to turn Jelly off. Merge these preferences into your existing configuration and restart the broker.

Jelly's personality and behavior · Complete Jelly settings · Every action, mood and hop · Tap and coffee interactions

Stay up to date

When an update is available, Jelly settles down with rainbow colors, a red exclamation point, a green upgrade arrow and “Update available” beneath him. He moves at most once every 30 seconds so you can read it.

Update indicator rendered on 72, 80 and 96 pixel keys

Press the marked Jelly to install the detected update and restart the broker. Checking for updates never installs anything by itself. You can also update with:

python -m pip install --upgrade agentstreamdeck

A running broker with upgrade monitoring automatically restarts after the new package finishes installing. Use the same Python environment as the broker. First-time setup still needs python -m ocdeck install; older installations may need one restart to enable monitoring. Upgrade details and opt-outs

Release notes · Upgrading from AgentDeck

Explore every feature

What you want to do What AgentStreamDeck provides Full documentation
Monitor several AI coding sessions Live running, idle, input and unknown state; automatic slot cleanup and overflow handling Status and slots
Switch back to the right session One-touch Windows terminal/editor focus, including minimized windows Window switching
Use your existing coding tools Global OpenCode plugin and six project hook profiles, with honest per-agent coverage Integration hub
Choose the information on each key Harness icons, project labels, aliases, custom text, status and input badges UI guide
Personalize the whole deck or one key Three layouts, six themes, five presets, borders, backgrounds and logo sizes Appearance reference
Tune motion and readability Breathe/glow/steady effects, scrolling/shimmer, font size, alignment, speed and brightness Animated gallery
Share your configuration Versioned visual import/export, dry-run diff and preview GIF generation Appearance import/export
Hear when you are needed Optional Windows sounds and request-specific desktop notifications Alert settings
Give unused keys personality Offline Jelly companion with actions, moods, thoughts and touch reactions Jelly guide
Customize Jelly’s behavior Four personalities, fourteen hop styles, movement frequency and optional persistence Jelly settings
Take a coffee break Timed or five-tap invitation with a steaming cup on a second free key Coffee interactions
Keep the package current Visible update notice, press-to-install and verified restart after pip upgrades Update guide
Start automatically at login Per-user Windows task or Linux systemd service Startup controls
Use Mini, Original/MK.2 or XL Automatic 6/15/32-key capacity, serial selection and reconnect handling Hardware guide
Mount a Mini beside your monitor Multi-part printable holder, reinforced wing and five-degree locking hinge STLs and assembly
Diagnose an issue Doctor checks, physical-input telemetry, structured logs and scrubbed reports Diagnostics
Understand the local data boundary Metadata-only hooks, loopback authentication and offline companion Privacy and offline operation
Remove only what was installed Hook receipts, config-preserving removal, preview and retained backups Uninstall
Extend the project API, architecture, source map, adapter contracts and test guides Developer documentation

More ways to make it yours

Agent key motion effects: breathe, glow and steady

Scrolling and shimmer text effects on agent status buttons

Five ready-to-use visual presets for coding-agent keys

Browse layouts, themes, harness logos, labels, typography, borders, brightness and mixed-key examples. Each gallery links to the settings that produce it. These are renderer demonstrations; physical USB speed depends on your deck and active keys.

Documentation shortcuts

Need a hand?

python -m ocdeck doctor --no-device --json
python -m ocdeck report --output agentstreamdeck-report.zip --lines 200

Start with the troubleshooting guide. On Windows, configuration and logs live under %USERPROFILE%\.opencode-deck unless you've set OCDECK_HOME; the main log is broker.log. Review diagnostic reports before sharing them in a GitHub issue.

The controller runs locally. Online update checks can be disabled with "check_updates": false. Configuration and removal instructions cover alerts, startup, backups and uninstalling integrations.

Build with us

Adapter improvements, bug reports and hardware testing are welcome. See CONTRIBUTING.md for development setup, the architecture for the internals, and the documentation index for deeper guides.

CI tests Windows and Ubuntu with Python 3.11/3.13, including package installation and upgrade behavior. USB hardware and interactive window focus also need real desktop testing; verification details distinguish that from automated coverage.

Licensed under Apache 2.0. Agent names and logos belong to their respective owners; see third-party notices.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentstreamdeck-3.0.9.tar.gz (260.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentstreamdeck-3.0.9-py3-none-any.whl (248.5 kB view details)

Uploaded Python 3

File details

Details for the file agentstreamdeck-3.0.9.tar.gz.

File metadata

  • Download URL: agentstreamdeck-3.0.9.tar.gz
  • Upload date:
  • Size: 260.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agentstreamdeck-3.0.9.tar.gz
Algorithm Hash digest
SHA256 8656ee854a43112c1c705e152391ea7a4774344b9ff95786278d754c6e1d1fc8
MD5 1f5d55c08de16e10261e22653b14ee32
BLAKE2b-256 3e3b51838f2d69ca8356de40a9671667757fbcfc831565ddbcee51bd5aaa4500

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentstreamdeck-3.0.9.tar.gz:

Publisher: pypi.yml on darkmatter2222/AgentStreamDeck

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentstreamdeck-3.0.9-py3-none-any.whl.

File metadata

  • Download URL: agentstreamdeck-3.0.9-py3-none-any.whl
  • Upload date:
  • Size: 248.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agentstreamdeck-3.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 afde7aebdfc70716eab215e12b36f6e77bac22d9d29403fc6e735cab9aed88b3
MD5 c23f0f992546a19c79e4a1e500ce06a0
BLAKE2b-256 d02a4ab5e0c6b3582efca11d91db4c74d897ae1fddeb90a9bc29acd0a0970bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentstreamdeck-3.0.9-py3-none-any.whl:

Publisher: pypi.yml on darkmatter2222/AgentStreamDeck

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

3.0.10

2 files

This release

3.0.9 This release

2 files

3.0.8

2 files

3.0.7

2 files

3.0.6

2 files

3.0.5

2 files

3.0.4

2 files

3.0.3

2 files

3.0.2

2 files

3.0.1

2 files

3.0.0

2 files

2.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page