Skip to content

Commit ce7f1f1

Browse files
committed
Add ecosystem links and Mintlify API Reference/Tutorial to README
Banner now links to API Reference and Tutorial pages. New ACP Ecosystem section with links to other SDKs, editor docs, and protocol spec pages.
1 parent cc0b62a commit ce7f1f1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ACP Java SDK
22

3-
> **Documentation**: https://springaicommunity.mintlify.app/acp-java-sdk
3+
> **Documentation**: https://springaicommunity.mintlify.app/acp-java-sdk | [API Reference](https://springaicommunity.mintlify.app/acp-java-sdk/reference/java) | [Tutorial](https://springaicommunity.mintlify.app/acp-java-sdk/tutorial)
44
55
Pure Java implementation of the [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) specification for building both clients and agents.
66

@@ -433,6 +433,16 @@ MockAcpClient mockClient = MockAcpClient.builder(pair.clientTransport())
433433

434434
For a hands-on, progressive introduction to the SDK, see the **[ACP Java Tutorial](https://github.com/markpollack/acp-java-tutorial)** -- 30 modules covering client basics, agent development, streaming, testing, and IDE integration.
435435

436+
## ACP Ecosystem
437+
438+
This SDK is part of the [Agent Client Protocol](https://agentclientprotocol.com/) ecosystem.
439+
440+
**Other ACP SDKs:** [Kotlin](https://github.com/agentclientprotocol/kotlin-sdk) | [Python](https://github.com/agentclientprotocol/python-sdk) | [TypeScript](https://github.com/agentclientprotocol/typescript-sdk) | [Rust](https://github.com/agentclientprotocol/rust-sdk)
441+
442+
**Editor ACP docs:** [Zed](https://zed.dev/docs/ai/external-agents) | [JetBrains](https://www.jetbrains.com/help/ai-assistant/acp.html) | [VS Code](https://github.com/formulahendry/vscode-acp)
443+
444+
**ACP directories:** [Agents](https://agentclientprotocol.com/overview/agents) | [Clients](https://agentclientprotocol.com/overview/clients) | [Protocol spec](https://agentclientprotocol.com/protocol/overview)
445+
436446
## Roadmap
437447

438448
### v0.9.0 (Current)

0 commit comments

Comments
 (0)