Tools
Crust Os
Food CPG expert platform โ OpenClaw plugin
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