← Back to Plugins
Tools

Crust Os

OPSC2025 By OPSC2025 👁 4 views ▲ 0 votes

Food CPG expert platform โ€” OpenClaw plugin

GitHub

Install

npm install
pnpm

README

# Crust-OS

Self-hosted food CPG expert platform. Combines [OpenClaw](https://github.com/openclaw) (agent runtime), NemoClaw (sandbox), and food CPG domain intelligence into a unified product.

## What It Does

1. **Generates production business documents** โ€” XLSX nutrition panels, DOCX spec sheets, PPTX category reviews, PDF audit reports
2. **Enforces food CPG compliance** โ€” FDA allergen Big 9, nutrition rounding 21 CFR 101.9, bidirectional lot traceability
3. **Routes to domain specialists** โ€” 10 food CPG roles with scoped tool sets and targeted prompts
4. **Executes structured workflows** โ€” DAG-based with governance gates and approval checkpoints
5. **Connects to business systems** โ€” ERP, PLM/LIMS, retailer portals, regulatory databases
6. **Maintains a shared business world model** โ€” entity graph, collaborative knowledge, causal reasoning

## Quick Start

```bash
pnpm install
pnpm dev        # Starts Hono server on :4100
pnpm dev:ui     # Starts Web UI on :3000
```

## Repository Structure

```
crust-os/
โ”œโ”€โ”€ packages/
โ”‚   โ”œโ”€โ”€ core/              # Platform: 6 lanes, persistence, tools
โ”‚   โ”œโ”€โ”€ openclaw-plugin/   # OpenClaw integration bridge
โ”‚   โ”œโ”€โ”€ web-ui/            # React dashboard
โ”‚   โ””โ”€โ”€ skills/            # OpenClaw skill packs
โ”œโ”€โ”€ definitions/           # Food CPG domain definitions (YAML)
โ”œโ”€โ”€ nemoclaw-blueprint/    # Sandbox configuration
โ”œโ”€โ”€ deploy/                # Docker Compose, Helm, install script
โ””โ”€โ”€ vendor/                # OpenClaw (git clone here)
```

## Development

```bash
pnpm test       # Run all tests
pnpm lint       # Lint TypeScript
pnpm typecheck  # Type check
pnpm build      # Build all packages
pnpm format     # Format code
```

## Roadmap

| Milestone | Status |
|-----------|--------|
| M0: Scaffold | Done |
| M1: Governance Engine | Planned |
| M2: Definition Compiler | Planned |
| M3: Specialist Routing | Planned |
| M4: Artifact Generation | Planned |
| M5: World Model T1 | Planned |
| M6-M12: Workflows, Connectors, World Model T2-T3, Web UI, Deploy | Future |

## License

Proprietary
tools

Comments

Sign in to leave a comment

Loading comments...