Pre-release
This release is a pre-release and may not be stable for production use.
RealSense Copilot is AI pair programming tool for Intel RealSense cameras in your terminal.
RealSense Copilot (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. Realsense 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 realsense-copilot
# 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
$ realsense demo.py
# Work with GPT-4o on your repo
$ export OPENAI_API_KEY=your-key-goes-here
$ realsense demo.py
See the installation instructions and other documentation for more details.
Features
- Run realsense copilot with the files you want to edit:
realsense <file1> <file2> ... realsense demo.py- Ask for changes:
- Detect a person and their distance. Move the robot to the person. Stop when it reaches their feet.
/run python3 demo.py- If the resulting code, outputs a bug, simply add it to the chat by pressing "y" and Realsense will attempt to fix the bug so you can re /run your app.
- Add new features or test cases.
- Realsense will edit your files to complete your request.
- Realsense automatically git commits changes with a sensible commit message.
- Realsense works with most popular languages: python, javascript, typescript, php, html, css, and more...
- Realsense works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM.
- Realsense can edit multiple files at once for complex requests.
- Realsense 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 realsense-copilot 0.56.1.dev141
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| realsense_copilot-0.56.1.dev141.tar.gz | 38.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| realsense_copilot-0.56.1.dev141-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 76.7 MB
Release files / realsense_copilot-0.56.1.dev141.tar.gz
| Download URL | realsense_copilot-0.56.1.dev141.tar.gz |
|---|---|
| Size | 38.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf0de29d046a13d8d7c5995d2428061d53de32ea9b6c18209ab1c683e8d0d228
|
|
BLAKE2b-256 checksum How to use checksums |
520f685c8dd684df304e7a24f261c9bf84ff8b32c6e54145261635ed781dfe40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.6
|
Release files / realsense_copilot-0.56.1.dev141-py3-none-any.whl
| Download URL | realsense_copilot-0.56.1.dev141-py3-none-any.whl |
|---|---|
| Size | 37.9 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b89268469f255afce56b577ba5b847bc61728e8e10010ebda4b35c48947afb10
|
|
BLAKE2b-256 checksum How to use checksums |
a94a2edacd2b86ebdaef8ac319b776b9a2e207c4a7038b8c6ec4f92486350da1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.6
|