Monorepo for the nesalia-labs agents and apps.
apps/ghostwriter— research-grounded writing assistant (eve agent)
neve/
├── .gitignore
├── README.md
└── apps/
└── ghostwriter/
├── agent/ # eve agent code
├── package.json
└── ...
Each app is a standalone npm package. Run one with:
cd apps/<name>
npm install
npm run dev