june-llm-agent


Namejune-llm-agent JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/JINO-ROHIT/june
SummaryAn LLM Agent that autonomously uses tools to perform actions
upload_time2024-01-02 17:27:42
maintainer
docs_urlNone
authorJino Rohit
requires_python>=3.9
licenseApache
keywords
VCS
bugtrack_url
requirements accelerate bitsandbytes colorama pydantic python-dotenv PyYAML transformers torch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # june
LLM Agent Assistants

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JINO-ROHIT/june",
    "name": "june-llm-agent",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jino Rohit",
    "author_email": "find.jinorohit@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/93/4b33a05684b15d0cd64a83b63725b741a29750ee3eb53370c0ffbe7967ba/june-llm_agent-0.0.1.tar.gz",
    "platform": null,
    "description": "# june\r\nLLM Agent Assistants\r\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "An LLM Agent that autonomously uses tools to perform actions",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/JINO-ROHIT/june"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd488a774c6dfe775cdbc89d867efb6a5bbcfb11ce75d91f91777fc543d29296",
                "md5": "f5f8135e0a84cf6ec513b5c9edea0b6f",
                "sha256": "eac39306ce9de0708c875dbd3ea186ff6b557d2886c22b1281416f082db63f20"
            },
            "downloads": -1,
            "filename": "june_llm_agent-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5f8135e0a84cf6ec513b5c9edea0b6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8451,
            "upload_time": "2024-01-02T17:27:40",
            "upload_time_iso_8601": "2024-01-02T17:27:40.431165Z",
            "url": "https://files.pythonhosted.org/packages/dd/48/8a774c6dfe775cdbc89d867efb6a5bbcfb11ce75d91f91777fc543d29296/june_llm_agent-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad934b33a05684b15d0cd64a83b63725b741a29750ee3eb53370c0ffbe7967ba",
                "md5": "87737431efdce5ef0107f8b25d97fba7",
                "sha256": "516352a9eaf64a29af9ea9f6dd11a93a8e4a0328c97667d4ae28d166dc7bf63b"
            },
            "downloads": -1,
            "filename": "june-llm_agent-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "87737431efdce5ef0107f8b25d97fba7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7536,
            "upload_time": "2024-01-02T17:27:42",
            "upload_time_iso_8601": "2024-01-02T17:27:42.792908Z",
            "url": "https://files.pythonhosted.org/packages/ad/93/4b33a05684b15d0cd64a83b63725b741a29750ee3eb53370c0ffbe7967ba/june-llm_agent-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 17:27:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JINO-ROHIT",
    "github_project": "june",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "accelerate",
            "specs": [
                [
                    "==",
                    "0.25.0"
                ]
            ]
        },
        {
            "name": "bitsandbytes",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "1.10.13"
                ]
            ]
        },
        {
            "name": "python-dotenv",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "transformers",
            "specs": [
                [
                    "==",
                    "4.36.2"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "2.1.2+cu118"
                ]
            ]
        }
    ],
    "lcname": "june-llm-agent"
}
        
Elapsed time: 0.18147s