Commit Graph

13 Commits

Author SHA1 Message Date
Anil Matcha
d12089aaaf Add LLM Wiki Agent — persistent LLM-maintained knowledge base
Replaces dual-agent demo with a full personal knowledge base system
where Claude reads source documents and incrementally builds and
maintains a structured, interlinked wiki of markdown pages.

- tools/ingest.py: reads a source, extracts knowledge, updates wiki pages
- tools/query.py: queries the wiki with Claude, optionally files answers back
- tools/lint.py: health-checks the wiki (orphans, contradictions, gaps)
- tools/build_graph.py: two-pass graph builder (wikilinks + Claude inference)
  with Louvain community detection and vis.js interactive HTML output
- CLAUDE.md: schema and workflow instructions for the LLM
- wiki/: starter index, log, and overview pages
- raw/, graph/: directory scaffolding

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 07:04:22 +05:30
Anil Matcha
b5ab57bc30 Fix: Better error handling for missing Google OAuth credentials
- Add .env.example with required environment variables
- Add helpful warning message when google_client_id/secret are missing
- Update steps_to_run.md with detailed setup instructions
- Include instructions for creating Google OAuth credentials

Addresses #9
2026-02-05 23:53:52 +05:30
Anil Matcha
830b790803 Enhance README with badges, better structure, and documentation
- Add GitHub stars badge and other relevant badges
- Improve structure with clear sections
- Add features list with descriptions
- Include installation/quick start instructions
- Add tech stack and related projects
- Better formatting and readability
2026-02-05 23:40:51 +05:30
Anil-matcha
bbcd4adf88 Requirements 2023-05-02 23:08:09 +05:30
Anil Chandra Naidu Matcha
ea7afa8f62 Update README.md 2023-05-02 22:52:47 +05:30
Anil Chandra Naidu Matcha
ec69346bf1 Update README.md 2023-05-02 14:54:16 +05:30
Anil Chandra Naidu Matcha
6dfe939f33 Create steps_to_run.md 2023-05-02 14:53:27 +05:30
Anil Chandra Naidu Matcha
afc6423186 Update README.md 2023-04-28 19:42:35 +05:30
Anil-matcha
ef81a12611 Camel AGI first code commit 2023-04-28 15:34:46 +05:30
Anil Chandra Naidu Matcha
fc1048c270 Update README.md 2023-04-24 18:16:51 +05:30
Anil Chandra Naidu Matcha
173c65f56a Update README.md 2023-04-23 04:15:04 +05:30
Anil Chandra Naidu Matcha
b60010fd1a Update README.md 2023-04-21 14:05:24 +05:30
Anil Chandra Naidu Matcha
7366f8d893 Initial commit 2023-04-21 14:01:01 +05:30