Metadata-Version: 2.4
Name: flyco
Version: 0.0.1
Summary: Flyco — orchestrator for parallel AI coding agents. Placeholder release.
Project-URL: Homepage, https://flyco.ai
Project-URL: Repository, https://github.com/flyco-ai/flyco
Project-URL: Issues, https://github.com/flyco-ai/flyco/issues
Keywords: agents,ai,cli,coding-agent,orchestration
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# flyco

Flyco is an orchestrator for parallel AI coding agents. It dispatches tasks to
isolated git worktrees, supervises the agent sessions that work them, and gates
every result behind an explicit human verdict — approve, deny, guide, or
transform — so that nothing lands unreviewed.

- Site: <https://flyco.ai>
- Source: <https://github.com/flyco-ai/flyco>

## Status

This `0.0.1` is a **placeholder**. Flyco itself is a TypeScript CLI distributed
on npm; this distribution exists so that the `flyco` name on PyPI matches the
project it belongs to. Importing it gives you a version string and nothing else.

If a Python client ships, it will replace this module and be announced on the
site and in the repository.
