Claude Code Memory Compiler
This commit is contained in:
commit
f83d38d787
15 changed files with 2819 additions and 0 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue