Files
openclaw/src/gateway/protocol/schema.ts
tmimmanuel 2945948a5e feat(gateway): add SDK task ledger RPCs (#74847)
Adds Gateway task ledger RPCs and SDK methods for listing, fetching, and cancelling durable background tasks. Includes protocol schemas/scopes, generated Swift models, docs, and tests. Public task summary text is sanitized before SDK exposure.
2026-05-09 00:55:06 -05:00

25 lines
926 B
TypeScript

export * from "./schema/agent.js";
export * from "./schema/agents-models-skills.js";
export * from "./schema/artifacts.js";
export * from "./schema/channels.js";
export * from "./schema/commands.js";
export * from "./schema/config.js";
export * from "./schema/cron.js";
export * from "./schema/error-codes.js";
export * from "./schema/environments.js";
export * from "./schema/exec-approvals.js";
export * from "./schema/devices.js";
export * from "./schema/frames.js";
export * from "./schema/logs-chat.js";
export * from "./schema/nodes.js";
export * from "./schema/protocol-schemas.js";
export * from "./schema/push.js";
export * from "./schema/secrets.js";
export * from "./schema/sessions.js";
export * from "./schema/snapshot.js";
export * from "./schema/tasks.js";
export * from "./schema/types.js";
export * from "./schema/plugin-approvals.js";
export * from "./schema/plugins.js";
export * from "./schema/wizard.js";