stenotype
v0.3.0
Published
Automatic memory capture and recall for AI agent workflows
Downloads
515
Readme
Stenotype
Automatic memory capture and recall for AI agent workflows.
Install
npm install -g stenotype
stenotype setupConfiguration
Add to your agent config:
{
"memory": {
"provider": "stenotype",
"agentId": "main",
"embeddingApiKey": "sk-...",
"extractionApiKey": "sk-...",
"extractionModel": "gpt-4o-mini"
}
}CLI
stenotype setup # Interactive setup
stenotype status # Health check
stenotype stats # Memory statistics
stenotype search "query" # Search memories
stenotype sync # Sync memory file
stenotype temps # Update memory tiers
stenotype baseline # Usage baseline report
stenotype dashboard # Launch local dashboardLicense
MIT
