Local-host compute adapter for provider-neutral Ankhorage infrastructure.
- Interactive documentation app
- Public API reference
- Component registry
- Architecture overview
- Module relationships
- Export graph
- createInfraAdapter sequence
createInfraAdapter
createInfraAdapter(options?: LocalComputeAdapterOptions) => InfraComputeAdapter<"local">Create the canonical local-host compute adapter entrypoint.
The default adapter inspects the current Node host and never provisions, suspends or deletes the user's machine. A probe can be injected for deterministic tests or another host environment.
Module: src/features/local-compute/composition/createInfraAdapter.ts
Source: src/features/local-compute/composition/createInfraAdapter.ts:21:1
Related symbols: LocalComputeAdapterOptions