Initial SFERA platform baseline

This commit is contained in:
2026-05-16 19:03:49 +03:00
commit 3b845c8fce
282 changed files with 55045 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
[project]
name = "sfera-api-server"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115",
"neo4j>=5.0",
"sfera-collaboration",
"sfera-knowledge-base",
"sfera-operations-core",
"sfera-pattern-mining",
"sfera-query-intelligence",
"sfera-impact-engine",
"sfera-incremental-indexer",
"sfera-integration-topology",
"sfera-job-topology",
"sfera-projection-engine",
"sfera-review-engine",
"sfera-runtime-overlays",
"sfera-security-core",
"sfera-semantic-kernel",
"sfera-semantic-search",
"sfera-semantic-versioning",
"sfera-sir",
"sfera-one-c-normalizer",
"sfera-storage-core",
"sfera-transaction-topology",
"sfera-ui-semantics",
"smbprotocol>=1.15",
"uvicorn>=0.30",
]
[tool.uv]
package = true