Metadata-Version: 2.4
Name: agentsummons
Version: 0.0.1
Summary: Invokes agent harnesses (Antigravity CLI, Claude Code, Codex CLI) headlessly. Python wrapper under development; the Go CLI is available today.
Author: Dachary Carey
License: MIT
Project-URL: Homepage, https://github.com/agent-ecosystem/agentsummons
Project-URL: Repository, https://github.com/agent-ecosystem/agentsummons
Keywords: agent,harness,claude-code,codex,antigravity,headless
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# agentsummons

This package reserves the `agentsummons` name for the planned Python wrapper
around [agentsummons](https://github.com/agent-ecosystem/agentsummons), a
Go library + CLI that invokes agent harnesses (Antigravity CLI, Claude
Code, Codex CLI) headlessly: it owns the per-harness flag knowledge so
scripts and experiments don't have to rediscover it.

The wrapper is under development. Until it ships, use the Go CLI directly:

```bash
brew install agent-ecosystem/tap/agentsummons
# or
go install github.com/agent-ecosystem/agentsummons/cmd/agentsummons@latest
```

Prebuilt binaries are on the
[releases page](https://github.com/agent-ecosystem/agentsummons/releases).
