ark-sdk


Nameark-sdk JSON
Version 0.1.33 PyPI version JSON
download
home_pageNone
SummaryPython SDK for ARK - Agentic Runtime for Kubernetes
upload_time2025-09-10 16:28:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords agentic-ai agents ai ark automation kubernetes llm mckinsey
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ARK Python SDK

Python SDK for ARK - Agentic Runtime for Kubernetes. This SDK is part of the open source [Agents at Scale ARK](https://github.com/mckinsey/agents-at-scale-ark) project.

This package provides Python bindings for managing ARK agents, models, queries, and other resources in Kubernetes. It is partly generated from the ARK Custom Resource Definitions (CRDs), with additional capabilities layered on top.

## Installation

```bash
pip install ark-sdk
```

## Usage

```python
import ark_sdk

# Example usage
# Configure your Kubernetes client and start managing ARK resources
```

## Documentation

For full documentation and examples, visit the [ARK project repository](https://github.com/mckinsey/agents-at-scale-ark).

## Requirements

- Python 3.9+
- Kubernetes cluster with ARK installed
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ark-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "agentic-ai, agents, ai, ark, automation, kubernetes, llm, mckinsey",
    "author": null,
    "author_email": "McKinsey & Company <dave.kerr@quantumblack.com>",
    "download_url": null,
    "platform": null,
    "description": "# ARK Python SDK\n\nPython SDK for ARK - Agentic Runtime for Kubernetes. This SDK is part of the open source [Agents at Scale ARK](https://github.com/mckinsey/agents-at-scale-ark) project.\n\nThis package provides Python bindings for managing ARK agents, models, queries, and other resources in Kubernetes. It is partly generated from the ARK Custom Resource Definitions (CRDs), with additional capabilities layered on top.\n\n## Installation\n\n```bash\npip install ark-sdk\n```\n\n## Usage\n\n```python\nimport ark_sdk\n\n# Example usage\n# Configure your Kubernetes client and start managing ARK resources\n```\n\n## Documentation\n\nFor full documentation and examples, visit the [ARK project repository](https://github.com/mckinsey/agents-at-scale-ark).\n\n## Requirements\n\n- Python 3.9+\n- Kubernetes cluster with ARK installed",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python SDK for ARK - Agentic Runtime for Kubernetes",
    "version": "0.1.33",
    "project_urls": {
        "Bug Tracker": "https://github.com/mckinsey/agents-at-scale-ark/issues",
        "Documentation": "https://mckinsey.github.io/agents-at-scale-ark",
        "Homepage": "https://github.com/mckinsey/agents-at-scale-ark",
        "Repository": "https://github.com/mckinsey/agents-at-scale-ark"
    },
    "split_keywords": [
        "agentic-ai",
        " agents",
        " ai",
        " ark",
        " automation",
        " kubernetes",
        " llm",
        " mckinsey"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "611698fe76595b538bc8daf4478c6e77a627cb9edace8552472cb04cbd340d28",
                "md5": "8af42580d1ab9be08d692dfb2fac270d",
                "sha256": "9046f039f32d0c352a3c6adf3a05f355d438970818c9c2ecb0d8a7560cf638ef"
            },
            "downloads": -1,
            "filename": "ark_sdk-0.1.33-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8af42580d1ab9be08d692dfb2fac270d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 178167,
            "upload_time": "2025-09-10T16:28:24",
            "upload_time_iso_8601": "2025-09-10T16:28:24.605979Z",
            "url": "https://files.pythonhosted.org/packages/61/16/98fe76595b538bc8daf4478c6e77a627cb9edace8552472cb04cbd340d28/ark_sdk-0.1.33-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 16:28:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mckinsey",
    "github_project": "agents-at-scale-ark",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ark-sdk"
}
        
Elapsed time: 0.97888s