Commit Graph

68 Commits

Author SHA1 Message Date
Tomas Valenta fe91c7c4af Fix agent loop; Cleanup; Add deploy UI [WIP] 2023-05-11 00:54:08 +02:00
Tomas Valenta 7d8214a11b Fix agent handling; Finish deployment API [WIP] 2023-05-06 00:23:11 +02:00
Tomas Valenta a8ad9af96c Fix rpc connection; Add deploy routes [WIP] 2023-05-04 01:06:40 +02: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 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
Tomas Valenta d394aa8a87 Fix templates handling [WIP] 2023-04-21 21:54:16 +00:00
Tomas Valenta 330e3a6cbe Allow adding project templates [WIP] 2023-04-20 22:42:38 +00:00
Tomas Valenta d8bb3f20ba Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-04-20 16:09:39 +00:00
Tomas Valenta 9922e7b367 Add HF Infererence Endpoints; Add prompt model label; Cleanup 2023-04-20 16:08:49 +00:00
Tomas Valenta 667c1217fa Fix prompt editing for new model. Improve default prompt. 2023-04-18 21:31:13 +00:00
Tomas Valenta 3cefda1a04 Improve prompt editor UI 2023-04-18 10:15:57 +00:00
Tomas Valenta b74608e787 Add prompt editing [WIP] 2023-04-18 09:41:22 +00:00
Tomas Valenta f7ee810d6b Merge branch 'preview' into models 2023-04-15 13:28:59 +00:00
Tomas Valenta c0df846482 Disable autocomplete 2023-04-15 13:28:33 +00:00
Tomas Valenta 57f2649509 Enable autocomplete preview 2023-04-15 13:22:14 +00:00
Tomas Valenta 78d923dee8 Custom models UI [WIP] 2023-04-14 19:27:05 +00:00
Tomas Valenta e79fc340a2 Clarify naming 2023-04-13 09:37:55 +00:00
Tomas Valenta 554016bde0 Add creds handling; Add custom models with user args [WIP] 2023-04-11 23:16:16 +00:00
Tomas Valenta f5095e4b70 Add custom model handling to frontend [WIP] 2023-04-11 14:10:26 +00:00
Tomas Valenta 3e64720d8b Try autocomplete with more packages 2023-04-05 23:56:05 +00:00
Tomas Valenta 4c61ba6610 Fix editor shrinking without content 2023-03-31 14:41:30 +00:00
Tomas Valenta ca8927bb80 Fix autocomplete vertical offset; Add autocomplete match highlight; Improve autocomplete UI style [WIP] 2023-03-31 13:49:28 +00:00
Tomas Valenta e50f12fca0 Fix backspace reference delete bug; Stop loading references from global var 2023-03-31 10:00:12 +00:00
Tomas Valenta 49a3c5460a Enable editor opts again; Fix reference delete whitespace bug 2023-03-30 17:43:15 +00:00
Tomas Valenta 773ed5e90d Simplify editor initialization 2023-03-30 17:41:04 +00:00
Tomas Valenta e6901583df Cleanup 2023-03-29 14:45:39 +00:00
Tomas Valenta e01d296394 Fix attributes bug; Add MD serialization and context extraction; Improve inline context style; Fix context insertion and autocomplete [WIP] 2023-03-29 12:20:48 +00:00
Tomas Valenta 3a67b0a3e4 Merge branch 'master' into edit 2023-03-28 22:46:16 +00:00
Tomas Valenta 76cf163504 Add context schema node [WIP] 2023-03-28 22:44:25 +00:00
Vasek Mlejnsky d1ce4d4920 Merge branch 'master' of https://github.com/devbookhq/ai-api 2023-03-28 17:09:07 +02:00
Vasek Mlejnsky 5ab8067826 commit 2023-03-28 17:09:05 +02:00
Tomas Valenta 4a4e5acd7f Cleanup 2023-03-28 15:08:29 +00:00
Tomas Valenta 377f0765ba Cleanup 2023-03-28 14:33:31 +00:00
Vasek Mlejnsky e295ce1a40 commit 2023-03-28 16:30:46 +02:00
Tomas Valenta 21fb1952cd Add ordered list serialization 2023-03-28 14:23:33 +00:00
Vasek Mlejnsky 4f81c013ee commit 2023-03-28 16:10:42 +02:00
Tomas Valenta 0083cab20c Merge branch 'master' into edit 2023-03-28 12:41:53 +00:00
Tomas Valenta 8133b46cc9 Transform prompts to MD 2023-03-28 12:41:23 +00:00
Vasek Mlejnsky f1aa2bca52 commit 2023-03-28 14:30:42 +02:00
Tomas Valenta 1b9122e038 Remove unused code 2023-03-28 12:20:09 +00:00
Tomas Valenta da52c16666 Cleanup 2023-03-28 12:15:40 +00:00
Vasek Mlejnsky 9f1c7992fd commit 2023-03-28 13:10:42 +02:00
Tomas Valenta 58f1b3d8e0 Add comment 2023-03-28 10:29:21 +00:00
Tomas Valenta 1c9d36fd28 Fix multiple prosemirror blocks 2023-03-28 10:06:33 +00:00
Tomas Valenta 4af5db4928 Add multiple editors 2023-03-28 09:57:06 +00:00
Tomas Valenta 4a90055e88 Add "context" block [WIP]; Style slash command [WIP] 2023-03-27 22:30:33 +00:00
Tomas Valenta a6d2c5b895 Disable spellcheck 2023-03-27 15:11:14 +00:00