aeat.adapters.outbound package

Outbound adapter namespace for external service integrations.

This package root exports no provider classes. Focused child packages group concrete integrations by external counterpart: adapters.outbound.aeat for AEAT Sede authentication, browser, read, verify, and export adapters; adapters.outbound.google for Google-backed collaboration services; adapters.outbound.llm for model-provider completion adapters; adapters.outbound.fx for exchange-rate acquisition; and adapters.outbound.storage for outbound storage synchronisation.

Application-layer facades define the stable protocols and operator actions. Outbound adapters provide concrete implementations without becoming import-time dependencies of state-free command paths.

See also

adapters.outbound.aeat

AEAT Sede authentication, browser, read, verify, and export adapter boundary.

application.auth

Application auth facade that selects providers and owns operator-facing session lifecycle commands.

application.live

Read-only live acquisition facade that consumes outbound AEAT adapters.

core.access_gate

Core live-read gate and permanent live-write refusal enforced before outbound AEAT access proceeds.

Subpackages