@mavenagi/neve-recorder
v0.1.1
Published
[](https://codespaces.new/mavenagi-apps/template?template=false)
Keywords
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 TODOPersonalization - seesrc/lib/users.tsTODOTriggers - seesrc/app/api/routes.ts
Getting Started
First, install the dependencies:
% pnpm installRun the development server:
% pnpm devOpen 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