Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
Execute a complete retrieval-augmented generation workflow to answer user questions using document context, automatically handling embedding, semantic search, and strict context-grounded responses.
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.
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.
Scrape a web page, divide its content into structured text chunks optimized for RAG retrieval, and return them ready for downstream processing. No embedding or vector database required.
Convert PDF files to structured Markdown, fixed-size token chunks, or heading-aware semantic chunks for retrieval-augmented generation. Supports encrypted PDFs and custom chunk overlap.
Analyzes Python repositories to report test-to-code ratio, match test files to source modules, count assertions per test, and identify untested source files without prior indexing.
Analyze AI agent session logs to retrieve token usage, cost breakdown by tool/server, top files, and models used. Parses Claude Code JSONL logs automatically.