UNPKG

grix-connector

Version:

Connect local AI coding agents (Claude, Codex, Gemini, Qwen, DeepSeek, Cursor, OpenCode, Pi, OpenHuman, Reasonix) to the Grix scheduling platform. Also serves as an OpenClaw plugin for Grix channel transport.

2 lines (1 loc) 1.48 kB
import{splitTextForAibotProtocol as o,resolveOutboundTextChunkLimit as r,resolveStreamTextChunkLimit as O,DEFAULT_OUTBOUND_TEXT_CHUNK_LIMIT as E}from"./protocol-text.js";import{uploadReplyFileToAgentMedia as T,resolveAgentAPIPresignURL as C}from"./agent-api-media.js";import{readReplyFile as _,buildAttachmentExtra as a,resolveAttachmentType as i,resolveContentType as l}from"./attachment-file.js";import{parseInteractionMessage as A,readCardSubmissionParam as I}from"./interaction-parser.js";import{getProtocolDescriptor as p,getRequiredUserCommandTemplate as s,SERVICE_NAME as N,CONTRACT_VERSION as L,PROTOCOL_VERSION as M,USER_COMMAND_FAMILY as d,USER_COMMAND_TEMPLATES as x,SESSION_CONTROL_VERBS as U,SESSION_CONTROL_OUTCOMES as u,SESSION_CONTROL_ERROR_CODES as P,SERVICE_CAPABILITIES as c}from"./protocol-descriptor.js";export{L as CONTRACT_VERSION,E as DEFAULT_OUTBOUND_TEXT_CHUNK_LIMIT,M as PROTOCOL_VERSION,c as SERVICE_CAPABILITIES,N as SERVICE_NAME,P as SESSION_CONTROL_ERROR_CODES,u as SESSION_CONTROL_OUTCOMES,U as SESSION_CONTROL_VERBS,d as USER_COMMAND_FAMILY,x as USER_COMMAND_TEMPLATES,a as buildAttachmentExtra,p as getProtocolDescriptor,s as getRequiredUserCommandTemplate,A as parseInteractionMessage,I as readCardSubmissionParam,_ as readReplyFile,C as resolveAgentAPIPresignURL,i as resolveAttachmentType,l as resolveContentType,r as resolveOutboundTextChunkLimit,O as resolveStreamTextChunkLimit,o as splitTextForAibotProtocol,T as uploadReplyFileToAgentMedia};