Commit Graph

124 Commits (c6dbefe62712384361d6978fd63e4290a5eec7ab)

Author SHA1 Message Date
killian 249ad7858b Some fixes
1 year ago
Shiven Mian 133894b238 chore: add README for ESP32
1 year ago
killian 87d9ec8e1f
Merge pull request #49 from shivenmian/u/shivenmian/teachfix
1 year ago
Shiven Mian 153f28482b fix: update server_url
1 year ago
killian fb11fcd03b Expanded languages, OI_SKILL_DIR fix
1 year ago
Shiven Mian c276a4cc97 Merge remote-tracking branch 'upstream/main' into u/shivenmian/teachfix
1 year ago
Shiven Mian c98843978b fix: don't add code to skill if wrong + only add python code
1 year ago
killian d374da01b5 Skill fix
1 year ago
killian 5be2b40e62 Changes
1 year ago
killian 75752db415 Changes
1 year ago
killian dd5e87bbc5 Local mode, new system message (needs to be trimmed)
1 year ago
killian 5a82976f2e
Merge branch 'main' into hb/prompt_updates
1 year ago
killian 387bc00a20
Merge pull request #48 from vgel/theia/websockets
1 year ago
Theia Vogel 5348f569b0 quick hack to support audio/raw in tts
1 year ago
Theia Vogel 801a049b77 support audio/raw in stt
1 year ago
Theia Vogel c4fa3db52b bug whacking
1 year ago
Theia Vogel c031637fff system msg / function calling tweaks
1 year ago
Theia Vogel 968aa854c0 conform device protocol to LMC (w/ hacks)
1 year ago
killian b034e35537
Merge pull request #46 from shivenmian/u/shivenmian/teachimprove
1 year ago
birbbit 0c6187363f Prompt updates
1 year ago
Shiven Mian c1688fb7ce fix: small fixes
1 year ago
Shiven Mian e156fec978 fix: have three btns for StepCheckDialog
1 year ago
Theia Vogel 22761d0344 streaming audio / playback
1 year ago
Tom Chapin 53864cba7e Merge branch 'main' into feature/replace-ngrok-with-open-source
1 year ago
Tom Chapin 2630b5addf Updating readme with more info about localtunnel
1 year ago
Tom Chapin a0cc46cfc0 Adding localtunnel support
1 year ago
Tom Chapin 21dc07026a Switching tunneling functionality from ngrok to localhost.run
1 year ago
Theia Vogel 15bb6c92ac Merge remote-tracking branch 'lincoln/esp32-websockets' into theia/websockets
1 year ago
Lincoln Roth 1ca19d396a works on debugging websocket receive
1 year ago
killian 7169b14c89
Merge pull request #42 from zachwe/main
1 year ago
Zach Wener 25cf7c8284 feat: added wifi scanning
1 year ago
killian e9890bea80 Lenient teach mode, incremented version
1 year ago
killian 7eb1cc0a13 Lenient teach mode, incremented version
1 year ago
Tom Chapin 5f7d99071c configuring cursor to ignore archive and other random files
1 year ago
Lincoln Roth b4dd20950b websockets from esp32 to server work, very chunky in other direction
1 year ago
Shiven Mian 72706c37a4 feat: added WiFi captive portal
1 year ago
killian a6882e6124
Merge pull request #38 from shivenmian/u/shivenmian/teach
1 year ago
Shiven Mian 89cbb196e6 feat: added playback .ino code for esp32 atom echo
1 year ago
Shiven Mian 6e3993d0c2 feat: add function to add steps instead, force task completion
1 year ago
Shiven Mian e366f3825b feat: add code in skill instead of steps
1 year ago
Shiven Mian 6f540fc07c feat: add Teach Mode args
1 year ago
Shiven Mian 566dc4df94 fix: remove unnecessary files
1 year ago
Shiven Mian eeff385f63 Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach
1 year ago
Shiven Mian 7b3178e2fd feat: teach mode + accumulator fixes
1 year ago
Shiven Mian d12bc644ca fix: compile Rust binary in start script if needed, added check if Rust installed
1 year ago
Shiven Mian a190387b34 nit: removed all .DS_Store, added to gitignore
1 year ago
Shiven Mian 4e3c1f77a6 fix: re-add whisper-rust source code, modify scripts
1 year ago
Shiven Mian a2b56be005 Revert "Added `--clear-local` to delete local models"
1 year ago
Shiven Mian 86a399d218 Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach
1 year ago
Shiven Mian 502d26dd63 fix: added base Skills class and env var
1 year ago
killian 39afff19ff Added `--clear-local` to delete local models
1 year ago
killian 1b68f14a7a Better errors, bug fix
1 year ago
killian 3571382a9f Bug fixes, CTRL-C fix, relative script fixes, less print statements
1 year ago
killian 8fb4ed6b5e
Merge branch 'main' into feature/camera-snapshots
1 year ago
killian d4629c017c Better LMC accumulator logic, queued audio messages, proper audio streaming via bytes
1 year ago
Shiven Mian b76bbc3e40 fix: remove output_audio
1 year ago
Shiven Mian 818597caa9 fix: don't output if websocket disconnected normally
1 year ago
Shiven Mian 86975c4026 fix: added tom's fixes
1 year ago
Shiven Mian 589af671bc fix: fixed start script
1 year ago
Tom Chapin b83c7fb261 convert captured images to base64 and send them as messages whenever an audio message is sent
1 year ago
Tom Chapin ed4db2aa45 removing unnecessary hasattr check
1 year ago
Tom Chapin 0b47293681 removing un-used import
1 year ago
Tom Chapin ea790146ef removing output_audio.wav from git tracking
1 year ago
Tom Chapin e0a5bf52d0 fixing issues with simultaneous key press detection. Adding captured images to a list.
1 year ago
Tom Chapin c309745e04 Prepend local PYTHONPATH in with the local folder during startup, to solve issues with local development of the python module
1 year ago
Tom Chapin c748a11758 removing mss (not going to do the screenshot functionality right now)
1 year ago
Tom Chapin e5236a9349 Start client in the foreground so that its PID gets properly tracked
1 year ago
Tom Chapin f18bfb73c1 adding camera capture on "c" press
1 year ago
Tom Chapin 0b30790a4c adding environment vars for camera configuration
1 year ago
Tom Chapin 9f234b29d9 adding mss for screenshots and opencv for photo capture
1 year ago
killian c49f705e66 Pushed to `pip`
1 year ago
killian 38a0039a8f Switched to poetry, pushed to `pip`, new scaffolding for multiple clients
1 year ago
killian d9b780f6d1 Structure
1 year ago
killian 8f8a11f422 Structure
1 year ago