fix(cycles): split reply payload and option contracts

This commit is contained in:
Vincent Koc
2026-04-11 22:24:55 +01:00
parent 25665dd335
commit a88fbf0f64
48 changed files with 256 additions and 240 deletions

View File

@@ -1,6 +1,6 @@
import { resolveSessionAgentId } from "../../agents/agent-scope.js";
import type { ReplyPayload } from "../../auto-reply/reply-payload.js";
import { normalizeReplyPayload } from "../../auto-reply/reply/normalize-reply.js";
import type { ReplyPayload } from "../../auto-reply/types.js";
import { getChannelPlugin, normalizeChannelId } from "../../channels/plugins/index.js";
import { createReplyPrefixContext } from "../../channels/reply-prefix.js";
import { createOutboundSendDeps, type CliDeps } from "../../cli/outbound-send-deps.js";