UNPKG

@convex-dev/agent-playground

Version:

A dashboard for the Convex Agent component.

15 lines (14 loc) 359 B
export { /** * @deprecated Use `definePlaygroundAPI` from `@convex-dev/agent` instead. */ definePlaygroundAPI, /** * @deprecated Use `type PlaygroundAPI` from `@convex-dev/agent` instead. */ type PlaygroundAPI, /** * @deprecated Use `type AgentsFn` from `@convex-dev/agent` instead. */ type AgentsFn, } from "@convex-dev/agent";