UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 282 B
import{z}from"#compiled/zod/index.js";const CompactResponseSchema=z.discriminatedUnion(`status`,[z.object({ok:z.literal(!0),sessionId:z.string().min(1),status:z.literal(`accepted`)}),z.object({ok:z.literal(!0),status:z.literal(`no_active_session`)})]);export{CompactResponseSchema};