Skip to main content

AgentStreamDeck

Your AI agents, one glance away. See which session is working, waiting or needs you—then press a Stream Deck key to jump back in.

Animated Stream Deck with agent status keys and Jelly exploring unused buttons

Tests PyPI Python 3.11+ License: Apache 2.0

Get started · Supported agents · Customize · Documentation · Watch the demo

☕ Enjoying AgentStreamDeck? Buy Ryan a Coffee to support development, hardware testing and documentation. A GitHub star helps other developers find it, too.

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

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

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

Meet Jelly

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, animations and settings

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

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.7.tar.gz (249.3 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.7-py3-none-any.whl (243.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentstreamdeck-3.0.7.tar.gz
  • Upload date:
  • Size: 249.3 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.7.tar.gz
Algorithm Hash digest
SHA256 2a2d20937c1ec3efa772d778be69ca8f1aebb7e68c136e8fe7e2af3b0135f96a
MD5 adc4a703bc30b937c88ba42a4f6b418c
BLAKE2b-256 abee9bb206bd29109ec40261cfb39a0fa3772795bb7e49de144c8bfc8949bfc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentstreamdeck-3.0.7.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.7-py3-none-any.whl.

File metadata

  • Download URL: agentstreamdeck-3.0.7-py3-none-any.whl
  • Upload date:
  • Size: 243.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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7b2634e0fe4c1a92b30e53e5b864022244ac98d49c66248d9dd9169c0f62b7ef
MD5 0ba68f5e880e5a07044bdc81caf8b942
BLAKE2b-256 378bba587769c176358ad065b8e8befa686ce29f51fb4da9156485dc9fd1dafe

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentstreamdeck-3.0.7-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

3.0.9

2 files

3.0.8

2 files

This release

3.0.7 This release

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