src/dazzle_back/runtime/services.py¶
Generated: 2026-03-30T04:38:48.239935+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Runtime service container — replaces module-level singletons.
Attached to app.state.services at startup. Each app instance gets its own services, enabling multi-tenant isolation and clean test fixtures.
Key Exports¶
RuntimeServicesget_services
Dependencies¶
Imports¶
__future__.annotationsdataclasses.dataclassdataclasses.fieldtyping.Anyfastapi.Requestdazzle_back.runtime.event_bus.EntityEventBusdazzle_back.runtime.presence_tracker.PresenceTracker
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_runtime_services.pytests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.