Metadata-Version: 2.2
Name: motet-ai
Version: 0.0.1
Summary: Motet AI — AI agent coordination runtime
Author: Motet
Project-URL: Homepage, https://motet.dev
Project-URL: Documentation, https://motet.dev
Project-URL: Repository, https://github.com/motet-ai
Project-URL: Bug Tracker, https://github.com/motet-ai/motet-sdk/issues
Keywords: motet,agent,llm,orchestration,ai
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# Motet

**Motet** is an AI agent coordination runtime. Multiple independent agents (voices) work together as a choir to produce emergent, coherent outcomes.

**Status:** Placeholder. The full runtime is distributed via Docker. See [motet.dev](https://motet.dev) for documentation.

**License:** [Functional Source License 1.1](https://fsl.software) — non-competing use. Commercial licensing available at motet.dev.

## Install the SDK

If you are building bundles or integrations, install the developer SDK:

```bash
pip install motet-sdk
```

## Links

- **Documentation:** https://motet.dev
- **SDK:** https://pypi.org/project/motet-sdk/
- **GitHub:** https://github.com/motet-ai
