Skip to main content

Documentation Index

Fetch the complete documentation index at: https://acp-docs.cxykevin.top/llms.txt

Use this file to discover all available pages before exploring further.

kotlin-sdk 提供了代理客户端协议双方的实现,可用于构建自己的代理服务器或客户端。 目前支持JVM,其他目标正在开发中。 开始使用,将仓库添加到构建文件中:
repositories {
    mavenCentral()
}
添加依赖:
dependencies {
    implementation("com.agentclientprotocol:acp:0.1.0-SNAPSHOT")
}
示例演示了如何实现协议的双方。