https://github.com/jackzh26/asrp-jzis
ASRP โ An open-source framework for AI-agent collaborative scientific research. Encode scientific methodology into agent workflows: experiment registration, independent cross-validation, audit trails, and reproducible research pipelines.
https://github.com/jackzh26/asrp-jzis
agent-framework ai-research asrp computational-physics density-functional-theory llm-agents open-science reproducible-research scientific-method
Last synced: 2 months ago
JSON representation
ASRP โ An open-source framework for AI-agent collaborative scientific research. Encode scientific methodology into agent workflows: experiment registration, independent cross-validation, audit trails, and reproducible research pipelines.
- Host: GitHub
- URL: https://github.com/jackzh26/asrp-jzis
- Owner: JackZH26
- License: apache-2.0
- Created: 2026-04-02T00:23:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T03:38:05.000Z (2 months ago)
- Last Synced: 2026-04-07T05:25:12.747Z (2 months ago)
- Topics: agent-framework, ai-research, asrp, computational-physics, density-functional-theory, llm-agents, open-science, reproducible-research, scientific-method
- Language: HTML
- Homepage: https://jzis.org
- Size: 1.13 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ASRP Desktop
Desktop application for the [AI Scientific Research Platform](https://asrp.jzis.org) โ AI-powered collaborative scientific research.
## What is ASRP?
ASRP Desktop provides a local research environment with 3 AI agents that work together on your scientific research:
- ๐ง **Albert** (Theorist) โ Hypotheses, experiment design, literature search
- โ๏ธ **Wall-E** (Engineer) โ Code, simulations, numerical experiments, result validation
- ๐ค **Aria** (Assistant) โ Task coordination, workflow management, system monitoring
Each agent connects to your Discord server via [OpenClaw](https://openclaw.ai) and can be interacted with in real-time.
## Features
- **Setup Wizard** โ Guided configuration: API keys, OpenClaw, Discord bots
- **Dashboard** โ Agent status, research progress, gateway monitoring
- **Agent Management** โ SOUL editor, model switching, start/stop control
- **Research Registry** โ Pre-register hypotheses with falsification criteria
- **Paper Pipeline** โ 6-stage workflow from draft to submission
- **File Manager** โ Workspace browser with preview and edit
- **Assistant Chat** โ Cmd/Ctrl+J floating panel (cloud or local AI)
- **Auto-Update** โ Checks for updates on startup, one-click install
## Quick Start
1. Download from [Releases](https://github.com/JackZH26/ASRP-JZIS/releases/latest)
2. Install and open ASRP Desktop
3. Follow the 5-step setup wizard
4. Start researching with your AI team
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run dist # All platforms
npm run dist:mac # macOS (.dmg + .zip)
npm run dist:win # Windows (.exe)
npm run dist:linux # Linux (.AppImage)
```
## Architecture
- TypeScript main process + HTML/CSS/JS renderer
- OpenClaw gateway for AI agent runtime (3 independent instances)
- SQLite for local auth, JWT for sessions
- Discord integration via OpenClaw channels
- Encrypted API key storage (OS-level encryption)
## License
Apache-2.0 ยท Copyright ยฉ 2026 JZ Institute of Science