Skip to main content

RouteAgent: A Python package for route planning and evaluation with LLMs.

Project description


Downloads PyPI - Version

Overview

Route-agent performs path planning with GPT and LLMs.

Installation

pip install routeagent

Quick Start

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

routeagent-0.1.2.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

routeagent-0.1.2-py3-none-any.whl (21.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page