Documentation Index
Fetch the complete documentation index at: https://docs.ntrp.io/llms.txt
Use this file to discover all available pages before exploring further.
What is ntrp?
ntrp gives you an AI assistant that actually remembers. It connects to your email, calendar, web, MCP tools, and long-term memory — building a persistent knowledge graph that grows over time. Unlike stateless chat interfaces, ntrp:- Remembers conversations, commitments, and patterns across sessions
- Acts autonomously via scheduled automations with multi-trigger support
- Sees images — paste from clipboard or attach via API
- Streams tokens live as the LLM generates responses
- Integrates with Gmail, Google Calendar, Slack, web search, and MCP tools
- Runs locally — your data stays on your machine
Architecture
ntrp is a two-part system:- Server — Python/FastAPI backend that runs the agent loop, manages memory, and connects to LLM providers
- TUI — Terminal UI client built with React and OpenTUI that connects to the server over HTTP/SSE
Quick links
Quickstart
Install and run ntrp in 5 minutes.
TUI Guide
Keyboard shortcuts and slash commands.
Memory
How the persistent memory system works.
Automations
Schedule tasks that run autonomously.
Configuration
Environment variables, models, and settings.
API Reference
HTTP API for building on top of ntrp.