Metadata-Version: 2.4
Name: motet-sdk
Version: 0.0.1
Summary: Motet SDK — developer toolkit for the Motet AI agent coordination runtime
Author: Motet
License: Apache-2.0
Project-URL: Homepage, https://motet.dev
Project-URL: Documentation, https://motet.dev
Project-URL: Repository, https://github.com/motet-ai/motet-sdk
Project-URL: Bug Tracker, https://github.com/motet-ai/motet-sdk/issues
Keywords: motet,sdk,agent,llm,orchestration
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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
Dynamic: license-file

# Motet SDK

SDK for building bundles (commands, tools, workflows) against the [Motet](https://motet.dev) AI agent coordination runtime.

**Status:** Placeholder. Full SDK content will be added when the Fabric → Motet rebrand is complete.

## Install

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

## Links

- **Documentation:** https://motet.dev  
- **PyPI:** https://pypi.org/project/motet-sdk/
