Commit Graph

  • b2f71faed6
    fix: unterminated quoted string problem (#52) main Taeho 2023-04-26 12:19:24 +0900
  • da39de2cb2 feat: make playground folder adldotori 2023-04-26 09:53:38 +0900
  • 906adbe5dc fix: unterminated quoted string problem adldotori 2023-04-26 09:42:31 +0900
  • 8faac0b9df
    Upgraded project to Langchain 0.139. (#48) cvarrichio 2023-04-19 06:27:40 -0500
  • f158c9cc2e Upgraded project to Langchain 0.139. Craig 2023-04-15 13:47:47 +0000
  • 6d03ef4742
    fix: more specific CodeEditor.WRITE description prompt (#16) ChungHwan Han 2023-04-14 12:59:44 +0900
  • 04c3ec5d3b
    feat: don't use gpu when execute cpu mode (#43) Taeho 2023-04-11 11:00:06 +0900
  • d4e0246d8d feat: don't use gpu when execute cpu mode adldotori 2023-04-11 10:53:49 +0900
  • 979b9d611e
    fix: remove file:// of filepath when referring it (#38) ChungHwan Han 2023-04-09 04:31:38 +0900
  • e0909d4233 fix: put empty string if there's no observation on web hanchchch 2023-04-09 01:24:55 +0900
  • e038e2b445 fix: web ui html escape hanchchch 2023-04-09 01:23:42 +0900
  • 9d40a95ecc fix: handle \n on start of input hanchchch 2023-04-09 01:23:29 +0900
  • c0ef2c5ef1 Merge branch 'main' into fix/editor-write-prompt hanchchch 2023-04-09 01:11:12 +0900
  • 19b36922f4 fix: remove file:// of filepath when referring it hanchchch 2023-04-09 00:39:02 +0900
  • fa22c08a46
    Fix the port 7000 is used on mac 13.1 (#36) zkhCreator 2023-04-08 20:19:27 +0800
  • 8ab406da9c fix: update docker-compose zkhCreator 2023-04-08 20:09:54 +0800
  • 576479f1f1 fix: update port 7000 to fixed the port is used on mac 13.1 zkhCreator 2023-04-08 20:08:55 +0800
  • 13f0068e69 fix: typo on ModelNotFoundException hanchchch 2023-04-08 18:26:01 +0900
  • 68345c855a
    fix: typo in gpu.py (#30) Ikko Eltociear Ashimine 2023-04-08 15:34:28 +0900
  • 7123fe01b3
    Feature/async inference (#31) ChungHwan Han 2023-04-08 14:10:16 +0900
  • 371ffd92e7 docs: update usage hanchchch 2023-04-08 04:22:49 +0900
  • 0f6c7beb98 fix: run workers on serve hanchchch 2023-04-08 04:22:41 +0900
  • b99440afd1 feat: stack actions hanchchch 2023-04-08 04:11:50 +0900
  • a385e14c35 fix: hide input and observation on final answer hanchchch 2023-04-08 04:02:06 +0900
  • 880eba351e
    Create CONTRIBUTING.md (#28) Taeho 2023-04-08 03:51:22 +0900
  • 51e351904a
    fix: add image handler exception (#27) Taeho 2023-04-08 03:51:09 +0900
  • 6de7225ace
    fix: typo in gpu.py Ikko Eltociear Ashimine 2023-04-08 03:39:26 +0900
  • 52f470903c Merge branch 'main' into feature/async-inference hanchchch 2023-04-08 03:31:59 +0900
  • c2ae2d7349 fix: action input width hanchchch 2023-04-08 03:24:52 +0900
  • ee1e8c3656 fix: remove sidebar hanchchch 2023-04-08 03:19:44 +0900
  • 66aab6ce9e fix: tool index hanchchch 2023-04-08 03:17:59 +0900
  • 1497029f50 fix: show last tool response hanchchch 2023-04-08 03:15:27 +0900
  • a4eb16d4bf feat: handle polling events on client side hanchchch 2023-04-08 03:01:14 +0900
  • 94db570acf feat: execution tracing callback hanchchch 2023-04-08 02:16:01 +0900
  • 3b5e7f4872 feat: add pr template adldotori 2023-04-07 17:11:06 +0000
  • cf16aadaee
    Update issue templates Taeho 2023-04-08 02:08:59 +0900
  • ef9a9407f8
    Create CONTRIBUTING.md Taeho 2023-04-08 02:06:40 +0900
  • bc2f800848 docs: update readme for #3 adldotori 2023-04-08 01:53:34 +0900
  • f2953e6e9f fix: add image handler exception adldotori 2023-04-08 01:51:40 +0900
  • 2a0177a0a0 feat: file url adldotori 2023-04-08 01:16:29 +0900
  • 8b685d7261 feat: add logo adldotori 2023-04-07 23:32:34 +0900
  • 4c075290d6 feat: disable submit button while executing hanchchch 2023-04-07 23:19:42 +0900
  • e1d7815fc1 feat: poll execution status hanchchch 2023-04-07 23:08:36 +0900
  • be87550ff2 feat: make directory adldotori 2023-04-07 22:25:50 +0900
  • cae5ea60b7 feat: auto expand textarea adldotori 2023-04-07 22:25:38 +0900
  • d881b3a703 feat: async execution hanchchch 2023-04-07 22:12:27 +0900
  • a5c5ba358f fix: input file path adldotori 2023-04-07 21:51:28 +0900
  • a15ba07eca
    Feature/gui (#24) ChungHwan Han 2023-04-07 21:07:19 +0900
  • d213e69d6d fix: handle error hanchchch 2023-04-07 21:04:57 +0900
  • 889adaa9c1 fix: show response files hanchchch 2023-04-07 20:54:33 +0900
  • 30595bc9c6
    feat: model_name as an env, and check accessability to the model (#22) ChungHwan Han 2023-04-07 20:52:55 +0900
  • 27b1348026 fix: prompt about output files hanchchch 2023-04-07 20:41:12 +0900
  • d7e537dab7
    Create LICENSE (#23) Taeho 2023-04-07 19:52:56 +0900
  • c8ce069ddd fix: files regex hanchchch 2023-04-07 19:48:58 +0900
  • 0200369f68 fix: import error hanchchch 2023-04-07 19:43:54 +0900
  • 705a001114 Merge branch 'main' into feature/gui hanchchch 2023-04-07 19:42:41 +0900
  • 7006e00bfc fix: handle path problem hanchchch 2023-04-07 19:39:58 +0900
  • 5a7d033f9a feat: change file path adldotori 2023-04-07 19:38:56 +0900
  • c398605e3d
    Create LICENSE Taeho 2023-04-07 19:21:03 +0900
  • 32e3db2d90 feat: model_name as an env, and check accessability to the model hanchchch 2023-04-07 18:54:41 +0900
  • 69adbf5a0e Merge branch 'main' into feature/gui hanchchch 2023-04-07 15:01:55 +0900
  • e5165d6f90
    Refactor/file store (#18) Taeho 2023-04-07 11:11:24 +0900
  • 6aef1ff3cc feat: add verify decorator adldotori 2023-04-07 10:59:53 +0900
  • 70175e4a19 refactor: etc adldotori 2023-04-06 20:15:40 +0900
  • 94df7bfcde feat: chdir to playground adldotori 2023-04-06 20:15:26 +0900
  • 8c4139ab3f feat: change port variable name adldotori 2023-04-06 20:14:00 +0900
  • 0568f5b42d fix: path problem when using local file hanchchch 2023-04-06 18:13:13 +0900
  • 492c1afc91 fix: link-body-emphasis hanchchch 2023-04-06 17:48:55 +0900
  • 4413c15e8d fix: dashboard wip hanchchch 2023-04-06 17:48:13 +0900
  • 789af24b5f fix: set random session id by default hanchchch 2023-04-06 17:46:26 +0900
  • 40359dce30 refactor: change endpoint hanchchch 2023-04-06 17:43:48 +0900
  • b119a3a6c2 fix: show answer hanchchch 2023-04-06 17:31:27 +0900
  • 81be5eeaac fix: prevent deadlock hanchchch 2023-04-06 17:03:19 +0900
  • f5942fc77a feat: simple gui hanchchch 2023-04-06 16:47:08 +0900
  • 4cd1d35914 docs: update examples adldotori 2023-04-06 09:50:53 +0900
  • c37c0756f8 fix: example might be confusing hanchchch 2023-04-06 03:49:41 +0900
  • 6855091533 fix: more specific CodeEditor.WRITE description propmt hanchchch 2023-04-06 03:46:44 +0900
  • a96bd39859 docs: update eval-bot repo to README adldotori 2023-04-06 02:40:27 +0900
  • f93ab7a669 fix: SyscallTracer attach feature/process-manager hanchchch 2023-04-06 01:39:19 +0900
  • 4a3929b08a refactor: BaseTracer hanchchch 2023-04-06 01:33:49 +0900
  • 82f8126687 docs: update usage hanchchch 2023-04-06 00:56:09 +0900
  • 86b4b425b4 docs: add an example hanchchch 2023-04-05 20:08:44 +0900
  • be366ff6c5 fix: regex adldotori 2023-04-05 18:40:10 +0900
  • 26a0c67bef
    stdout/stderr tracer (#12) ChungHwan Han 2023-04-05 12:37:20 +0900
  • a72fa29c8e fix: patch tool hanchchch 2023-04-05 11:57:27 +0900
  • 9ad753cae7 feat: rollback adldotori 2023-04-05 11:45:17 +0900
  • 7726e33506 fix: prompt adldotori 2023-04-05 11:35:54 +0900
  • ef52a8908f docs: update features hanchchch 2023-04-05 10:39:51 +0900
  • 80972c78cc docs: update simple_todo adldotori 2023-04-05 03:56:15 +0900
  • 0fadc67f57 docs: add simple_todo example adldotori 2023-04-05 03:38:08 +0900
  • 199c5ebca2 feat: test adldotori 2023-04-04 16:24:25 +0000
  • bf009c9894 feat: stdout tracer hanchchch 2023-04-03 18:16:21 +0000
  • 477527c071 fix: add patch prompt example and write tool outputs written code hanchchch 2023-04-03 17:36:43 +0000
  • 09b2659f44 feat: add what i should do hanchchch 2023-04-03 17:31:49 +0000
  • f2228aacd7 fix: comment-out APPEND tool feature/stdout-breaker hanchchch 2023-04-03 22:59:49 +0900
  • cbc9c377e7 fix: lower temperature hanchchch 2023-04-03 22:59:32 +0900
  • b5f3187103 feat: stdout tracer hanchchch 2023-04-03 22:59:14 +0900
  • 80282a47a2 feat: add what i did adldotori 2023-04-03 12:51:22 +0000
  • 810a30fcfa fix: conditional import torch adldotori 2023-04-03 12:42:08 +0000
  • 0f4669ea36 fix: build errors and minor issues adldotori 2023-04-03 12:40:58 +0000