-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (34 loc) · 766 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (34 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "kryptodb"
version = "0.1.0"
description = "A trust-brokered, temporally-aware, partition-encrypted memory substrate for multi-agent systems."
dependencies = [
"fastapi",
"uvicorn",
"neo4j",
"redis",
"pydantic",
"pydantic-settings",
"pytest",
"pytest-asyncio",
"httpx",
"cryptography",
"mcp",
"sentence-transformers",
"langchain-core",
"langchain-community",
"langchain-ollama",
"langchain-openai",
"langgraph",
"langgraph-checkpoint-sqlite",
"packaging",
"python-dotenv",
"fastmcp",
"textual",
"trustcall"
]
[tool.setuptools.packages.find]
include = ["kryptodb*"]