Metadata-Version: 2.4
Name: yaam
Version: 0.0.1
Summary: Yet Another Agent Manager — a TUI for orchestrating multiple AI coding agents. Real release coming in v0.1.
Author-email: Piseth Ky <ky.piseth@mettaisys.com>
License: Apache-2.0
Keywords: ai,agents,tui,cli,orchestration,claude-code,codex
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# YAAM

**Y**et **A**nother **A**gent **M**anager — a TUI for orchestrating multiple AI coding agents (Claude, GPT, Gemini, …) under a single brain that handles routing, cross-review, and quota awareness.

## Status

This is a **placeholder** release reserving the PyPI namespace. The first usable version (v0.1.0) is in active design. Real implementation is coming.

If you're a human looking for an agent manager today, this isn't it yet — come back in a few weeks.

## Why "yet another"

Because it is. The 2026 AI-agent-orchestration namespace is crowded, and naming it honestly is more useful than naming it cleverly. YAAM aims to do a few things well:

- One TUI for many AI coding agents (no more terminal switching)
- Cross-provider review (writer ≠ reviewer)
- Quota and cost awareness before requests dispatch
- Worktree isolation per agent
- Steering by default (queue guidance for next turn) instead of cancel-and-restart

## License

[Apache-2.0](LICENSE)
