Metadata-Version: 2.3
Name: gemini-subagent
Version: 0.1.1
Summary: Parallel sub-agent orchestration CLI for Gemini
License: MIT
Keywords: gemini,agent,cli,orchestration,parallel
Author: NLanN
Author-email: alan@openclaw.dev
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Project-URL: Documentation, https://github.com/NLanN/gemini-subagents/tree/main/docs
Project-URL: Repository, https://github.com/NLanN/gemini-subagents
Description-Content-Type: text/markdown


# SUBGEMI: Gemini Sub-Agent Orchestration

Parallel orchestration CLI for Gemini sub-agents.

## Installation

```bash
pip install gemini-subagent
```

## Usage

Once installed, you can use the `subgemi` command:

```bash
# Delegate a task to a parallel sub-agent
subgemi task delegate "Audit the code in src/auth.py" --persona security_auditor --file src/auth.py

# View the live dashboard
subgemi session board
```

## Features

- **Parallelism**: Dispatches tasks in the background by default.
- **Git Review**: Automatically creates isolation branches for sub-agents at `subgemi/sub_<timestamp>`.
- **Context Bundling**: Automatically finds and includes relevant rules, workflows, and plan files.
- **Tmux Integration**: Background tasks spawn tmux sessions for real-time monitoring.

