What problem does it solve?
llm-wiki enables agents to persist durable knowledge inside a constrained markdown wiki while treating raw evidences as read-only sources, ensuring long-term maintainability and verifiability of decisions.
Core Features & Use Cases
- Durable-with-wiki: the wiki is the primary knowledge artifact and the LLM acts as the wiki's programmer; it reads raw inputs and writes back to wiki when allowed by host contracts and protected scopes.
- Evidence traceability: each durable page anchors key conclusions to raw refs, supporting auditability and reuse across tasks.
- Lifecycle discipline: supports index synchronization, maintenance pages for debt, and clear provenance across splits, merges, and archives.
- Use Case: maintain a living decision log and rationale across multi-task agent orchestration to guide future work.
Quick Start
Activate the llm-wiki workflow to seed or update a durable wiki page from a raw evidence bundle while honoring host contracts.