Metadata-Version: 2.4
Name: quantumdrive
Version: 1.5.42
Summary: QuantumDrive platform and SDK
Author: Chris Steel
Author-email: chris.steel@alphsix.com
License: LicenseRef-AlphSix-Proprietary
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11,<3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: agentfoundry>=1.5.88
Requires-Dist: alphasix-axiom>=1.1.7
Requires-Dist: openpyxl>=3.1
Requires-Dist: flask==3.1.2
Requires-Dist: gunicorn==23.0.0
Requires-Dist: toml==0.10.2
Requires-Dist: langchain
Requires-Dist: langchain-core
Requires-Dist: langchain-community
Requires-Dist: langchain-milvus
Requires-Dist: langgraph
Requires-Dist: langgraph-prebuilt
Requires-Dist: langgraph-checkpoint<5,>=4.1
Requires-Dist: langgraph-checkpoint-sqlite==3.0.3
Requires-Dist: langgraph-checkpoint-postgres==3.0.4
Requires-Dist: pymilvus
Requires-Dist: openai
Requires-Dist: langchain-openai<2,>=1.2.1
Requires-Dist: Jinja2~=3.1.5
Requires-Dist: msal==1.34.0
Requires-Dist: azure-identity==1.25.2
Requires-Dist: jsonschema<5,>=4.20
Requires-Dist: lxml<6,>=5.0
Requires-Dist: python-dotenv==1.2.1
Requires-Dist: boto3==1.42.29
Requires-Dist: botocore==1.42.29
Requires-Dist: psycopg2-binary==2.9.11
Requires-Dist: alembic<2,>=1.13
Requires-Dist: prometheus-client==0.26.0
Requires-Dist: croniter==6.2.4
Requires-Dist: sqlalchemy==2.0.45
Requires-Dist: duckdb<2.0,>=1.0
Requires-Dist: pyarrow<26,>=15
Requires-Dist: tree-sitter<0.26,>=0.25
Requires-Dist: tree-sitter-python<0.26,>=0.25
Requires-Dist: tree-sitter-typescript<0.24,>=0.23
Requires-Dist: tree-sitter-javascript<0.26,>=0.25
Requires-Dist: tree-sitter-java<0.24,>=0.23
Requires-Dist: tree-sitter-go<0.26,>=0.23
Requires-Dist: tree-sitter-sql<0.4,>=0.3
Requires-Dist: neo4j<7.0,>=6.2
Requires-Dist: posthog==7.5.1
Requires-Dist: black
Requires-Dist: cryptography<47,>=46.0.5
Requires-Dist: docutils==0.19
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: packaging==26.2
Requires-Dist: pqcrypto==0.4.0
Requires-Dist: pycryptodome==3.23.0
Requires-Dist: pydantic<3,>=2.10.6
Requires-Dist: PyMuPDF==1.27.2.2
Requires-Dist: pypdf<7,>=6.12.2
Requires-Dist: python-docx==1.2.0
Requires-Dist: requests>=2.31.0
Requires-Dist: urllib3==2.6.3
Requires-Dist: PyYAML==6.0.2
Requires-Dist: ff3==1.0.2
Requires-Dist: phe==1.5.0
Requires-Dist: spacy==3.8.2
Requires-Dist: kaggle==2.2.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# QuantumDrive

AlphaSix's AI-powered enterprise delivery and workflow-optimization
platform — the **application layer** of the Q-Suite. A Flask API and
React SPA over the **Axiom** engine library, which itself builds on
Syntheticore's **AgentFoundry**:

```
┌──────────────────────────────────────────────┐
│  QuantumDrive (this repo — the application)  │
│  Flask webapp/ · React SPA · capabilities/   │
│  quantumdrive/ app package · PostgreSQL      │
├──────────────────────────────────────────────┤
│  Axiom  (alphasix-axiom on PyPI,             │
│  imported as `core.*`)                       │
│  QAssistant · deep agent · swarm · memory    │
│  governance · privacy · crypto · licensing   │
├──────────────────────────────────────────────┤
│  AgentFoundry (Syntheticore IP)              │
│  orchestrator · memory layers · vector/KG    │
└──────────────────────────────────────────────┘
```

The engine was split out of this repo on **2026-09-04** (see
`docs/plans/Axiom_QuantumDrive_Split_Proposal.md`). QuantumDrive consumes
it as a pip wheel — `alphasix-axiom` — with the import path deliberately
unchanged at `core.*`; the boundary is enforced by
`tests/test_axiom_boundary.py`.

## Start Here

| You want | Read |
|---|---|
| Coding standards, gates, TDD, IP rules | [`AGENTS.md`](AGENTS.md) — the single source of truth for contributors and coding agents |
| Documentation map and current priorities | [`docs/README.md`](docs/README.md) |
| What the platform actually does today | [`docs/reference/QuantumDrive_Capabilities.md`](docs/reference/QuantumDrive_Capabilities.md) |
| Backlog | [`docs/TODO.md`](docs/TODO.md) |
| Local stack (Postgres, Milvus, Neo4j) | `deploy/local/` (`install.sh`, `docker-compose.yml`) |
| REST API | `webapp/api_v1/` + [`docs/reference/QuantumDrive_API_Examples.md`](docs/reference/QuantumDrive_API_Examples.md) |

> `docs/architecture/QuantumDrive_Project_Master_Record.md` is a frozen
> 2026-03-29 snapshot kept for history — do not use it for current state.

## What it provides

- **Q Assistant** — conversational AI with project-scoped, governed memory
  (six scopes: thread/user/project/org/global/audit), durable deep-agent
  runs, and a bounded swarm executor.
- **Delivery + Program Assurance** — dependency-aware wave execution with
  verification and approval gates; an obligation register with
  business-day cadences, conformance tracking, data-quality monitoring,
  timeliness analytics, and records disposition.
- **Connected systems** — governed query over Postgres, Elastic,
  OpenSearch, REST, GitLab, Unanet, Salesforce, and read-only tabular
  systems of record (Access/workbooks).
- **Sovereignty posture** — local inference (Ollama/vLLM) and local
  embeddings with zero-egress attestation; a sovereign/CUI deployment
  profile that fails boot if any control is off.
- **Studios and tooling** — content studios, Synthetic Data Foundry,
  Proving Ground evaluation, code workspace, MCP server, Python SDK,
  Microsoft 365 SSO and LOGIN.gov.

## Development

Everything a contributor needs is in [`AGENTS.md`](AGENTS.md): TDD is
mandatory, tests live under `tests/quantumdrive/`, and the Makefile
carries the entry points (`make test`, `make verify`, `make run`,
`make dev`). Record non-obvious findings in
[`docs/lessons-learned.md`](docs/lessons-learned.md).

Proprietary — Copyright (c) 2026 AlphaSix Corporation.
