Claude Code Memory Compiler

This commit is contained in:
Cole Medin 2026-04-06 09:26:30 -05:00
commit f83d38d787
15 changed files with 2819 additions and 0 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[project]
name = "llm-personal-kb"
version = "0.1.0"
description = "Personal knowledge base compiled from AI conversations - inspired by Karpathy's LLM KB architecture"
requires-python = ">=3.12"
dependencies = [
"claude-agent-sdk>=0.1.29",
"python-dotenv>=1.0.0",
"tzdata>=2024.1",
]
[tool.ruff]
line-length = 100