@verifiedstate/llm-wiki
v0.1.0
Published
Sync Karpathy's LLM Wiki to VerifiedState — verified, searchable, cross-tool access
Downloads
59
Maintainers
Readme
@verifiedstate/llm-wiki
Sync your LLM Wiki (Karpathy-style markdown knowledge base) to VerifiedState.
Every wiki page becomes a verified assertion — searchable in 0.01ms, queryable from any MCP client, with automatic conflict detection across your entire knowledge base.
Quick Start
npm install @verifiedstate/llm-wikiimport { LLMWikiBridge } from '@verifiedstate/llm-wiki';
const bridge = new LLMWikiBridge({
apiKey: 'vs_live_...',
wikiPath: './my-wiki',
namespaceId: 'my_knowledge',
});
await bridge.start();
// Your wiki is now verified and queryableCLI
vs-wiki-sync ./my-wiki --namespace my_knowledgeWhat VerifiedState adds to your wiki
| Feature | Plain Wiki | With VerifiedState | |---------|-----------|-------------------| | Contradiction detection | Manual | Automatic across all pages | | Search speed | Linear file scan | 0.01ms zero-hop filter | | Cross-tool access | Local only | Any MCP client, any agent | | Verification | None | Ed25519 signed receipts | | Scale | Breaks at 500+ files | Postgres — scales indefinitely |
Links
MIT License
