/** * STOP_CODING_AGENT action - Stop a running coding agent session * * Terminates an active PTY session. Use when the agent is done, * stuck, or needs to be cancelled. * * @module actions/stop-agent */ import { type Action } from "@elizaos/core"; export declare const stopAgentAction: Action; //# sourceMappingURL=stop-agent.d.ts.map