Commit Graph

4427 Commits

Author SHA1 Message Date
Vasek Mlejnsky d0c4d144ca Rename stripe agent 2023-05-16 15:47:28 -07:00
Vasek Mlejnsky e0ed98f87b Change copy 2023-05-16 14:54:22 -07:00
Tomas Valenta 64d241c6c1 Agent demo [WIP] 2023-05-16 14:16:49 -07:00
Tomas Valenta 2f1b141464 Increase session request timeout in playground client 2023-05-15 20:13:18 +02:00
Tomas Valenta dac269c50a Fix session repo reading 2023-05-15 20:12:58 +02:00
Ikko Eltociear Ashimine 713c6bfbb4 Update README.md
HuggingFace -> Hugging Face
2023-05-15 20:05:37 +02:00
Tomas Valenta 6be12dce4c Install tokenizer 2023-05-15 19:31:07 +02:00
Tomas Valenta 34063f3265 Add deployment status endpoint 2023-05-15 19:30:53 +02:00
Tomas Valenta f0339af5a6 Fix deploy error db query 2023-05-15 19:30:30 +02:00
Tomas Valenta ca33bcc500 Add (repo) codebase embedding [WIP] 2023-05-14 23:04:34 +02:00
Tomas Valenta cb9a8df097 Fix FS tools [WIP] 2023-05-13 00:05:32 +02:00
Tomas Valenta bdba6b8c71 Cleanup 2023-05-12 17:08:36 +02:00
Tomas Valenta e3014d7c80 Fix FS tools handling on frontend 2023-05-12 17:04:00 +02:00
Tomas Valenta 154fa4a8d1 Add Stripe template [WIP]; Update models; Add repo to agent env [WIP] 2023-05-12 00:35:50 +02:00
J. Zane Cook 6981d27650 Fix install:all; poetry error fixed by adding --no-root flag. dev-deploy-env 2023-05-11 22:03:51 +02:00
Tomas Valenta fe91c7c4af Fix agent loop; Cleanup; Add deploy UI [WIP] 2023-05-11 00:54:08 +02:00
Tomas Valenta 2d5a8d864b Fix API problems; Add agent deployment on frontend [WIP] 2023-05-10 00:40:39 +02:00
Tomas Valenta 459f10189f Merge branch 'main' into supabase-version-fix 2023-05-09 16:03:51 +02:00
Tomas Valenta 7d8214a11b Fix agent handling; Finish deployment API [WIP] 2023-05-06 00:23:11 +02:00
Tomas Valenta b10e6b9756 Remove "true" from script for Windows compatibility 2023-05-05 11:57:41 +02:00
Tomas Valenta b87bc41ae8 Fix OR in shell command for Windows 2023-05-05 11:09:03 +02:00
Tomas Valenta 6b8abe9a70 Cleanup 2023-05-05 01:06:01 +02:00
Tomas Valenta a68f4b0bf9 Add deploy lifecycle management [WIP] 2023-05-05 01:00:37 +02:00
Tomas Valenta 1524c967bb Update db deployment handling 2023-05-05 00:52:52 +02:00
Tomas Valenta c4e4cb3e5a Add new deploy action 2023-05-04 23:57:36 +02:00
Tomas Valenta fc13ccf6ac Fix library deploy problems [WIP] 2023-05-04 23:38:06 +02:00
Tomas Valenta e0c962a0c8 Cleanup 2023-05-04 22:39:53 +02:00
Tomas Valenta ac560ac97b Update DB types; Remove broken ask human tool code (TODO) 2023-05-04 21:26:51 +02:00
Tomas Valenta a8ad9af96c Fix rpc connection; Add deploy routes [WIP] 2023-05-04 01:06:40 +02:00
Tomas Valenta cd74cbcd0e Add lib deployment [WIP] 2023-05-02 19:13:29 +02:00
Tomas Valenta d52bb941c5 Fixate the Supabase CLI version in npm scripts 2023-05-02 18:47:05 +02:00
Tomas Valenta d7b3117fc0 Add agent deployment [WIP] 2023-05-02 01:03:07 +02:00
Tomas Valenta b0a9af18c6 Update package scripts 2023-05-01 18:11:34 +02:00
Tomas Valenta 4246b3bd95 Change proxy setup 2023-05-01 18:01:29 +02:00
Tomas Valenta 7b7368bb6f Improve scratchpad; Fix undef error; Cleanup 2023-04-28 22:27:16 +00:00
Tomas Valenta 2b1124595f Merge branch 'main' into dev-loop 2023-04-28 19:30:07 +00:00
Tomas Valenta 56297c94e8 Fix scratchpad state when rewriting steps 2023-04-28 17:32:42 +00:00
Tomas Valenta e16d0caf7f Fix run finish handling 2023-04-28 17:10:30 +00:00
Tomas Valenta c459a5261f Cleanup 2023-04-28 15:06:14 +00:00
Tomas Valenta 99071a2431 Cleanup 2023-04-28 14:53:52 +00:00
Tomas Valenta 9fcfcc10a5 Fix steps accumulating; Change pause state handling; Improve editing UI 2023-04-28 14:52:40 +00:00
Tomas Valenta 1d5dc871e0 Fix saving steps to db 2023-04-28 11:50:01 +00:00
Tomas Valenta 5af79e1cb6 Save steps to db with a separate queue 2023-04-28 10:00:10 +00:00
Tomas Valenta 3121ad490a Finish canceling, pausing and resuming; Add editing [WIP] 2023-04-27 23:28:02 +00:00
Tomas Valenta 99f5a37a69 Change agent run handling on backend to allow pausing and editing run [WIP] 2023-04-27 00:43:29 +00:00
Tomas Valenta 1ec04cfdd2 Handle run via WS; Add run pausing and prompt edit [WIP] 2023-04-25 23:22:09 +00:00
Vasek Mlejnsky 91e333dafb Change icon to png 2023-04-25 10:36:11 +02:00
Tomas Valenta 635ef19c89 Add run pause and output editing [WIP] 2023-04-24 23:05:46 +00:00
Tomas Valenta 675a6c16c3 Merge branch 'main' into dev-loop 2023-04-24 17:01:22 +00:00
Tomas Valenta f072c13c72 Update readme 2023-04-24 16:20:49 +00:00