symfonic.agent.fastapi.dependencies_resolver¶
dependencies_resolver ¶
Mapping an injected ScopeResolver onto the HTTP transport.
Split out of :mod:symfonic.agent.fastapi.dependencies (338 lines against the
300-line budget). dependencies owns the legacy header path and the
process-wide verifier registry; this module owns the injected path, which
shares none of that state -- it reads the request, hands it to the resolver,
and publishes the principal the resolver derived.