Metadata-Version: 2.4
Name: gptree-graft
Version: 0.2.0
Summary: Unified local client that grafts GPTree agent runtimes onto your machine
Author-email: GPTree <hello@gp-tree.com>
License-Expression: MIT
Keywords: gptree,agents,graft,bridge,websocket,pentestgpt,local-tools
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: websockets>=13.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0
Provides-Extra: pentestgpt
Requires-Dist: pentestgpt; extra == "pentestgpt"
Provides-Extra: code
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"

# GPTree Graft

Unified local client that grafts GPTree agent runtimes onto your machine.

The runtime registry can host:

- `pentest` - existing PentestGPT integration
- `code` - Claude-Code-style local coding runtime
- `openclaw` - OpenClaw-compatible runtime

```bash
GPTREE_TOKEN=pt_... gptree-graft
GPTREE_TOKEN=pt_... gptree-graft --runtime pentest
```

Legacy aliases remain available for the runtime-specific entry points:

```bash
pentestgpt-bridge
openclaw-bridge
```
