mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 23:30:21 +00:00
refactor: route plugin runtime through bundled seams
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user