/** * SEND_TO_CODING_AGENT action - Send input to a running coding agent * * Allows sending text or commands to an active PTY session. * Useful for responding to prompts, providing feedback, or giving new instructions. * * @module actions/send-to-agent */ import type { Action } from "@elizaos/core"; export declare const sendToAgentAction: Action; //# sourceMappingURL=send-to-agent.d.ts.map