Features
Voice control, remote machines, and multi-session management.
Work Across Machines
Remote Machine Control
Run agents on your GPU server, laptop, or cloud instance from one portal. SSH key setup and tunneling included.
agentwire machine add gpu-server --host 10.0.0.5 --user adminTalk to Your Agents
Voice Interface
Push-to-talk from any device—phone, tablet, laptop. Speak commands, hear responses. Local or cloud-based STT/TTS.
See Everything
Multi-Session Dashboard
Browser-based dashboard with tiling layouts for session windows. Monitor mode (read-only) or Terminal mode (full xterm.js).
Power Features
Task Scheduling
Define tasks in .agentwire.yml with pre-commands, templated prompts, post-commands. Schedule via launchd or cron.
agentwire ensure -s myproject --task daily-reviewWorker Orchestration
Spawn worker panes within sessions. Orchestrator coordinates, workers execute. Auto-kill when idle with summary files.
Git Worktrees
Run multiple agents on the same repo in parallel, each on its own branch. Fork sessions into isolated worktrees.
Safety Hooks
Optional command filtering for dangerous operations. Catches rm -rf, force pushes, credential exposure. You control what's blocked.
Session Types
claude-bypass, opencode-bypass, worker, and more. Fine-grained control over session permissions and agent behavior.
Voice Cloning
Clone your voice for TTS. Record samples, agents respond in your voice.
agentwire voiceclone startMCP Server
50+ tools for agents to manage sessions, spawn workers, and send voice messages. Full control through the MCP protocol.
How It Works
Get up and running in under 5 minutes.
- Step 01
Install & Configure
pip install agentwire-dev, then run agentwire init. Generate HTTPS certs for mic access, start the portal, and open https://localhost:8765. Configure TTS and STT services to customize your setup.
- Step 02
Speak to Your Agents
Push-to-talk from any device—phone, tablet, laptop. Ask questions, give instructions, request updates. Your transcribed voice reaches your agents instantly.
- Step 03
Watch Them Work
Agents execute tasks and respond via voice. Monitor sessions in the browser portal. Orchestrate workers, control remote machines—all hands-free.
Install AgentWire
Install from PyPI. Start talking to your AI coding agents.
pip install agentwire-dev