An open API service indexing awesome lists of open source software.

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.

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