add computer, bash, text editor tools #9

Merged
leopengpong merged 1 commits from 3-implement-computer-tool-for-mac-specifically-or-copy-from-open-source into main 2025-06-11 23:06:05 +00:00
leopengpong commented 2025-06-10 17:37:11 +00:00 (Migrated from github.com)

closes #7
closes #2

closes #7 closes #2
talksik (Migrated from github.com) approved these changes 2025-06-10 18:04:18 +00:00
talksik (Migrated from github.com) left a comment

Looks good @leopengpong , good progress!

Looks good @leopengpong , good progress!
@@ -35,0 +98,4 @@
pyautogui.doubleClick(x, y)
return {"type": "text", "text": f"Double-clicked at coordinates ({x}, {y})"}
elif action == "type":
talksik (Migrated from github.com) commented 2025-06-10 18:03:46 +00:00

Looks like this format of json is returned throughout. Maybe add a helper function (where you just return generate_response("...") (or similar) to avoid future error of how responses are formatted?

Not a deal breaker for a prototype.

Looks like this format of json is returned throughout. Maybe add a helper function (where you just return `generate_response("...")` (or similar) to avoid future error of how responses are formatted? Not a deal breaker for a prototype.
Sign in to join this conversation.