Capability
This page shows the source-documented capability and layer surface, including CAPS request tokens and environment management helpers.
CAPS tokens
FsFlow.Needs: Describes the capability contract for a single dependency.FsFlow.Env: Request token for binding a whole dependency inside a workflow.FsFlow.Env: Request token for projecting a value from a dependency.
Capabilities
FsFlow.MissingCapability: Describes a missing service-provider capability.FsFlow.CapabilityModule.service: Reads a service from the environment using the provided projection.FsFlow.CapabilityModule.runtime: Reads the current runtime from the environment.FsFlow.CapabilityModule.environment: Reads the application environment from the environment.FsFlow.CapabilityModule.serviceFromProvider: Reads a service fromIServiceProviderand fails when it is not registered.
Layers
FsFlow.LayerModule.provideLayer: Provides a derived environment from a layer flow to a downstream flow.