Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function appendDagNode

    • Parameters

      • workspace: string
      • dagId: string
      • params: {
            calleeAgentId: string;
            callerAgentId: string;
            contextHash: string;
            endTs?: number | null;
            eventType: OrchestrationEventType;
            outcome?: string | null;
            parentNodeId?: string | null;
            startTs: number;
            taskDescription: string;
        }

      Returns {
          calleeAgentId: string;
          callerAgentId: string;
          contextHash: string;
          dagId: string;
          endTs: number | null;
          eventType:
              | "agent_handoff_sent"
              | "agent_handoff_received"
              | "agent_delegation_started"
              | "agent_delegation_completed";
          nodeHash: string;
          nodeId: string;
          outcome: string
          | null;
          parentNodeId: string | null;
          prevHash: string;
          signature: string;
          startTs: number;
          taskDescription: string;
      }