-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ai-in-pm edited this page Mar 15, 2026
·
2 revisions
Next-generation AI identity at the intersection of rugged autonomy, adaptive intelligence, and real-world execution.
NemoClawd is an integrated workspace that combines the ClawdBot Node.js/TypeScript runtime with the NVIDIA NeMo Agent Toolkit Python ecosystem.
This wiki is your complete reference for understanding, building, and running NemoClawd.
| Page | Description |
|---|---|
| Overview | What NemoClawd is and why it exists |
| Architecture | Bridge-first architecture and system design |
| Getting Started | Prerequisites, installation, and first run |
| Configuration | System-of-record, environment variables, and settings |
| Building | How to build the Node and Python layers |
| Docker | Containerised deployment with Docker Compose |
| NemoBridge | TypeScript ↔ Python bridge deep-dive |
| NeMo Agent Toolkit | NVIDIA NeMo workflow execution via nat CLI |
| Scripts Reference | All package.json scripts explained |
| Package | GitHub Packages — installing @ai-in-pm/nemoclawd
|
| Contributing | How to contribute to NemoClawd |
# Clone the repo
git clone https://github.com/ai-in-pm/NemoClawd.git
cd NemoClawd
# Install Node dependencies
pnpm install
# Bootstrap Python environment
pnpm run bootstrap:python
# Build everything
pnpm run build:all
# Launch ClawdBot with NeMo
pnpm run start:clawdbot