routeagent


Namerouteagent JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/SilinMeng0510/RouteAgent
SummaryRouteAgent: A Python package for route planning and evaluation with LLMs.
upload_time2024-04-25 05:59:14
maintainerNone
docs_urlNone
authorSilin Meng
requires_pythonNone
licenseNone
keywords llms route planning deep learning neural networks research llms agent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <br/>
<p align="center"> <img width="1000" src="https://github.com/SilinMeng0510/RouteAgent/assets/89226819/7bc8d029-4707-4b42-9c0d-41a11de95814">


[![Downloads](https://static.pepy.tech/badge/termax)](https://pepy.tech/project/termax) ![PyPI - Version](https://img.shields.io/pypi/v/termax)


# Overview
Route-agent performs path planning with GPT and LLMs.

## Installation
```bash
pip install routeagent
```

## Quick Start
```python
from routeagent import RePE

query = "design a path from [10, 0] to [0, 10] that avoids crossing the area of circle centered at [5, 5] with a radius of 4."
pather = RePE()
pather.run(query)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SilinMeng0510/RouteAgent",
    "name": "routeagent",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "LLMs, route planning, deep learning, neural networks, research, LLMs agent",
    "author": "Silin Meng",
    "author_email": "silinmeng@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/86/e6/89fe14aaf1aa33fd8af98312f3371eb778bad633213a86e69e935ec50f16/routeagent-0.1.2.tar.gz",
    "platform": null,
    "description": "<br/>\n<p align=\"center\"> <img width=\"1000\" src=\"https://github.com/SilinMeng0510/RouteAgent/assets/89226819/7bc8d029-4707-4b42-9c0d-41a11de95814\">\n\n\n[![Downloads](https://static.pepy.tech/badge/termax)](https://pepy.tech/project/termax) ![PyPI - Version](https://img.shields.io/pypi/v/termax)\n\n\n# Overview\nRoute-agent performs path planning with GPT and LLMs.\n\n## Installation\n```bash\npip install routeagent\n```\n\n## Quick Start\n```python\nfrom routeagent import RePE\n\nquery = \"design a path from [10, 0] to [0, 10] that avoids crossing the area of circle centered at [5, 5] with a radius of 4.\"\npather = RePE()\npather.run(query)\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RouteAgent: A Python package for route planning and evaluation with LLMs.",
    "version": "0.1.2",
    "project_urls": {
        "Download": "https://github.com/SilinMeng0510/RouteAgent/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/SilinMeng0510/RouteAgent"
    },
    "split_keywords": [
        "llms",
        " route planning",
        " deep learning",
        " neural networks",
        " research",
        " llms agent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f154420f18cef2e27f7fa73993bd3c19eceabd7eba107b5b39677151a2573b2",
                "md5": "0696b69fc4fb47ce187d64236fea7e91",
                "sha256": "d4217612a70704e10406a4fa3d1b81b62fbd5711de77da401c86a542ae6253f8"
            },
            "downloads": -1,
            "filename": "routeagent-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0696b69fc4fb47ce187d64236fea7e91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 21501,
            "upload_time": "2024-04-25T05:59:12",
            "upload_time_iso_8601": "2024-04-25T05:59:12.702462Z",
            "url": "https://files.pythonhosted.org/packages/5f/15/4420f18cef2e27f7fa73993bd3c19eceabd7eba107b5b39677151a2573b2/routeagent-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86e689fe14aaf1aa33fd8af98312f3371eb778bad633213a86e69e935ec50f16",
                "md5": "952b1c32ee23affd02be713668a5cd94",
                "sha256": "2ca22443ab3dedd1e1eaaae0c7a7d0366ff2bdc592c3a3ddf55f43e038956f6d"
            },
            "downloads": -1,
            "filename": "routeagent-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "952b1c32ee23affd02be713668a5cd94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13431,
            "upload_time": "2024-04-25T05:59:14",
            "upload_time_iso_8601": "2024-04-25T05:59:14.458088Z",
            "url": "https://files.pythonhosted.org/packages/86/e6/89fe14aaf1aa33fd8af98312f3371eb778bad633213a86e69e935ec50f16/routeagent-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 05:59:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SilinMeng0510",
    "github_project": "RouteAgent",
    "github_not_found": true,
    "lcname": "routeagent"
}
        
Elapsed time: 0.29503s