Alex Newman commited on
Commit
70b5790
·
unverified ·
1 Parent(s): 2757bc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -11,14 +11,8 @@ license: mit
11
  This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
12
 
13
 
14
- This is a (soon) 3 part system
15
  - puppet can recieve commands and execute them.
16
  - backend which collects browser telemetry along with operating system telemetry at a fine grained level. Either android accesibility commands or web dom.
17
- - backend can also send commands for local LLMs to be executed on the puppet llm
18
- - There's a seperate client built on top of gradio included in puppet that we can access via our ios plugin which collects browser telemetry
19
-
20
- ## Todo Soon
21
-
22
- - Browser history interface
23
- - Better docs
24
- - Switching to github for issue planning
 
11
  This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
12
 
13
 
14
+ This is a 3 part system
15
  - puppet can recieve commands and execute them.
16
  - backend which collects browser telemetry along with operating system telemetry at a fine grained level. Either android accesibility commands or web dom.
17
+ - client can be web but we also have a browser extension. Currently on for ios, but soon on all platforms.
18
+ - Here's my puppet backend https://posix4e-puppet.hf.space