refactor(acpx): embed ACP runtime in plugin

This commit is contained in:
Peter Steinberger
2026-04-05 12:36:40 +01:00
parent 1a537fcfcf
commit fb61986767
41 changed files with 7027 additions and 4255 deletions

View File

@@ -20,6 +20,7 @@ export type {
AcpRuntimeEvent,
AcpRuntimeHandle,
AcpRuntimeStatus,
AcpRuntimeTurnAttachment,
AcpRuntimeTurnInput,
AcpSessionUpdateTag,
} from "../acp/runtime/types.js";