Skip to content

Catalyst-Zero-Research/Catalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalyst

Catalyst is an AI-native materials discovery workspace for moving from a rough materials requirement to grounded candidates, graph context, evidence, and agent-assisted inspection.

Live demo

What It Does

  • Search and screen a local Materials Project snapshot with natural language.
  • Open candidate materials in a graph workspace with neighbors and evidence.
  • Inspect structures, thermodynamic/electronic/magnetic/mechanical details, and local provenance.
  • Ask an agent to search, select, compare, and explain materials through tool-grounded backend actions.
  • Compare candidates and export grounded subgraphs/candidate sets.

Architecture

code/frontend/             React + Vite scientific workspace UI
code/backend/pipeline/     FastAPI backend, local store, agent tools
data/local/agent/          Non-secret agent context/tool contract templates
docs/                      API, runbook, deployment, demo, submission notes

The public repository excludes the large processed data snapshot. The live demo uses a hosted v2025.09.25 Catalyst snapshot on the demo server.

Quick Start

Clone the repo, then provide the processed data snapshot at:

data/processed/catalyst/v2025.09.25/

Install backend runtime dependencies:

python -m venv .venv
source .venv/bin/activate
pip install -r code/backend/pipeline/requirements-runtime.txt

Run the backend:

export PYTHONPATH=code/backend/pipeline
export CATALYST_REPO_ROOT=$(pwd)
python -m catalyst.local_api

Run the frontend:

cd code/frontend
npm install
npm run dev

Default local URLs:

Backend:  http://127.0.0.1:8766
Frontend: http://127.0.0.1:5173

Verification

Backend contract tests:

export PYTHONPATH=code/backend/pipeline
export CATALYST_REPO_ROOT=$(pwd)
pytest -q code/backend/tests

Frontend build:

npm run build --prefix code/frontend

Ship check:

python code/backend/pipeline/scripts/check_ship_ready.py

Data And Secrets

  • data/processed/ is intentionally ignored because the processed snapshot is large.
  • Runtime logs, sessions, exports, and local settings are ignored.
  • Real provider keys are never committed. Use .env.example as the template.
  • GitHub Pages builds the static UI and connects to the hosted demo backend.
  • The Pages UI reads runtime-config.json at startup for the backend URL. The repository keeps this file blank; GitHub Actions injects the live value from the CATALYST_API_BASE_URL repo secret during deploy. If the free Cloudflare quick tunnel changes, run:
.\scripts\update-pages-runtime-config.ps1

The script reads the active tunnel URL from mini, updates the GitHub secret, and triggers a Pages redeploy.

Docs

About

AI-native materials discovery workspace with graph-grounded evidence and agentic candidate screening

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors