Metadata-Version: 2.4
Name: pwm-agent-research
Version: 0.1.0
Summary: PWM Research agent — PWM-grounded scientific research. Standalone or embedded in AI4Science.
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pwm-agent-core<2,>=1

# pwm-agent-research

The PWM Research agent — a rigorous, PWM-grounded scientific research agent with
read-only access to the full PWM registry (principles, digital-twin specs,
benchmarks, and the L4 solutions leaderboard), plus tools to onboard new
artifacts and earn PWM. It runs on the shared `pwm-agent-core` runtime.

Install:

```bash
pip install pwm-agent-research
```

Log in and run standalone:

```bash
pwm-research login
pwm-research
```

It also embeds into [AI4Science](https://github.com/integritynoble/AI4Science)
automatically once installed — AI4Science discovers it via the
`pwm_agent.specs` / `pwm_agent.bundles` entry points, so `research` shows up
as a selectable agent alongside the built-in modes with no extra
configuration.
