aistack


Nameaistack JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/aistackhq/aistack
SummaryAIStack application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customization, and efficient human-agent collaboration.
upload_time2024-10-20 16:38:27
maintainerNone
docs_urlNone
authorTeam AIStack
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AI Stack

AI Stack is a CLI tool that allows you to create and manage multi-agent LLM systems.


## Installation

```bash
pip install aistack
```

## Usage

```bash
aistack
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aistackhq/aistack",
    "name": "aistack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Team AIStack",
    "author_email": "team@aistack.run",
    "download_url": "https://files.pythonhosted.org/packages/04/4a/71e7bf56d4b58dcc23fc4b00c531dabd506f1e082e3bc11fc740a3b1c66a/aistack-0.0.1.tar.gz",
    "platform": null,
    "description": "# AI Stack\n\nAI Stack is a CLI tool that allows you to create and manage multi-agent LLM systems.\n\n\n## Installation\n\n```bash\npip install aistack\n```\n\n## Usage\n\n```bash\naistack\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AIStack application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customization, and efficient human-agent collaboration.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/aistackhq/aistack"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5daa1de63698323bb71ca3760c361c6cf180f89856244d061cd55bf280ba032",
                "md5": "d3c588d1d4b7258b9d726d7f22250a79",
                "sha256": "f37e5e4662df76b3657f2e92b453a28d9c03cc4f4f956069c7a89ea2d1c47931"
            },
            "downloads": -1,
            "filename": "aistack-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3c588d1d4b7258b9d726d7f22250a79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3511,
            "upload_time": "2024-10-20T16:38:26",
            "upload_time_iso_8601": "2024-10-20T16:38:26.667248Z",
            "url": "https://files.pythonhosted.org/packages/c5/da/a1de63698323bb71ca3760c361c6cf180f89856244d061cd55bf280ba032/aistack-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "044a71e7bf56d4b58dcc23fc4b00c531dabd506f1e082e3bc11fc740a3b1c66a",
                "md5": "11f0f35579bb2aa6c2220aaed2b37735",
                "sha256": "57e457b9a13eb05881b94060bfb1bda0ed744a6d745711e51d0b3ed14f2bbd3b"
            },
            "downloads": -1,
            "filename": "aistack-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "11f0f35579bb2aa6c2220aaed2b37735",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3252,
            "upload_time": "2024-10-20T16:38:27",
            "upload_time_iso_8601": "2024-10-20T16:38:27.829800Z",
            "url": "https://files.pythonhosted.org/packages/04/4a/71e7bf56d4b58dcc23fc4b00c531dabd506f1e082e3bc11fc740a3b1c66a/aistack-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 16:38:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aistackhq",
    "github_project": "aistack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aistack"
}
        
Elapsed time: 0.59059s