Metadata-Version: 2.4
Name: synth-managed-research
Version: 0.1.0
Summary: Public SDK, CLI, MCP, and schemas for Managed Research.
Project-URL: Homepage, https://github.com/synth-laboratories/managed-research
Project-URL: Repository, https://github.com/synth-laboratories/managed-research
Project-URL: Issues, https://github.com/synth-laboratories/managed-research/issues
Author: Synth Laboratories
License: MIT
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: pynacl>=1.5.0
Provides-Extra: dev
Requires-Dist: build>=1.2.2.post1; extra == 'dev'
Requires-Dist: pytest>=8.3.3; extra == 'dev'
Requires-Dist: ruff>=0.11.0; extra == 'dev'
Description-Content-Type: text/markdown

# synth-managed-research

Public package scaffold for Synth Managed Research.

This repository is being prepared to become the canonical public home for the
Managed Research Python SDK, MCP server, and schema sync tooling again.

Current status:

- Packaging and entrypoint scaffolding is in place.
- Full SDK and MCP implementation remigration is planned next.

Planned Python import surface:

```python
from managed_research import __version__
```

Planned CLI entrypoints:

```bash
managed-research-mcp
managed-research-sync-schemas
```

Until the remigration lands, these entrypoints are placeholders.
