Pre-release
This release is a pre-release and may not be stable for production use.
RobotChat is AI pair programming in your terminal for robots running Intel RealSense cameras and ROS2.
RobotChat (based on Aider) lets you pair program with LLMs, to write and edit code in your local git repository. Start a new project or work with an existing git repo. RobotChat works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM.
Getting started
You can get started quickly like this:
$ pip install robot-chat
# Change directory into a git repo
cd /to/your/git/repo
# Work with Claude 3.5 Sonnet on your repo
$ export ANTHROPIC_API_KEY=your-key-goes-here
$ robotchat my-robot.py
# Work with GPT-4o on your repo
$ export OPENAI_API_KEY=your-key-goes-here
$ robotchat my-robot.py
See the installation instructions and other documentation for more details.
Features
- Run robotchat with the files you want to edit:
robotchat <file1> <file2> ... robotchat my-robot.py- Ask for changes:
- Detect a person and their distance. Move the robot to the person. Stop when it reaches their feet.
/run python3 my-robot.py- If the resulting code, outputs a bug, simply add it to the chat by pressing "y" and RobotChat will attempt to fix the bug so you can re /run your app.
- Add new features or test cases.
- RobotChat will edit your files to complete your request.
- RobotChat automatically git commits changes with a sensible commit message.
- RobotChat works with most popular languages: python, javascript, typescript, php, html, css, and more...
- RobotChat works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM.
- RobotChat can edit multiple files at once for complex requests.
- RobotChat uses a map of your entire git repo, which helps it work well in larger codebases.
- Edit files in your editor while chatting with aider, and it will always use the latest version.
Release files for robot-chat 0.51.3.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| robot_chat-0.51.3.dev0.tar.gz | 245.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| robot_chat-0.51.3.dev0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 436.8 kB
Release files / robot_chat-0.51.3.dev0.tar.gz
| Download URL | robot_chat-0.51.3.dev0.tar.gz |
|---|---|
| Size | 245.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9ec923ad0bef62e56c2986d512c96532af7c766b3f1057bc433029caac7f366c
|
|
BLAKE2b-256 checksum How to use checksums |
ff5e5ded3a967a23c8869f18226a6c6ed650cc48e18ecfa8ef09603f39925c9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.6
|
Release files / robot_chat-0.51.3.dev0-py3-none-any.whl
| Download URL | robot_chat-0.51.3.dev0-py3-none-any.whl |
|---|---|
| Size | 191.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5be0185ee8cee2f287b56383bd3a9b5744c954f3c3808b6fc91d016ff298a3fa
|
|
BLAKE2b-256 checksum How to use checksums |
cf0f531c1c69761fa513dad8d5c151979741a0a69093be23cc083fd205512631
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.6
|