create_default_semantic_adapter_registry: Create the Default Semantic Adapter Registry

View source: R/semantic_adapter.R

create_default_semantic_adapter_registryR Documentation

Create the Default Semantic Adapter Registry

Description

Build the package default semantic adapter registry used for semantic object inspection. The default registry includes built-in generic adapters and can optionally apply extension registrars.

Usage

create_default_semantic_adapter_registry(
  include_workflow_hints = TRUE,
  extension_registrars = NULL
)

Arguments

include_workflow_hints

Logical; whether extension registrars should register workflow hints.

extension_registrars

Optional list of registrar functions. Each registrar is called with registry and include_workflow_hints.

Details

This function is safe for extension packages that want the standard aisdk registry baseline before registering additional adapters.

Value

A SemanticAdapterRegistry object.


aisdk documentation built on May 29, 2026, 9:07 a.m.