Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 833 Bytes

File metadata and controls

22 lines (14 loc) · 833 Bytes

AgentGraph

An agent graph representing a directed graph of AI Configs

Properties

Name Type Description Notes
access AiConfigsAccess [optional]
key String A unique key for the agent graph
name String A human-readable name for the agent graph
description String A description of the agent graph [optional]
maintainer AgentGraphMaintainer [optional]
rootConfigKey String The AI Config key of the root node [optional]
edges List<AgentGraphEdge> The edges in the graph [optional]
createdAt Long
updatedAt Long