robotrock 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
- import { R as RobotRockToolCallInfo, F as FormatToolApprovalTaskOptions, H as HumanToolResult } from '../workflow-CFcRMNhy.js';
2
- export { A as APPROVE_BY_HUMAN_ACTIONS, d as ApproveByHumanToolDurableOptions, c as ApproveByHumanToolOptions, x as CreateRobotRockAiToolsOptions, f as CreateSendToHumanToolDurableOptions, C as CreateSendToHumanToolOptions, j as CreateSendUpdateToolDurableOptions, i as CreateSendUpdateToolOptions, J as ResolveToolApprovalsOptions, o as RobotRockAiContext, p as RobotRockAiMode, q as RobotRockAiPollingContext, r as RobotRockAiTriggerContext, t as RobotRockAiWorkflowContext, K as RobotRockToolApprovalConfig, I as RobotRockToolApprovalDecision, L as RunWithRobotRockApprovalsOptions, S as SendUpdateToolResult, T as ToolApprovalRequestPart, y as applyRobotRockToolApprovalToTools, k as approveByHumanForAi, b as approveByHumanInputSchema, a as approveByHumanTool, z as collectApprovalRequests, u as createRobotRockAiTools, v as createRobotRockAiTriggerContext, w as createRobotRockAiWorkflowContext, B as createRobotRockNeedsApproval, D as createRobotRockToolApproval, e as createSendToHumanTool, g as createSendUpdateTool, n as normalizeRobotRockAiContext, E as resolveToolApprovalsViaRobotRock, G as runWithRobotRockApprovals, l as sendToHumanForAi, s as sendToHumanToolInputSchema, m as sendUpdateForAi, h as sendUpdateToolInputSchema } from '../workflow-CFcRMNhy.js';
3
- import { a as SendToHumanInput } from '../client-CLcHdjOz.js';
1
+ export { C as CreateRobotRockAiToolsOptions, R as RobotRockAiTools, a as approveByHumanTool, c as createRobotRockAiTools, b as createSendToHumanTool, d as createSendUpdateTool } from '../trigger-CsOLTjsH.js';
2
+ import { p as RobotRockToolCallInfo, F as FormatToolApprovalTaskOptions, H as HumanToolResult } from '../tool-approval-bridge-BKDY5NAY.js';
3
+ export { q as APPROVE_BY_HUMAN_ACTIONS, A as ApproveByHumanToolDurableOptions, a as ApproveByHumanToolOptions, e as CreateSendToHumanToolDurableOptions, C as CreateSendToHumanToolOptions, f as CreateSendUpdateToolDurableOptions, c as CreateSendUpdateToolOptions, s as ResolveToolApprovalsOptions, g as RobotRockAiContext, h as RobotRockAiMode, i as RobotRockAiPollingContext, j as RobotRockAiTriggerContext, R as RobotRockAiWorkflowContext, t as RobotRockToolApprovalConfig, u as RobotRockToolApprovalDecision, v as RunWithRobotRockApprovalsOptions, w as SendUpdateToolResult, T as ToolApprovalRequestPart, k as applyRobotRockToolApprovalToTools, x as approveByHumanForAi, y as approveByHumanInputSchema, z as collectApprovalRequests, B as createRobotRockAiTriggerContext, l as createRobotRockAiWorkflowContext, m as createRobotRockNeedsApproval, n as createRobotRockToolApproval, D as normalizeRobotRockAiContext, r as resolveToolApprovalsViaRobotRock, o as runWithRobotRockApprovals, E as sendToHumanForAi, G as sendToHumanToolInputSchema, I as sendUpdateForAi, J as sendUpdateToolInputSchema } from '../tool-approval-bridge-BKDY5NAY.js';
4
+ import { a as SendToHumanInput } from '../client-D-XEBOWd.js';
4
5
  import { DiscriminatedApprovalResult } from '../schemas/index.js';
5
6
  import 'ai';
6
7
  import 'zod';