generated from coulomb/repo-seed
Add fake external adapter packs
This commit is contained in:
@@ -59,6 +59,18 @@ External adapter modes are valid configuration values, but they must be
|
||||
supplied explicitly by the caller. The local resolver reports
|
||||
`missing_external_adapter` instead of silently replacing them.
|
||||
|
||||
## External Adapter Packs
|
||||
|
||||
`phase_memory.external_adapters.fake_external_adapter_pack()` supplies a
|
||||
deterministic fake external pack for conformance and integration tests. It
|
||||
includes fake Markitect package compilation, Kontextual-shaped graph/event and
|
||||
runtime registry adapters, a fake semantic index, a fake policy gateway, and a
|
||||
fake telemetry audit sink.
|
||||
|
||||
Use it with `fake_external_runtime_config()` and
|
||||
`resolve_runtime_adapters(config, external_adapters=pack.adapters)` to exercise
|
||||
the external wiring path without live services.
|
||||
|
||||
## Health
|
||||
|
||||
`health_report` emits:
|
||||
|
||||
Reference in New Issue
Block a user