mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 07:41:08 +00:00
refactor(feishu): split outbound runtime seam
This commit is contained in:
2
extensions/feishu/src/outbound-runtime-api.ts
Normal file
2
extensions/feishu/src/outbound-runtime-api.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { chunkTextForOutbound } from "openclaw/plugin-sdk/feishu";
|
||||
export type { ChannelOutboundAdapter } from "../runtime-api.js";
|
||||
@@ -1,12 +1,12 @@
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { createAttachedChannelResultAdapter } from "openclaw/plugin-sdk/channel-send-result";
|
||||
import { chunkTextForOutbound, type ChannelOutboundAdapter } from "../runtime-api.js";
|
||||
import { resolveFeishuAccount } from "./accounts.js";
|
||||
import { createFeishuClient } from "./client.js";
|
||||
import { parseFeishuCommentTarget } from "./comment-target.js";
|
||||
import { replyComment } from "./drive.js";
|
||||
import { sendMediaFeishu } from "./media.js";
|
||||
import { chunkTextForOutbound, type ChannelOutboundAdapter } from "./outbound-runtime-api.js";
|
||||
import { getFeishuRuntime } from "./runtime.js";
|
||||
import { sendMarkdownCardFeishu, sendMessageFeishu, sendStructuredCardFeishu } from "./send.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user