export interface AgentMetadata {
    agentId: string;
    branchId?: string;
    workflowNodeId?: string;
    versionId?: string;
}
