acp-sdk


Nameacp-sdk JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryAgent Communication Protocol SDK
upload_time2025-03-31 14:48:58
maintainerNone
docs_urlNone
authorIBM Corp., Anthropic, PBC
requires_python<4.0,>=3.10
licenseMIT
keywords acp git llm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Agent Communication Protocol Python SDK

## Disclaimer

The current [MCP](https://modelcontextprotocol.io/) based implementation should be treated as temporary and exploratory. It's main purpose is to enable integration of various agents into the platform and to explore underlying protocols, transports and possible multi-agent patterns. In Q2 2025, we expect to rebuild the SDK from the ground up.

## Overview

The Agent Communication Protocol allows applications to use agents through a uniform interface. It is built on top of [Model Context Protocol](https://modelcontextprotocol.io/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "acp-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "acp, git, llm",
    "author": "IBM Corp., Anthropic, PBC",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/95/6e/632b267d53fe1cb42119ad360958cced60c345a9cdefab99a4bfc4cbb442/acp_sdk-0.0.6.tar.gz",
    "platform": null,
    "description": "# Agent Communication Protocol Python SDK\n\n## Disclaimer\n\nThe current [MCP](https://modelcontextprotocol.io/) based implementation should be treated as temporary and exploratory. It's main purpose is to enable integration of various agents into the platform and to explore underlying protocols, transports and possible multi-agent patterns. In Q2 2025, we expect to rebuild the SDK from the ground up.\n\n## Overview\n\nThe Agent Communication Protocol allows applications to use agents through a uniform interface. It is built on top of [Model Context Protocol](https://modelcontextprotocol.io/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Agent Communication Protocol SDK",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/i-am-bee/beeai",
        "Issues": "https://github.com/i-am-bee/beeai/issues",
        "Repository": "https://github.com/i-am-bee/beeai"
    },
    "split_keywords": [
        "acp",
        " git",
        " llm"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2700153370d3eacddc9e899d8d4bbc1a16b7199ed24a915c5151fb43e3b195e9",
                "md5": "c7a45f176b57bab636ef07220393ebf7",
                "sha256": "9f76e9f7a0d5f1df6fead7617d379c5c1cd7d16697cb1e03431f87841f783705"
            },
            "downloads": -1,
            "filename": "acp_sdk-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7a45f176b57bab636ef07220393ebf7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 69817,
            "upload_time": "2025-03-31T14:48:56",
            "upload_time_iso_8601": "2025-03-31T14:48:56.923228Z",
            "url": "https://files.pythonhosted.org/packages/27/00/153370d3eacddc9e899d8d4bbc1a16b7199ed24a915c5151fb43e3b195e9/acp_sdk-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "956e632b267d53fe1cb42119ad360958cced60c345a9cdefab99a4bfc4cbb442",
                "md5": "ffe322ccd885193b90904fd07c35a665",
                "sha256": "9958e869af5129fbb0bb55d0eb524936b9c6c740d90ca59a1d822f810f4aaf8d"
            },
            "downloads": -1,
            "filename": "acp_sdk-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ffe322ccd885193b90904fd07c35a665",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 121844,
            "upload_time": "2025-03-31T14:48:58",
            "upload_time_iso_8601": "2025-03-31T14:48:58.423643Z",
            "url": "https://files.pythonhosted.org/packages/95/6e/632b267d53fe1cb42119ad360958cced60c345a9cdefab99a4bfc4cbb442/acp_sdk-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-31 14:48:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "i-am-bee",
    "github_project": "beeai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "acp-sdk"
}
        
Elapsed time: 1.99099s