Commit Graph

907 Commits

Author SHA1 Message Date
ddupont
6d0febc8f3 Merge pull request #323 from trycua/fix/no-storage
[Agent] Re-factor Agent SDK (LiteLLM, tool use, etc)
agent-v0.4.1 core-v0.1.6 computer-v0.4.0 agent-v0.4.0
2025-07-28 14:08:34 -04:00
Dillon DuPont
3dfed017d8 Changed agent_type kwarg 2025-07-28 13:49:57 -04:00
Dillon DuPont
d9cd8154fc Added telemtry_enabled kwarg 2025-07-28 13:47:25 -04:00
Dillon DuPont
c61a55c986 removed agent2 2025-07-28 10:17:25 -04:00
Dillon DuPont
16d0abb332 Updated README, notebooks, docs 2025-07-28 10:17:04 -04:00
Dillon DuPont
56a4ee0b28 0.4.0b3 2025-07-27 15:22:22 -04:00
Dillon DuPont
0971464c8d 0.4.0b2 2025-07-27 15:20:24 -04:00
Dillon DuPont
6f177d7f6a renamed to agent 2025-07-25 19:01:20 -04:00
Dillon DuPont
52005c592f Updated ReadME 2025-07-25 17:06:09 -04:00
Dillon DuPont
b91821718b Added new agent SDK 2025-07-24 21:41:44 -04:00
Dillon DuPont
74f56d2308 add disable_response_storage to ui 2025-07-22 09:19:38 -04:00
Dillon DuPont
9068ec32d8 Added disable_response_storage 2025-07-21 12:07:54 -04:00
Dillon DuPont
96fd9cb98e Fixed OS type that gets passed to OAI 2025-07-17 11:25:34 -07:00
Dillon DuPont
4674651770 Improved locks and screenshot failure message computer-v0.3.7 2025-07-16 11:32:20 -07:00
Dillon DuPont
157b4dee8d Changed _send_command logging computer-v0.3.6 2025-07-16 10:10:42 -07:00
ddupont
1a9da0c552 Merge pull request #321 from trycua/fix/anthropic-usage
Fixed anthropic usage showing as 0
agent-v0.3.2
2025-07-14 18:46:38 -07:00
Dillon DuPont
a1563c273b Fixed anthropic usage showing as 0 2025-07-14 18:43:09 -07:00
ddupont
e7a026d12e Merge pull request #319 from trycua/fix/pkg_resources
Replaced pkg_resources with importlib
computer-server-v0.1.19
2025-07-11 13:27:16 -04:00
Dillon DuPont
7f6523e001 Replaced pkg_resources 2025-07-11 13:25:18 -04:00
ddupont
fa0257f5b3 Merge pull request #318 from trycua/fix/networking-fallbacks
Add REST API Support with WebSocket Fallback for Computer Server
computer-v0.3.5 computer-server-v0.1.18
2025-07-10 17:23:55 -04:00
Dillon DuPont
5a4d9598a8 Added REST based send_command and wait_for_ready 2025-07-10 16:30:20 -04:00
Dillon DuPont
669832030e Added auth manager 2025-07-10 15:55:59 -04:00
Dillon DuPont
a54b3e81b6 Fixed REST based auth 2025-07-10 15:42:51 -04:00
Dillon DuPont
45e1136a90 Use to_thread instead 2025-07-10 15:28:46 -04:00
Dillon DuPont
63f5db9674 Added thread pool 2025-07-10 15:24:46 -04:00
Dillon DuPont
d4a154059d Added sync command support 2025-07-10 15:22:01 -04:00
Dillon DuPont
9eb6af8569 Fixed run_command usage in Computer 2025-07-10 15:01:24 -04:00
Dillon DuPont
217b108bd1 Added /cmd REST endpoint to computer-server 2025-07-10 14:57:55 -04:00
Dillon DuPont
cb2f8c3d2a Modified watchdog to lazy load computer-server-v0.1.17 2025-07-09 14:06:01 -04:00
ddupont
a0660e9b55 Merge pull request #317 from trycua/fix/async_shell
Change computer.interface.run_command to be asynchronous
computer-server-v0.1.16
2025-07-09 10:56:47 -04:00
Dillon DuPont
c61b13173f changed run_command to be asynchronous 2025-07-08 21:45:49 -04:00
Dillon DuPont
333c187ed8 Fix delay param computer-v0.3.4 2025-07-03 11:08:04 -04:00
ddupont
ec6108ec35 Merge pull request #312 from trycua/feat/delay
Add global and local delay control (#308)
computer-v0.3.3
2025-07-02 21:28:12 -04:00
Morgan Dean
aa691c5fa4 Re-enable version-based publishing to npm 2025-07-02 13:40:09 -07:00
Morgan Dean
0415741f8c Update computer example to use @trycua/computer from npm 2025-07-02 13:38:47 -07:00
Morgan Dean
645171e7ab [Typescript] Temporarily force publish for all pushes until bugs are fixed. 2025-07-02 13:34:54 -07:00
Morgan Dean
50913687eb [Typescript] Update core readme, remove link: versioning from development, bump version for npm publish. 2025-07-02 13:31:36 -07:00
Morgan Dean
5c54a9c5f2 [Typescript] Attempt 3 at successfuly publish 2025-07-02 13:16:26 -07:00
Morgan Dean
036dd10550 [Typescript] Bump version to trigger build 2025-07-02 13:12:13 -07:00
Morgan Dean
247a15c1c8 [typescript] Update package.json to trigger release 2025-07-02 13:10:13 -07:00
Morgan Dean
c119ded3be Add pnpm to workflow for typescript libs 2025-07-02 12:53:29 -07:00
Morgan Dean
2045a387d8 Bump typescript versions for initial release 2025-07-02 12:47:05 -07:00
Morgan Dean
a4a662253d Remove static-checking from workflows 2025-07-02 12:45:07 -07:00
Morgan Dean
10a9927565 Merge pull request #313 from trycua/feature/typescript/versioning
[Typescript] Publish packages based on package.json.
2025-07-02 12:41:59 -07:00
Morgan Dean
b84f037134 Update npm packages to publish if version changes 2025-07-02 12:22:52 -07:00
Morgan Dean
0c777e0582 Fix action issues with typescript libs, warnings on core lib 2025-07-02 11:42:32 -07:00
Morgan Dean
990e538b97 Fix last couple of links to libs 2025-07-02 10:39:10 -07:00
Dillon DuPont
e1216bcd61 add global and local delay control (#308) 2025-07-02 11:41:48 -04:00
Dillon DuPont
394ebaac3c Completed python refactor migration computer-v0.3.2 2025-07-01 16:04:06 -04:00
Dillon DuPont
178f69bdf5 Changed watchdog conditions computer-server-v0.1.15 2025-07-01 15:34:47 -04:00