We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dff1b9 commit 80da52cCopy full SHA for 80da52c
2 files changed
docs/docs.json
@@ -63,7 +63,11 @@
63
},
64
{
65
"group": "Libraries",
66
- "pages": ["libraries/typescript", "libraries/rust"]
+ "pages": [
67
+ "libraries/typescript",
68
+ "libraries/rust",
69
+ "libraries/community"
70
+ ]
71
72
73
"group": "Community",
docs/libraries/community.mdx
@@ -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