diff --git a/app/api-reference/openapi-schema/page.mdx b/app/api-reference/openapi-schema/page.mdx index 45ce1c3..6356851 100644 --- a/app/api-reference/openapi-schema/page.mdx +++ b/app/api-reference/openapi-schema/page.mdx @@ -9,16 +9,18 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## System -
System (2 endpoints) +
+System (2 endpoints) - **GET** `/health` - Health check endpoint (no params | 200: healthy) - **GET** `/api` - Get API status (no params | 200: success) -
+
## AI SDK -
AI SDK (3 endpoints) +
+AI SDK (3 endpoints) - **POST** `/chat/{agentId}` - Chat with agent, stream AI SDK (path: agentId; body: messages[] | 200: stream, 400: invalid input, 404: agent not found) @@ -27,11 +29,12 @@ This section provides a detailed reference for the OpenAPI schema definitions ut - **POST** `/network/{agentId}` - Execute network, stream AI SDK (path: agentId; body: messages[], runtimeContext, maxSteps | 200: stream, 404: not found) -
+
## Agents -
Agents (35 endpoints) +
+Agents (35 endpoints) - **GET** `/.well-known/{agentId}/agent-card.json` - Get agent config (path: agentId | 200: config) @@ -99,7 +102,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## MCP -
MCP (9 endpoints) +
+MCP (9 endpoints) - **POST** `/api/mcp/{serverId}/mcp` - MCP Streamable HTTP (path: serverId; body: {} | 200: processed, 404: not found) @@ -121,7 +125,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Network Memory -
Network Memory (9 endpoints) +
+Network Memory (9 endpoints) - **GET** `/api/memory/network/status` - Network memory status (query: networkId | 200: status) @@ -146,7 +151,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Memory -
Memory (12 endpoints) +
+Memory (12 endpoints) - **GET** `/api/memory/status` - Memory status - **GET** `/api/memory/config` - Memory config (query: agentId | 200: config) @@ -173,7 +179,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Telemetry -
Telemetry (2 endpoints) +
+Telemetry (2 endpoints) - **GET** `/api/telemetry` - Get telemetry - **POST** `/api/telemetry` - Post telemetry @@ -182,7 +189,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Observability -
Observability (3 endpoints) +
+Observability (3 endpoints) - **GET** `/api/observability/traces` - List traces - **GET** `/api/observability/traces/{traceId}` - Get trace @@ -192,7 +200,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Scores -
Scores (7 endpoints) +
+Scores (7 endpoints) - **GET** `/api/observability/traces/{traceId}/{spanId}/scores` - Span scores - **GET** `/api/scores/scorers` - List scorers @@ -206,7 +215,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Legacy Workflows -
Legacy Workflows (10 endpoints) +
+Legacy Workflows (10 endpoints) - **GET** `/api/workflows/legacy` - List legacy - **GET** `/api/workflows/legacy/{workflowId}` - Get legacy @@ -222,7 +232,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Workflows -
Workflows (18 endpoints) +
+Workflows (18 endpoints) - **GET** `/api/workflows` - List workflows - **GET** `/api/workflows/{workflowId}` - Get workflow @@ -249,7 +260,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Logs -
Logs (3 endpoints) +
+Logs (3 endpoints) - **GET** `/api/logs` - List logs - **GET** `/api/logs/transports` - List transports @@ -259,7 +271,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Agent Builder -
Agent Builder (13 endpoints) +
+Agent Builder (13 endpoints) - **GET** `/api/agent-builder` - List builders - **GET** `/api/agent-builder/{actionId}` - Get action @@ -281,7 +294,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Tools -
Tools (3 endpoints) +
+Tools (3 endpoints) - **GET** `/api/tools` - List tools - **GET** `/api/tools/{toolId}` - Get tool @@ -291,7 +305,8 @@ This section provides a detailed reference for the OpenAPI schema definitions ut ## Vector -
Vector (6 endpoints) +
+Vector (6 endpoints) - **POST** `/api/vector/{vectorName}/upsert` - Upsert vectors - **POST** `/api/vector/{vectorName}/create-index` - Create index diff --git a/app/workflows/components/workflow-actions.tsx b/app/workflows/components/workflow-actions.tsx index 5321c93..f5e2d49 100644 --- a/app/workflows/components/workflow-actions.tsx +++ b/app/workflows/components/workflow-actions.tsx @@ -7,10 +7,10 @@ import { DownloadIcon, CodeIcon, ExternalLinkIcon, - LayoutHorizontalIcon, - LayoutVerticalIcon, + LayoutPanelLeftIcon, + LayoutPanelTopIcon, LayoutGridIcon, -} from 'lucide-react' +} from 'lucide-react' import { useCallback } from 'react' import { useReactFlow } from '@xyflow/react' @@ -60,8 +60,8 @@ export function WorkflowActions() { className="h-8 w-8" title="Horizontal Layout" > - - + +