An agent graph representing a directed graph of AI Configs
| 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 |