autoassistant


Nameautoassistant JSON
Version 0.5 PyPI version JSON
download
home_pagehttps://letmedoit.ai
SummaryAn auto-assistant chat built on AutoGen framework. An integrated tool in LetMeDoIt AI project.
upload_time2023-12-05 12:31:55
maintainer
docs_urlNone
authorEliran Wong
requires_python>=3.8
licenseGNU General Public License (GPL)
keywords ai autogen assistant gpt openai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # autoassistant

A simple teachable chat, built on [AutoGen framework](https://microsoft.github.io/autogen/docs/Getting-Started/).

It is a simplified version of the "autoassistant" tool, integrated in our [LetMeDoIt AI project](https://github.com/eliranwong/letmedoit)

# Install

> pip install autoassistant

# Usage

> autoassistant

            

Raw data

            {
    "_id": null,
    "home_page": "https://letmedoit.ai",
    "name": "autoassistant",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "ai autogen assistant gpt openai",
    "author": "Eliran Wong",
    "author_email": "support@letmedoit.ai",
    "download_url": "https://files.pythonhosted.org/packages/1f/ce/4a1ac34410a08ff7b6d7f3f031e01fa01466797332d95f288f4cfbeee4f9/autoassistant-0.5.tar.gz",
    "platform": null,
    "description": "# autoassistant\n\nA simple teachable chat, built on [AutoGen framework](https://microsoft.github.io/autogen/docs/Getting-Started/).\n\nIt is a simplified version of the \"autoassistant\" tool, integrated in our [LetMeDoIt AI project](https://github.com/eliranwong/letmedoit)\n\n# Install\n\n> pip install autoassistant\n\n# Usage\n\n> autoassistant\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL)",
    "summary": "An auto-assistant chat built on AutoGen framework. An integrated tool in LetMeDoIt AI project.",
    "version": "0.5",
    "project_urls": {
        "Documentation": "https://github.com/eliranwong/autoassistant/wiki",
        "Funding": "https://www.paypal.me/MarvelBible",
        "Homepage": "https://letmedoit.ai",
        "Source": "https://github.com/eliranwong/autoassistant",
        "Tracker": "https://github.com/eliranwong/autoassistant/issues"
    },
    "split_keywords": [
        "ai",
        "autogen",
        "assistant",
        "gpt",
        "openai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a0cabd355eed67a82c94de7fe946e381a59817bf5d67aab1ddea51fcb84bf54",
                "md5": "665e377d4746bc6ad9e144555087f3ef",
                "sha256": "ed89e5152691def4939088da5e137b855a5fcca2ac9c6a8d66dba6ab6863cfcb"
            },
            "downloads": -1,
            "filename": "autoassistant-0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "665e377d4746bc6ad9e144555087f3ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7363,
            "upload_time": "2023-12-05T12:31:53",
            "upload_time_iso_8601": "2023-12-05T12:31:53.959463Z",
            "url": "https://files.pythonhosted.org/packages/4a/0c/abd355eed67a82c94de7fe946e381a59817bf5d67aab1ddea51fcb84bf54/autoassistant-0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fce4a1ac34410a08ff7b6d7f3f031e01fa01466797332d95f288f4cfbeee4f9",
                "md5": "0670c57c7f6c06560c72770d6e6d5eea",
                "sha256": "c408f818785e8863302d7cd126db2c557b5842118c40df6486c4ae5528059337"
            },
            "downloads": -1,
            "filename": "autoassistant-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0670c57c7f6c06560c72770d6e6d5eea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5982,
            "upload_time": "2023-12-05T12:31:55",
            "upload_time_iso_8601": "2023-12-05T12:31:55.744766Z",
            "url": "https://files.pythonhosted.org/packages/1f/ce/4a1ac34410a08ff7b6d7f3f031e01fa01466797332d95f288f4cfbeee4f9/autoassistant-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 12:31:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eliranwong",
    "github_project": "autoassistant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "autoassistant"
}
        
Elapsed time: 0.14888s