For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/api/genui/a2ui-catalog-extractor/index.md.
Lynx
  • 简体中文
  • genui / a2ui-catalog-extractor

    a2ui-catalog-extractor

    索引

    接口

    Interface描述
    A2UICatalogFull catalog manifest consumed by A2UI agents and renderers.
    CatalogComponentComponent schema discovered from an interface annotated with @a2uiCatalog.
    CatalogFunctionA function discovered in source via @a2uiFunction, with its origin path.
    ExtractCatalogOptionsSource and compiler inputs used when extracting catalog metadata.
    FunctionDefinitionSerializable definition for a client-side function exposed to an agent.
    JsonSchemaJSON Schema subset emitted for A2UI component props and function arguments.

    函数

    Function描述
    createA2UICatalogBuild a full A2UI catalog manifest from component and function artifacts.
    extractCatalogComponentsRun TypeDoc over source files and extract A2UI component schemas.
    extractCatalogFunctionsRun TypeDoc over source files and extract A2UI function definitions.
    findCatalogSourceFilesFind supported source files under a file or directory path.
    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。