Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

neve

Monorepo for the nesalia-labs agents and apps.

Apps

  • apps/ghostwriter — research-grounded writing assistant (eve agent)

Layout

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

Releases

Packages

Contributors

Languages