Spaces:
Running
Running
| title: OpenClaw PR API | |
| emoji: ๐ | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: docker | |
| app_port: 7860 | |
| short_description: Live API for OpenClaw PR code similarity search. | |
| datasets: | |
| - evalstate/openclaw-pr | |
| tags: | |
| - api | |
| - docker | |
| - pull-requests | |
| - similarity | |
| - openclaw | |
| # OpenClaw PR API | |
| Machine-oriented API for PR similarity search. | |
| Canonical storage roles: | |
| - dataset repo: published latest state and canonical current analysis | |
| - mounted bucket: mutable operational cache only | |
| - Space disk: ephemeral runtime storage | |
| Defaults for this deployment: | |
| - repo: `openclaw/openclaw` | |
| - live probe source: `https://ghreplica.dutiful.dev` | |
| - dataset: `evalstate/openclaw-pr` | |
| CLI examples: | |
| ```bash | |
| pr-search status | |
| pr-search code similar 67096 | |
| pr-search code clusters for-pr 67096 | |
| pr-search issues list --limit 5 | |
| pr-search contributors list --limit 10 | |
| ``` | |