Agent-readable wiki
DeepWiki-Open Technical Onboarding
An AI-powered repository-to-wiki generator. This wiki serves as a fast-track guide to understanding the engine, its multi-provider adapter system, and its interactive frontend.
Pages
- Start Here: The Onboarding MapHigh-level system overview, fast read order, and core entry points for both the Python backend and Next.js frontend.
- Configuring Your AI MatrixSetting up the multi-provider environment, from environment variables to LLM-specific JSON configurations for generation and repository analysis.
- Data Pipeline & Analysis LogicDeep dive into the core processing logic: how repositories are cloned, split by tiktoken, embedded via AdalFlow, and indexed for RAG-powered wiki generation.
- The Multi-Provider Adapter LayerExploration of the BYOC (Bring Your Own Client) architecture, supporting Google Gemini, OpenAI, Azure, OpenRouter, and local Ollama instances.
- The Next.js Interface & DiagramsArchitecture of the frontend application, focusing on real-time updates via WebSockets and automated Mermaid diagram rendering for repository visualization.
- Closing the Loop: DeepResearch & Q&AUnderstanding the final stage of user interaction: the "Ask" feature and DeepResearch module for multi-turn repository investigations.
Complete Markdown
The complete agent-readable Markdown files are published separately from this HTML page.