Skip to content

Commit 92addad

Browse files
committed
Add agent and client sections
1 parent 7dd122e commit 92addad

4 files changed

Lines changed: 24 additions & 6 deletions

File tree

docs/docs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
"group": "Overview",
4444
"pages": [
4545
"overview/introduction",
46-
"overview/architecture"
46+
"overview/architecture",
47+
"overview/agent",
48+
"overview/client"
4749
]
4850
},
4951
{

docs/overview/agent.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Agent"
3+
description: "Overview of agents in the Agent Client Protocol"
4+
---
5+
6+
# Agent
7+
8+
This page will provide an overview of agents in the Agent Client Protocol.
9+
10+
<!-- Content to be added -->

docs/overview/client.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Client"
3+
description: "Overview of clients in the Agent Client Protocol"
4+
---
5+
6+
# Client
7+
8+
This page will provide an overview of clients in the Agent Client Protocol.
9+
10+
<!-- Content to be added -->

docs/protocol/initialization.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
title: "Initialization"
3-
description: "How to initialize the Agent Client Protocol connection"
3+
description: "How all ACP connections begin"
44
---
55

6-
# Initialization
7-
86
This page will document the initialization process for the Agent Client Protocol.
9-
10-
<!-- Content to be added -->

0 commit comments

Comments
 (0)