Metadata-Version: 2.4
Name: agent-portal
Version: 0.2.0
Summary: Python runtime package for Agent Portal.
Author: Magnexis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-Expression: MIT
Requires-Dist: playwright>=1.54.0
Project-URL: Homepage, https://github.com/magnexis/agent-portal
Project-URL: Issues, https://github.com/magnexis/agent-portal/issues
Project-URL: Repository, https://github.com/magnexis/agent-portal.git

# Agent Portal Python Runtime

This package contains the local Agent Portal runtime.

It provides:

- the local HTTP runtime server
- Playwright-backed browser control
- agent steering and action policy enforcement
- runtime doctor checks
- report generation
- plugin manifest discovery and validation

Install locally with:

```bash
pip install -e ./python
```

