content-addressed blob storage: blob_storage.py, memory, local, and S3 adapters

This commit is contained in:
2026-05-07 03:51:25 +02:00
parent c2bc7071d7
commit ebace73761
22 changed files with 1489 additions and 47 deletions

View File

@@ -25,6 +25,9 @@ service = [
storage = [
"sqlalchemy>=2.0",
]
s3 = [
"boto3>=1.34",
]
markdown = [
"markitect-tool @ file:///home/worsch/markitect-tool",
]