Metadata-Version: 2.4
Name: agent-orchard
Version: 0.0.1
Summary: Agent orchestration patterns over long-running coding agents
Keywords: agents,orchestration,coding-agents,fleet
Author: Ondrej Krajicek
Author-email: Ondrej Krajicek <ondrej.krajicek@ideastatica.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/ondrasek/agent-orchard
Project-URL: Repository, https://github.com/ondrasek/agent-orchard
Description-Content-Type: text/markdown

# agent-orchard

Agent orchestration patterns over long-running coding agents — driving agents such as
`pi-coding-agent`, Claude Code, Codex and opencode as a supervised fleet rather than as
one-off interactive sessions.

**Status: placeholder.** This release reserves the name on PyPI and establishes the
release pipeline. No orchestration is implemented yet.

The sibling project [`agent-container`](https://github.com/ondrasek/agent-container)
provides the runtime that agents run in; this project composes and supervises a fleet of
them. See `CLAUDE.md` for the boundary and `.specify/memory/constitution.md` for the
binding design principles.

## Install

```sh
uv tool install agent-orchard
```

## Develop

```sh
uv sync          # create the environment
uv run agent-orchard
uv build         # sdist + wheel into dist/
```

## License

MIT
