Stop copy-pasting documentation. Give your coding agents instant access to any codebase's knowledge.
Point to any public or private GitHub repo. IRIS clones it, parses the structure, and indexes every source file for semantic search.
Ask questions in natural language. Find implementations, understand patterns, trace dependencies — powered by vector embeddings.
Works with Claude Code, OpenCode, Cursor, and any agent supporting IRIS protocols. Query repos mid-task without leaving your workflow.
All embeddings stored locally in SQLite with Ollama for generation. No cloud dependencies — fully offline-capable and private.
Reference multiple repos in one query. Cross-repo dependency analysis, pattern matching, and unified semantic search.
GitHub webhooks trigger re-indexing when repos update. Your knowledge base stays current with every commit.
From GitHub URL to queryable knowledge base in under a minute.
Add GitHub URLs to your agent config or create a standalone repo agent. Supports public HTTPS and private SSH repos.
IRIS clones the repo, parses 18+ file types, chunks code by function and class, and generates 768-dim vector embeddings via Ollama.
Claude Code, OpenCode, or Cursor can now ask questions about the repo. Get answers with file paths, line numbers, and scored matches.
Your coding agent can delegate to repo-specific sub-agents for deeper analysis, cross-repo search, and context gathering.
Every codebase you bring in becomes a knowledgeable collaborator.
New developers ask questions to the codebase instead of senior engineers. "How is authentication implemented?" "Where are the payment webhooks handled?"
Claude Code references your team's internal libraries, design patterns, and API clients while building new features — no copy-pasting docs.
Query how a third-party library is used across your monorepo. Find all usages of a deprecated API, trace data flows, map function call chains.
The codebase IS the documentation. Agents read the actual implementation — no more out-of-sync docs, stale READMEs, or incomplete wikis.
Your source code is your most valuable IP. Repos as Agents is built with security as a first principle.
Source files are read-only — chunked and embedded as text. No code is ever evaluated, compiled, or run during indexing.
Zero cloud uploads. Embeddings generated locally via Ollama. Vectors stored in SQLite on your filesystem. No telemetry, no phone-home.
All bridge API endpoints require X-Bridge-Key authentication. Disk usage capped at 10 repos. Max 1GB vector storage with configurable limits.
Every codebase you bring in becomes a knowledgeable collaborator. Clone, index, query — all locally, all private.