Skip to content

Commit 80da52c

Browse files
authored
Add community library page (#82)
Signed-off-by: Ben Brandt <benjamin.j.brandt@gmail.com>
1 parent 9dff1b9 commit 80da52c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@
6363
},
6464
{
6565
"group": "Libraries",
66-
"pages": ["libraries/typescript", "libraries/rust"]
66+
"pages": [
67+
"libraries/typescript",
68+
"libraries/rust",
69+
"libraries/community"
70+
]
6771
},
6872
{
6973
"group": "Community",

docs/libraries/community.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Community"
3+
description: "Community managed libraries for the Agent Client Protocol"
4+
---
5+
6+
## Python
7+
8+
- [agent-client-protocol-python](https://github.com/PsiACE/agent-client-protocol-python)

0 commit comments

Comments
 (0)