UNPKG

@mondaydotcomorg/atp-runtime

Version:

Runtime SDK injected into sandbox for Agent Tool Protocol

22 lines 695 B
/** * AUTO-GENERATED - DO NOT EDIT * Generated by scripts/generate-metadata.ts * * Hybrid approach: * - ts-json-schema-generator (OSS) for most types * - ts-morph fallback for types OSS can't handle (generics) */ import type { RuntimeAPIMetadata } from './types'; export declare const GENERATED_METADATA: RuntimeAPIMetadata[]; /** * Runtime API names - specific literal types for type-safe API filtering */ export type RuntimeAPIName = 'approval' | 'cache' | 'embedding' | 'llm' | 'progress'; /** * Type definitions extracted using ts-json-schema-generator */ export declare const TYPE_REGISTRY: { name: string; definition: string; }[]; //# sourceMappingURL=generated.d.ts.map