Skip to content

Commit

Permalink
Merge pull request OpenInterpreter#227 from eltociear/patch-4
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
tyfiero authored Apr 8, 2024
2 parents eaae70b + 4b75ecb commit 65481c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_management/software/os/TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# For later

- [ ] We could have `/i` which other interpreter's hit. That behaves more like the OpenAI POST endpoint with stream=True by default (i think this is important for users to see the exchange happening in real time, streaming `event/stream` or whatever). You could imagine some kind of handshake — another interpreter → my interpreter's /i → the sender is unrecognized → computer message is sent to /, prompting AI to ask the user to have the sending interpreter send a specific code → the user tells the sending interpreter to use that specific code → the sender is recognized and added to friends-list (`computer.inetwork.friends()`) → now they can hit eachother's i endpoints freely with `computer.inetwork.friend(id).message("hey")`.
- [ ] (OS team: this will require coordination with the OI core team, so let's talk about it / I'll explain at the next meetup.) When transfering skills that require OS control, the sender can replace those skills with that command, with one input "natural language query" (?) preceeded by the skill function name or something like that. Basically so if you ask it to do something you set up as a skill, it actually asks your computer to do it. If you ask your computer to do it directly, it's more direct.
- [ ] (OS team: this will require coordination with the OI core team, so let's talk about it / I'll explain at the next meetup.) When transfering skills that require OS control, the sender can replace those skills with that command, with one input "natural language query" (?) proceeded by the skill function name or something like that. Basically so if you ask it to do something you set up as a skill, it actually asks your computer to do it. If you ask your computer to do it directly, it's more direct.

0 comments on commit 65481c4

Please sign in to comment.