An Agentic Operations (AgOps) orchestrator for recursive, parallel development.
Project description
Pkood
Run tens of agent sessions (Claude-code / Gemini-CLI) in parallel. Monitor them and attach to them when needed. Get notified when they are blocked and await your input.
Installation
-
Requirements:
- Python 3.10+
tmux(Available viabrew install tmuxon macOS orsudo apt install tmuxon Linux/Windows:WSL2).
-
Install via PyPI:
pip install pkood
-
Install from Source: Clone the repository and install in editable mode:
git clone https://github.com/tal-franji/pkood.git cd pkood pip install -e .
-
Verify and Configure: Run the system check to ensure Tmux is installed and to automatically configure your AI agents (Gemini CLI / Claude Code) to talk to the Pkood control plane:
pkood test
Operation
Pkood treats AI agents and long-running tasks as managed services. All state is stored in ~/.pkood/.
Commands
-
Start an interactive session: Creates a new session running your default shell or a specified CLI agent in the given directory and attaches to it immediately.
pkood start --dir ./my-project --cmd claude
Options:
--cmd <agent>: Specify the CLI command to launch (e.g., 'gemini', 'claude'). If omitted, Pkood will auto-detect or fall back to your shell.--name <name>: Custom session name (defaults to directory name).--fg: Foreground - Runs the agent natively in your current terminal (without Tmux). Pkood will still track its logs and status, but you cannot remotely attach/inject into it.
-
Spawn a background agent: Runs a specific command in a managed background session.
pkood spawn --name research-task "gemini 'research the latest AgOps trends'"
-
List active agents: Shows all agents, their current status (RUNNING, IDLE, BLOCKED, or EXITED), and log sizes.
pkood ls -
Attach to a session: Join a running agent's terminal.
pkood attach research-task
To detach without killing the agent, press
Ctrl+BthenD. -
Kill an agent: Terminates the session and cleans up associated sockets and state files.
pkood kill research-task
-
Inject input: Send text directly to a background agent's terminal (e.g. to unblock a prompt).
pkood inject research-task "y"
Key Shortcuts (within a session)
After attaching to the session you can use the following Tmux keys:
- Detach:
Ctrl+Bfollowed byD - Scroll Mode:
Ctrl+Bfollowed by[(Pressqto exit) - Force Exit:
Ctrl+D(This kills the agent and closes the session)
Skills and Slash Commands
Pkood can install skills and slash commands for AI agents (Gemini CLI / Claude Code) to allow them to interact with the Pkood control plane.
Install Skills and Slash Commands
pkood test
Use the Skills and Slash Commands
Pkood installs custom slash commands into your AI CLI to make fleet management seamless.
- View Fleet Status: Show all active agents, their status, and an intelligent summary of what they are doing.
/pkood:status
- Review and Unblock: Triage all currently blocked agents in a single step, presenting a numbered list of pending actions for batch approval.
/pkood:review
- Spawn a Sub-Agent: Instruct your current agent to act as a Fleet Manager, parse your request, and spawn a new background agent to handle the task autonomously.
/pkood:start Write a Python script that finds the first 4 perfect numbers.
- Kill an Agent: Ask your current agent to terminate a specific background task.
/pkood:kill <agent_name>
The AgOps Control Plane (MCP)
This is the internal service used by the skills and slash commands. You do not need to use it directly.
Pkood includes a built-in Model Context Protocol (MCP) server. This transforms Pkood from a simple CLI tool into an orchestration layer that your AI agents can use to manage each other.
Starting the Control Plane
To allow agents to see and interact with the fleet, start the MCP service:
pkood mcp
(Runs on http://localhost:8000/sse by default)
What Agents Can Do
Once your agents (like Gemini CLI or Claude Code) are connected to the Pkood MCP, they gain "fleet awareness." You can give them high-level commands like:
- Fleet Summarization: "Check the logs of all active agents and give me a 1-sentence status report for each."
- Remote Unblocking: "I see the 'worker-1' agent is stuck on a confirmation. Send it a 'y' to continue."
- Autonomous Spawning: "Once 'data-cleanup' finishes, spawn a new agent to run the 'training-job'."
- Deep Log Analysis: "Search through all agent logs for any 'OutOfMemory' errors."
By exposing the low-level Tmux primitives as structured MCP tools, Pkood enables a recursive, multi-agent development workflow where one "Manager" agent can coordinate a fleet of specialized workers.
Comparison: Pkood vs. Claude /batch
While Claude Code's /batch skill is excellent for quick, sequential automation, Pkood is designed for long-running, autonomous operations.
| Feature | Claude /batch |
Pkood |
|---|---|---|
| Persistence | Ephemeral (stops if terminal closes) | Persistent (runs in background via Tmux) |
| Visibility | Simple progress status | Full Terminal Attachment (pkood attach) |
| Context | Single-session focus | Fleet-wide awareness via MCP |
| Control | Stop/Start only | Inject input, search logs, and manage state |
| Workflow | Sequential local tasks | AgOps Orchestration (Agents manage agents) |
Use /batch when you want to automate 10 small local edits in your current session.
Use Pkood when you want to run a fleet of independent agents that work autonomously across different projects and require high-level coordination.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pkood-0.6.6.tar.gz.
File metadata
- Download URL: pkood-0.6.6.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
021c48f649e422455e6969b495944cd67466ac3b0fb2e329b4d4a47f15f60670
|
|
| MD5 |
861a64b7a131c178547a6969db3d8c90
|
|
| BLAKE2b-256 |
c6564adcae9b27baaa4668fb28138ec19d0ba0f195723bf95b8c1a38b3621951
|
File details
Details for the file pkood-0.6.6-py3-none-any.whl.
File metadata
- Download URL: pkood-0.6.6-py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c544f87fa0d12c26f053c68f8772047fa134e607d40e3aceb81373dfe1b79c14
|
|
| MD5 |
9565d8169371fb6bdae304f404eea250
|
|
| BLAKE2b-256 |
4638d1c2655f42e6cef4bbd5931d2f0e1503060efb76896a111dd7c286fb0104
|