Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 559 Bytes

File metadata and controls

17 lines (9 loc) · 559 Bytes

AgentGraphEdgePost

An edge in an agent graph connecting two AI Configs

Properties

Name Type Description Notes
key String A unique key for this edge within the graph
sourceConfig String The AI Config key that is the source of this edge
targetConfig String The AI Config key that is the target of this edge
handoff Object The handoff options from the source AI Config to the target AI Config [optional]