🤖Agent-DrivenLLM explores your codebase, reads files, searches for patterns, and writes structured docs into a wakawiki/ directory.
🔌Multiple ProvidersOpenAI, Anthropic, DeepSeek, OpenRouter, or local opencode (no API key needed). Bring your own LLM.
🔧Tool-Calling Agent LoopBuilt-in tools — list_files, read_file, search, write_doc — so the LLM can navigate and document any codebase.
🔄Incremental UpdatesRun wakawiki --update to refresh only what changed since the last run. Keeps docs in sync without redundant work.
📄AGENTS.md IntegrationAutomatically creates or appends a reference block so coding agents know exactly where the docs live.
⚡CI ReadyOne-shot -p mode works in GitHub Actions. Schedule auto-updates via PR with zero manual effort.
⚙️Heuristic Scan ModeRun wakawiki --scan for instant, zero-LLM documentation. Parses your source code directly in milliseconds.