Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
Enhances AI model capabilities with structured, retrieval-augmented thinking processes that enable dynamic thought chains, parallel exploration paths, and recursive refinement cycles for improved reasoning.
Enables retrieval-augmented generation by embedding queries with a chosen provider (e.g., OpenAI) and searching supported vector stores (Pinecone, pgvector) to return relevant content.
Check whether a project is indexed by viewing counts of files, symbols, dependency edges, and index.db size. Zero counts signal that indexing must run before graph tools return results.
Upload files to a durable knowledge store for indexing, so they become searchable across RAG queries. Provide a bucket destination and file content either by local path or base64.
Retrieve author-written Agent Skills for an LPM package, including usage patterns, anti-patterns, gotchas, and best practices for code generation. Skills are version-specific and resolve from local package.json.
Register a GitHub repository as a documentation source for RAG indexing. Specify repo, branch, and file patterns, then run ingestion to make the docs searchable.
Generate or modify code files with smart diffs. Provide file path and detailed prompt to create or edit files using context for accurate code generation.
Extract structured data from PDFs, images, or Office files into Markdown or spatial JSON with bounding boxes, confidence scores, and reading order—from a local file or URL—for RAG and search indexing.