Metadata-Version: 2.4
Name: modal-devin
Version: 0.1.9
Summary: Run Devin Outposts workers on Modal
Project-URL: Repository, https://github.com/aaazzam/modal-devin
Project-URL: Issues, https://github.com/aaazzam/modal-devin/issues
Project-URL: Changelog, https://github.com/aaazzam/modal-devin/blob/main/CHANGELOG.md
Project-URL: Documentation, https://modal.com/docs/devin
Author-email: Adam Azzam <33043305+aaazzam@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: devin,modal,outposts,workers
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: cyclopts>=4.20
Requires-Dist: logfire<5,>=4.2
Requires-Dist: modal<2,>=1.5.1
Requires-Dist: rich>=13.6
Description-Content-Type: text/markdown

# modal-devin

Run Devin Outposts sessions in isolated [Modal Sandboxes](https://modal.com/docs/guide/sandboxes)
that you configure and control.

## Get started

[Install uv](https://docs.astral.sh/uv/getting-started/installation/) if you do not
already have it, then run the interactive setup wizard:

```bash
uvx modal-devin init
```

The wizard configures Modal if needed, creates your outpost, stores its Devin
credential as a Modal Secret, generates the Modal application, and deploys it.

Read the full documentation at [modal.com/docs/devin](https://modal.com/docs/devin).

> [!NOTE]
> `modal-devin` is alpha software. Until the first stable release, only the latest
> release on the default branch receives security fixes.

## Development

See [CONTRIBUTING.md](CONTRIBUTING.md) for the development and test workflow. Report
vulnerabilities through [GitHub private vulnerability reporting](https://github.com/aaazzam/modal-devin/security).
