AppSnapshot
import type { AppSnapshot } from "https://googleapis.deno.dev/v1/ces:v1.ts";A snapshot of the app.
interface AppSnapshot {
agents?: Agent[];
app?: App;
examples?: Example[];
guardrails?: Guardrail[];
tools?: Tool[];
toolsets?: Toolset[];
}