refactor: route plugin runtime through bundled seams

This commit is contained in:
Peter Steinberger
2026-03-27 16:36:43 +00:00
parent e425056aa3
commit ed055f44ae
87 changed files with 2129 additions and 1582 deletions

View File

@@ -1,11 +1,13 @@
import { ToolPolicySchema } from "openclaw/plugin-sdk/agent-config-primitives";
import {
AllowFromListSchema,
buildNestedDmConfigSchema,
DmPolicySchema,
GroupPolicySchema,
} from "openclaw/plugin-sdk/channel-config-schema";
MarkdownConfigSchema,
} from "openclaw/plugin-sdk/channel-config-primitives";
import { buildSecretInputSchema } from "openclaw/plugin-sdk/secret-input";
import { z } from "openclaw/plugin-sdk/zod";
import { buildSecretInputSchema, MarkdownConfigSchema, ToolPolicySchema } from "./runtime-api.js";
const matrixActionSchema = z
.object({