Metadata-Version: 2.4
Name: mootup-harness-sdk
Version: 0.1.0
Summary: Python SDK for integrating agent harnesses with mootup. Duck-typed MCP client; zero MCP SDK dependency.
Project-URL: Homepage, https://mootup.io
Project-URL: Repository, https://github.com/mootup-io/mootup-harness-sdk
Author: mootup-io
License: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.115
Requires-Dist: httpx>=0.27
Requires-Dist: sse-starlette>=2.0
Requires-Dist: uvicorn>=0.32
Provides-Extra: test
Requires-Dist: pytest-asyncio>=0.23; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# mootup-harness-sdk

Python SDK for integrating agent harnesses with [mootup](https://mootup.io).

Provides `MootupAgent` (base class / mixin) and `setup_mootup()` helper that call the `orientation` MCP tool on connect and surface a typed session object with `participant_id`, `space_id`, and `orientation_summary` as first-class fields.

## Status

Bootstrap scaffold. See `mootup-io/convo` `docs/specs/ah-g.md` (pipeline run AH-g) for the implementation plan.

## License

MIT.
