Skip to content

Commit e7b1611

Browse files
RFD to rework Rust SDK, modeled on sacp (#377)
* feat: RFD to adopt `sacp` as the Rust SDK * chore: run prettier * chore: fix typo * docs: clarify that sacp will be imported into agent-client-protocol - Update 'What we propose' to show sacp → agent-client-protocol-* rename table - Update crate structure section with new naming - Rewrite migration path to clarify sacp deprecation (not the other way around) - Change code examples from sacp:: to acp:: (use agent_client_protocol as acp) - Update sacp-rmcp references to agent-client-protocol-rmcp - Clarify conductor is implementation of proxy chains RFD - Remove links to symposium-acp source code * Use v1 instead of v2 * Update website --------- Co-authored-by: Ben Brandt <[email protected]>
1 parent 39a7c6e commit e7b1611

File tree

5 files changed

+13452
-10
lines changed

5 files changed

+13452
-10
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"rfds/mcp-over-acp",
117117
"rfds/session-usage",
118118
"rfds/acp-agent-registry",
119-
"rfds/auth-methods"
119+
"rfds/auth-methods",
120+
"rfds/rust-sdk-v1"
120121
]
121122
},
122123
{ "group": "Preview", "pages": ["rfds/session-config-options"] },

0 commit comments

Comments
 (0)