ACP SDK
ACP SDK is a lightweight SDK that allows one to call programmatic functions and use websockets to interact with other agents. It allows one to either plug the ACP functions into own agent framework or call ACP functions directly
ACP provides official SDKs in both Python
and Node.js
. Both SDKs provide the same ACP primitives. The choice depends primarily on your existing technology stack.
Python ACP SDK
PythonThe Python SDK is well-suited for developers working in data science, AI/ML pipelines, or those who prefer Python for rapid prototyping and scripting.
Node ACP SDK
NodeJSThe Node SDK is designed for web developers, backend engineers, and teams seeking seamless integration with JavaScript or TypeScript ecosystems.
Last updated