.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README.pypi.md
README.zh-CN.md
pyproject.toml
requirements.lock
docs/architecture.md
docs/brand-requirements.txt
docs/branding.md
docs/control-host-workers.md
docs/current-development.md
docs/existing-scientific-prefix.md
docs/installation.md
docs/md-parameters.md
docs/p0-acceptance.md
docs/p1-h20-acceptance.md
docs/p1-h20-result.md
docs/postgres-pull-workers.md
docs/product-plan.md
docs/scientific-contract.md
docs/watch.md
docs/adr/0001-remote-md-session.md
docs/assets/brand/dpastra-banner-dark.png
docs/assets/brand/dpastra-banner-dark.svg
docs/assets/brand/dpastra-banner.png
docs/assets/brand/dpastra-banner.svg
docs/assets/brand/dpastra-logo-dark.png
docs/assets/brand/dpastra-logo-dark.svg
docs/assets/brand/dpastra-logo.png
docs/assets/brand/dpastra-logo.svg
docs/assets/brand/dpastra-mark.svg
examples/demo_md_api.py
examples/langevin_thermostat.py
examples/watch_md.py
scripts/build_application_release.py
scripts/build_runtime_candidate.py
scripts/build_worker_base_inventory.py
scripts/build_worker_integration.py
scripts/build_worker_integration_v2.py
scripts/check_terminology.py
scripts/p0_acceptance.py
scripts/record_host_canary.py
scripts/render_brand_assets.py
src/dpastra/__init__.py
src/dpastra/__main__.py
src/dpastra/_version.py
src/dpastra/api.py
src/dpastra/application_release.py
src/dpastra/artifact_resolver.py
src/dpastra/atoms.py
src/dpastra/cli.py
src/dpastra/client.py
src/dpastra/conda_artifact.py
src/dpastra/config.py
src/dpastra/control_dispatch.py
src/dpastra/control_migration.py
src/dpastra/control_worker_protocol.py
src/dpastra/deployment_profile.py
src/dpastra/dpa4.py
src/dpastra/dpa4_api.py
src/dpastra/dpa4_entry.py
src/dpastra/dpa4_launcher.py
src/dpastra/dpa4_manifest.py
src/dpastra/execution.py
src/dpastra/filesystem_blob_store.py
src/dpastra/fleet_ports.py
src/dpastra/host_canary_evidence.py
src/dpastra/lammps_plan.py
src/dpastra/local_deepmd.py
src/dpastra/local_deployment.py
src/dpastra/node_canary.py
src/dpastra/node_cli.py
src/dpastra/node_contract.py
src/dpastra/node_supervisor.py
src/dpastra/object_migration.py
src/dpastra/ops.py
src/dpastra/ops_page.py
src/dpastra/postgres_adapters.py
src/dpastra/postgres_artifact_kernel.py
src/dpastra/postgres_assignment_kernel.py
src/dpastra/postgres_runtime.py
src/dpastra/process_identity.py
src/dpastra/py.typed
src/dpastra/registry.py
src/dpastra/release_contract.py
src/dpastra/runtime_prefix_inventory.py
src/dpastra/runtime_release.py
src/dpastra/schemas.py
src/dpastra/service.py
src/dpastra/source_identity.py
src/dpastra/sse.py
src/dpastra/store.py
src/dpastra/watch.py
src/dpastra/worker.py
src/dpastra/worker_base_inventory.py
src/dpastra/worker_http_client.py
src/dpastra/worker_http_server.py
src/dpastra/worker_integration.py
src/dpastra/worker_integration_v2.py
src/dpastra.egg-info/PKG-INFO
src/dpastra.egg-info/SOURCES.txt
src/dpastra.egg-info/dependency_links.txt
src/dpastra.egg-info/entry_points.txt
src/dpastra.egg-info/requires.txt
src/dpastra.egg-info/top_level.txt
src/dpastra/sql/pg_lease_001.sql
src/dpastra/sql/pg_object_001.sql
tests/__init__.py
tests/runtime_manifest_helpers.py
tests/test_api.py
tests/test_application_release.py
tests/test_artifact_resolver.py
tests/test_atoms.py
tests/test_cli.py
tests/test_client.py
tests/test_conda_artifact.py
tests/test_config_registry_sse.py
tests/test_control_dispatch.py
tests/test_control_host_workers_acceptance.py
tests/test_control_migration.py
tests/test_control_worker_protocol.py
tests/test_deployment_profile.py
tests/test_dpa4.py
tests/test_dpa4_api.py
tests/test_dpa4_entry.py
tests/test_dpa4_launcher.py
tests/test_dpa4_manifest.py
tests/test_execution.py
tests/test_filesystem_blob_store.py
tests/test_fleet_ports.py
tests/test_host_canary_evidence.py
tests/test_lammps_plan.py
tests/test_local_deepmd.py
tests/test_md_config_client.py
tests/test_md_config_docs.py
tests/test_md_config_schema.py
tests/test_md_config_worker.py
tests/test_node_canary.py
tests/test_node_cli.py
tests/test_node_contract.py
tests/test_node_supervisor.py
tests/test_object_migration.py
tests/test_ops.py
tests/test_p0_acceptance_harness.py
tests/test_packaging_metadata.py
tests/test_postgres_adapters_streaming.py
tests/test_postgres_artifact_kernel.py
tests/test_postgres_assignment_kernel.py
tests/test_postgres_pull_acceptance.py
tests/test_postgres_runtime.py
tests/test_process_identity.py
tests/test_release_contract.py
tests/test_runtime_prefix_inventory.py
tests/test_runtime_release.py
tests/test_schemas.py
tests/test_service.py
tests/test_source_identity.py
tests/test_store.py
tests/test_terminology.py
tests/test_trisol_l20_delivery.py
tests/test_watch.py
tests/test_watch_example.py
tests/test_watch_scene_payload.py
tests/test_worker.py
tests/test_worker_base_inventory.py
tests/test_worker_http_client.py
tests/test_worker_http_server.py
tests/test_worker_integration.py
tests/test_worker_integration_v2.py