From c69d9ce662eaf3fa82de1233f2a70bbdb51d38c2 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:57:58 -0800 Subject: [PATCH] TASKS.md --- README.md | 2 +- TASKS.md | 88 +++++++++++++++++++++++++------------------------------ 2 files changed, 41 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 9dd7f92..70e2393 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ What the 01 will be able to do. ### [Tasks ↗](https://github.com/KillianLucas/01/blob/main/TASKS.md) -Our master task list, seperated by week. +Our master task list. ### [Teams ↗](https://github.com/KillianLucas/01/blob/main/TEAMS.md) diff --git a/TASKS.md b/TASKS.md index 2914faf..4799156 100644 --- a/TASKS.md +++ b/TASKS.md @@ -1,48 +1,40 @@ -# Tasks - -## Week 1 (Jan 15th) - -- [x] Create a typeform that asks for skills/interests/city -- [x] Secure a venue for our first meetup in Seattle -- [x] Create a presentation -- [x] Meet on Jan 20th -- [x] Invite everyone to the Discord server, update it -- [x] Finish notes of the first meetup - -## Week 2 (Jan 22nd) - -- [x] Research pre-made hardware -- [x] Sketch out the 01 OS architecture -- [x] Secure a venue for our second meetup - -Meetup goals: - -- [x] Split into teams -- [x] Make a master task list, split by team -- [x] 01OS basic functionality - -## Week 3 (Jan 29th) - -- [ ] 01OS full functionality -- [ ] Start building the skill library -- [x] Order some hardware -- [ ] Secure a venue for our third meetup - -Meetup goals: - -- [ ] Test the 01OS on a bunch of different hardware, document constraints -- [ ] Sketch out the video, launch materials - -... - -## Week 4 (Feb 5th) - -... - -## Week 5 (Feb 12th) - -... - -## Week 6 (Feb 19th) - -- [ ] **Launch the 01.** +**OI** + +1. Finish skill library. + 1. Create a system message that includes instructions on how to use the skill library. + 2. Test it end-to-end. + 3. Create computer.skills.teach(), which displays a message asking users to complete the task via voice in the most generalizable way possible. OI should use computer.mouse and computer.keyboard to fulfill each step, then save the generalized instruction as a skill. Clicking the mouse cancels teach mode. When OI invokes this skill in the future, it will just list those steps (it needs to figure out how to flexibly accomplish each step). + 4. Expose ^ via `interpreter --teach`. +2. Add `interpreter --server --expose`. + 1. Include the 01's --server in the next OI update. + 2. Add --server --expose which will expose the server via something like Ngrok, display the public URL and a password, so the 01 Light can connect to it. This will let people use OI on their computer via their Light — i.e. "Check my emails" will run Applescript on their home computer. +3. Why is OI starting so slowly? We could use time.time() around things to track it down. +4. Create moondream-powered computer.camera. + 1. Computer.camera.view(query) should take a picture and ask moondream the query. Defaults to "Describe this image in detail." + +**OS** + +1. Swap out the current hosted functions for local ones. + 1. TTS — Piper? OpenVoice? Rasspy? + 2. STT — Whisper? Canary? + 3. LLM — Phi-2 Q4 Llamafile, just need to download it, OI knows how to use Llamafiles +2. If Light and no internet, open a captive wifi page with text boxes: Wifi Name, Wifi Pass, (optional) Server URL, (optional) Server Pass +3. Can tapping the mic twice = pressing the "button"? Simple sensing, just based on volume spikes? +4. Add basic TUI to device.py. Just renders messages and lets you add messages. Can easily copy OI's TUI. +5. Replace bootloader and boot script— should just run 01, full screen TUI. +6. Package it as an ISO, or figure out some other simple install instructions. How to easily install on a Pi? + +**Hardware** + +1. (Hardware and software) Get the 01OS working on the Jetson or Pi. Pick one to move forward with. +2. Connect the Seeed Sense (ESP32 with Wifi, Bluetooth and a mic) to a small DAC + amplifier + speaker. +3. Connect the Seeed Sense to a battery. +4. Configure the ESP32 to be a wireless mic + speaker for the Jetson or Pi. +5. Connect the Jetson or Pi to a battery. +6. Make a rudimentary case for the Seeed Sense + speaker. Optional. +7. Make a rudimentary case for the Jetson or Pi. Optional. + +Misc. + +1. Develop default system message for executive assistant. +2. Determine recommended minimal hardware for the light & heavy.