title: Honcho
created: 2026-07-04
updated: 2026-07-04
type: entity
tags: [apps, honcho, memory, agents]
Honcho
Agent memory and context management service. Stores persistent memory across agent sessions, provides semantic search and fact retrieval.
Details
| Property | Value |
|---|---|
| Host | VPS (144.91.107.8) |
| Port | :8000 |
| URL | http://144.91.107.8:8000 |
| Tech | FastAPI, PostgreSQL, pgvector |
| Process | PM2 (honcho) |
| Database | honcho on local PG |
Main Functions
- Persistent memory across agent sessions
- Semantic search over stored context (pgvector embeddings)
- Peer profile cards (curated fact lists)
- Dialectic reasoning (LLM-synthesized answers)
- Conclusion management (durable facts about peers)
Dependencies
- PostgreSQL (honcho database, pgvector extension)
- NGINX — exposed on port 8000
Cross-Functionality
- Used by Hermes Agent System for cross-session memory
- Shares PostgreSQL with RentReport
- Core infrastructure for the agent system