UNPKG

@smythos/sdk

Version:
11 lines (10 loc) 256 B
/** * Re-export all of @smythos/sre core package * This allows users to access the full SRE API through the SDK * * @example * ```typescript * import { SmythRuntime, Agent } from '@smythos/sdk/core' * ``` */ export * from '@smythos/sre';