orchestr8


Nameorchestr8 JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA versatile collection of independent components crafted to simplify task automation, particularly for AI workflows.
upload_time2024-12-06 08:06:52
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseNone
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # orchestr8

---

<p align="center">
    <a href="https://img.shields.io/github/v/release/synacktraa/orchestr8">
        <img src="https://img.shields.io/github/v/release/synacktraa/orchestr8" alt="orchestr8 version">
    </a>
    <a href="https://github.com/synacktraa/orchestr8/actions/workflows/main.yml">
        <img src="https://github.com/synacktraa/orchestr8/actions/workflows/main.yml/badge.svg" alt="orchestr8 CI status">
    </a>
    <a href="https://codecov.io/gh/synacktraa/orchestr8">
        <img src="https://codecov.io/gh/synacktraa/orchestr8/branch/main/graph/badge.svg" alt="orchestr8 codecov">
    </a>
    <a href="https://img.shields.io/github/license/synacktraa/orchestr8">
        <img src="https://img.shields.io/github/license/synacktraa/orchestr8" alt="orchestr8 license">
    </a>
</p>

Orchestr8 is a versatile collection of independent components crafted to simplify task automation, particularly for AI workflows.

It offers a suite of simple, self-documenting components, providing functionalities like code/command execution across host and isolated environments, version control integration, authentication management and schema/definition generation & input validation from types. Each component is independent and incrementally adoptable, so you can use them on their own or in combination with any other library.

These components can also be utilised in AI agent workflows for file system tracking, seamless third-party service authentication, function-calling automation, and code/command/function-call execution in host or isolated environments.

Orchestr8 is open source, free to use, and made with 🧡 by [synacktra](https://github.com/synacktraa).

Documentation is available at [synacktra.is-a.dev/orchestr8](https://synacktra.is-a.dev/orchestr8).

## Installation

```bash
pip install -U orchestr8
```

For more on optional dependencies, refer the [installation guide](https://synacktra.is-a.dev/orchestr8/installation).

## Cookbooks

Collection of cookbooks showcasing the power of orchestr8 library in Language Model workflows.

- [Running LLM-generated code](https://synacktra.is-a.dev/orchestr8/cookbooks/running-llm-generated-code/): Executing LLM-generated code in a controlled, isolated virtual environments.
- [Function-Calling automation](https://synacktra.is-a.dev/orchestr8/cookbooks/function-calling-automation/): Automated approach to working with function-calling workflows.
- [Version Control & Function-Calling](https://synacktra.is-a.dev/orchestr8/cookbooks/version-control-and-function-calling/): Safe and controlled file system interactions through function-calling.
- [Authentication & Function-Calling](https://synacktra.is-a.dev/orchestr8/cookbooks/authentication-and-function-calling/): OAuth Flow and connecting with APIs through function-calling.

## Tutorials

- [Execution Runtime](https://synacktra.is-a.dev/orchestr8/tutorial/execution-runtime/): Flexibly run projects and scripts across host and isolated environments
- [Directory Tracker](https://synacktra.is-a.dev/orchestr8/tutorial/directory-tracker/): Automate version control and file system change monitoring
- [OAuth Flow](https://synacktra.is-a.dev/orchestr8/tutorial/oauth-flow/): Simplify third-party service authentication processes
- [Adapter](https://synacktra.is-a.dev/orchestr8/tutorial/adapter/): Generate code definition, schema in both standard and function-calling formats and validate inputs from different types
- [Sandbox Client](https://synacktra.is-a.dev/orchestr8/tutorial/sandbox-client/): Pull/build images, run containers and copy files from host to container.
- [Shell](https://synacktra.is-a.dev/orchestr8/tutorial/shell/): Execute commands across host machines and containers

---

> Most of the components are inspired by the [GoEX arXiv paper](https://arxiv.org/pdf/2404.06921), where the authors discuss "post-facto validation"—verifying the correctness of a proposed action after seeing the output—as significantly more straightforward compared to the "pre-facto validation" setting.

## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/synacktraa/orchestr8/issues).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "orchestr8",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "python",
    "author": null,
    "author_email": "Harsh Verma <synacktra.work@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/54/bd/ac6eee15344341afd86f683dc03ffc9290529844695458b38f2f70454b7d/orchestr8-0.0.3.tar.gz",
    "platform": null,
    "description": "# orchestr8\n\n---\n\n<p align=\"center\">\n    <a href=\"https://img.shields.io/github/v/release/synacktraa/orchestr8\">\n        <img src=\"https://img.shields.io/github/v/release/synacktraa/orchestr8\" alt=\"orchestr8 version\">\n    </a>\n    <a href=\"https://github.com/synacktraa/orchestr8/actions/workflows/main.yml\">\n        <img src=\"https://github.com/synacktraa/orchestr8/actions/workflows/main.yml/badge.svg\" alt=\"orchestr8 CI status\">\n    </a>\n    <a href=\"https://codecov.io/gh/synacktraa/orchestr8\">\n        <img src=\"https://codecov.io/gh/synacktraa/orchestr8/branch/main/graph/badge.svg\" alt=\"orchestr8 codecov\">\n    </a>\n    <a href=\"https://img.shields.io/github/license/synacktraa/orchestr8\">\n        <img src=\"https://img.shields.io/github/license/synacktraa/orchestr8\" alt=\"orchestr8 license\">\n    </a>\n</p>\n\nOrchestr8 is a versatile collection of independent components crafted to simplify task automation, particularly for AI workflows.\n\nIt offers a suite of simple, self-documenting components, providing functionalities like code/command execution across host and isolated environments, version control integration, authentication management and schema/definition generation & input validation from types. Each component is independent and incrementally adoptable, so you can use them on their own or in combination with any other library.\n\nThese components can also be utilised in AI agent workflows for file system tracking, seamless third-party service authentication, function-calling automation, and code/command/function-call execution in host or isolated environments.\n\nOrchestr8 is open source, free to use, and made with \ud83e\udde1 by [synacktra](https://github.com/synacktraa).\n\nDocumentation is available at [synacktra.is-a.dev/orchestr8](https://synacktra.is-a.dev/orchestr8).\n\n## Installation\n\n```bash\npip install -U orchestr8\n```\n\nFor more on optional dependencies, refer the [installation guide](https://synacktra.is-a.dev/orchestr8/installation).\n\n## Cookbooks\n\nCollection of cookbooks showcasing the power of orchestr8 library in Language Model workflows.\n\n- [Running LLM-generated code](https://synacktra.is-a.dev/orchestr8/cookbooks/running-llm-generated-code/): Executing LLM-generated code in a controlled, isolated virtual environments.\n- [Function-Calling automation](https://synacktra.is-a.dev/orchestr8/cookbooks/function-calling-automation/): Automated approach to working with function-calling workflows.\n- [Version Control & Function-Calling](https://synacktra.is-a.dev/orchestr8/cookbooks/version-control-and-function-calling/): Safe and controlled file system interactions through function-calling.\n- [Authentication & Function-Calling](https://synacktra.is-a.dev/orchestr8/cookbooks/authentication-and-function-calling/): OAuth Flow and connecting with APIs through function-calling.\n\n## Tutorials\n\n- [Execution Runtime](https://synacktra.is-a.dev/orchestr8/tutorial/execution-runtime/): Flexibly run projects and scripts across host and isolated environments\n- [Directory Tracker](https://synacktra.is-a.dev/orchestr8/tutorial/directory-tracker/): Automate version control and file system change monitoring\n- [OAuth Flow](https://synacktra.is-a.dev/orchestr8/tutorial/oauth-flow/): Simplify third-party service authentication processes\n- [Adapter](https://synacktra.is-a.dev/orchestr8/tutorial/adapter/): Generate code definition, schema in both standard and function-calling formats and validate inputs from different types\n- [Sandbox Client](https://synacktra.is-a.dev/orchestr8/tutorial/sandbox-client/): Pull/build images, run containers and copy files from host to container.\n- [Shell](https://synacktra.is-a.dev/orchestr8/tutorial/shell/): Execute commands across host machines and containers\n\n---\n\n> Most of the components are inspired by the [GoEX arXiv paper](https://arxiv.org/pdf/2404.06921), where the authors discuss \"post-facto validation\"\u2014verifying the correctness of a proposed action after seeing the output\u2014as significantly more straightforward compared to the \"pre-facto validation\" setting.\n\n## \ud83e\udd1d Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/synacktraa/orchestr8/issues).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A versatile collection of independent components crafted to simplify task automation, particularly for AI workflows.",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://synacktraa.github.io/orchestr8/",
        "Homepage": "https://synacktraa.github.io/orchestr8/",
        "Repository": "https://github.com/synacktraa/orchestr8"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dac31080b8612984cfb24c60114ec1d195b2be9f9436fd0d07c32f9c55f48c6f",
                "md5": "0cca75bd26bcd1c77b696b2f829e2b72",
                "sha256": "3321e65f9415b3b364d1105d71d8a3cbb0b7a2216c316b8f75e7db20e8526eac"
            },
            "downloads": -1,
            "filename": "orchestr8-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0cca75bd26bcd1c77b696b2f829e2b72",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 32848,
            "upload_time": "2024-12-06T08:06:51",
            "upload_time_iso_8601": "2024-12-06T08:06:51.065280Z",
            "url": "https://files.pythonhosted.org/packages/da/c3/1080b8612984cfb24c60114ec1d195b2be9f9436fd0d07c32f9c55f48c6f/orchestr8-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54bdac6eee15344341afd86f683dc03ffc9290529844695458b38f2f70454b7d",
                "md5": "87bc5c512375c3387bebbcf66f6e41cb",
                "sha256": "017ec6527770a7f38bbec3ac1677e05bdfef9191923b53a2afc3a320f4d34cde"
            },
            "downloads": -1,
            "filename": "orchestr8-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "87bc5c512375c3387bebbcf66f6e41cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 37514,
            "upload_time": "2024-12-06T08:06:52",
            "upload_time_iso_8601": "2024-12-06T08:06:52.768170Z",
            "url": "https://files.pythonhosted.org/packages/54/bd/ac6eee15344341afd86f683dc03ffc9290529844695458b38f2f70454b7d/orchestr8-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 08:06:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "synacktraa",
    "github_project": "orchestr8",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "orchestr8"
}
        
Elapsed time: 0.48114s