@mavenagi/neve-recorder
v0.1.1
Published
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mavenagi-apps/template?template=false)
Downloads
353
Readme
App Template for Maven AGI
About
This template shows how to create and install a Maven AGI App, which adds additional capabilities to an agent running on Maven AGI. There are several types, including complete interfaces, knowledge adapters, user personalization adapters and event listeners. See our documentation for more info.
Capabilities
All capabililties are installed into Maven AGI on app installation in src/index.ts
.
- Experience - see
src/app/page.tsx
- Knowledge - see
src/lib/knowledge.ts
- Actions - see
src/lib/actions.ts
TODO
Personalization - seesrc/lib/users.ts
TODO
Triggers - seesrc/app/api/routes.ts
Getting Started
First, install the dependencies:
% pnpm install
Run the development server:
% pnpm dev
Open http://localhost:3000 with your browser to see the result.
Use curl -X POST http://localhost:3000/api
to exercise the api route.
Committing
Maven uses conventional commits to drive semantic versioning. Commits are linted and git-cz
is available to help make quality commit messages. To run:
% pnpm cz