Overview
TinySuite is a set of small open-source tools for local AI agents. The docs are organized by project.
Projects
Section titled “Projects”| Project | Status | Start here |
|---|---|---|
| TinySearch | Live | TinySearch overview |
| TinyContext | Live | TinyContext overview |
TinySearch
Section titled “TinySearch”TinySearch gives MCP clients a self-hosted web research tool. It searches the web, reranks results, crawls the best pages, extracts relevant chunks, and returns a source-grounded prompt for the client model to answer from.
Start with:
TinyContext
Section titled “TinyContext”TinyContext gives agents local, token-budgeted memory. It stores concise memories in SQLite, hybrid-ranks recall with BM25 and local embeddings, and returns prompt-ready context with explicit boundaries.
Start with the TinyContext overview.