Skip to main content
Version: 0.0.1

API References

Use this section as the authoritative catalogue of the Abstract Backend APIs. Each page documents the contracts you target in your own code and the hooks providers must implement.

Core interfacesโ€‹

Provider utilitiesโ€‹

  • MemoryBackend โ€“ Development fallback shipped with the library and its limitations.
  • LoggingConfig helpers โ€“ Optional utilities for providers that want consistent logging behaviour.

Every reference page includes:

  • Function and method signatures with type hints.
  • Expected behaviour and error handling.
  • Configuration/environment variables recognised by the component.
  • Examples for both application developers and provider authors.

If you are building a new provider, read all core interface pages first; if you are consuming the library, focus on the loader and consumer docs.