ChungHwan Han
6d03ef4742
fix: more specific CodeEditor.WRITE description prompt ( #16 )
...
* fix: more specific CodeEditor.WRITE description propmt
* fix: example might be confusing
* fix: handle \n on start of input
* fix: web ui html escape
* fix: put empty string if there's no observation on web
2023-04-14 03:59:44 +00:00
Taeho
04c3ec5d3b
feat: don't use gpu when execute cpu mode ( #43 )
2023-04-11 02:00:06 +00:00
ChungHwan Han
979b9d611e
fix: remove file:// of filepath when referring it ( #38 )
2023-04-08 19:31:38 +00:00
zkhCreator
fa22c08a46
Fix the port 7000 is used on mac 13.1 ( #36 )
...
* fix: update port 7000 to fixed the port is used on mac 13.1
* fix: update docker-compose
2023-04-08 12:19:27 +00:00
hanchchch
13f0068e69
fix: typo on ModelNotFoundException
2023-04-08 18:26:01 +09:00
Ikko Eltociear Ashimine
68345c855a
fix: typo in gpu.py ( #30 )
...
seperated -> separated
2023-04-08 06:34:28 +00:00
ChungHwan Han
7123fe01b3
Feature/async inference ( #31 )
...
* feat: async execution
* feat: poll execution status
* feat: disable submit button while executing
* feat: execution tracing callback
* feat: handle polling events on client side
* fix: show last tool response
* fix: tool index
* fix: remove sidebar
* fix: action input width
* fix: hide input and observation on final answer
* feat: stack actions
* fix: run workers on serve
* docs: update usage
2023-04-08 05:10:16 +00:00
Taeho
880eba351e
Create CONTRIBUTING.md ( #28 )
2023-04-07 18:51:22 +00:00
Taeho
51e351904a
fix: add image handler exception ( #27 )
2023-04-07 18:51:09 +00:00
adldotori
3b5e7f4872
feat: add pr template
2023-04-07 17:11:06 +00:00
Taeho
cf16aadaee
Update issue templates
2023-04-08 02:08:59 +09:00
adldotori
bc2f800848
docs: update readme for #3
2023-04-08 01:53:34 +09:00
adldotori
8b685d7261
feat: add logo
2023-04-07 23:32:34 +09:00
adldotori
be87550ff2
feat: make directory
2023-04-07 22:25:50 +09:00
adldotori
cae5ea60b7
feat: auto expand textarea
2023-04-07 22:25:38 +09:00
adldotori
a5c5ba358f
fix: input file path
2023-04-07 21:51:28 +09:00
ChungHwan Han
a15ba07eca
Feature/gui ( #24 )
...
* feat: simple gui
* fix: prevent deadlock
* fix: show answer
* refactor: change endpoint
* fix: set random session id by default
* fix: dashboard wip
* fix: link-body-emphasis
* fix: path problem when using local file
* fix: handle path problem
* fix: import error
* fix: files regex
* fix: prompt about output files
* fix: show response files
* fix: handle error
2023-04-07 12:07:19 +00:00
ChungHwan Han
30595bc9c6
feat: model_name as an env, and check accessability to the model ( #22 )
2023-04-07 11:52:55 +00:00
Taeho
d7e537dab7
Create LICENSE ( #23 )
2023-04-07 10:52:56 +00:00
adldotori
5a7d033f9a
feat: change file path
2023-04-07 19:38:56 +09:00
Taeho
e5165d6f90
Refactor/file store ( #18 )
...
* feat: change port variable name
* feat: chdir to playground
* refactor: etc
* feat: add verify decorator
2023-04-07 02:11:24 +00:00
adldotori
4cd1d35914
docs: update examples
2023-04-06 09:50:53 +09:00
adldotori
a96bd39859
docs: update eval-bot repo to README
2023-04-06 02:40:27 +09:00
hanchchch
82f8126687
docs: update usage
2023-04-06 00:56:09 +09:00
hanchchch
86b4b425b4
docs: add an example
2023-04-05 20:08:44 +09:00
adldotori
be366ff6c5
fix: regex
2023-04-05 18:40:10 +09:00
ChungHwan Han
26a0c67bef
stdout/stderr tracer ( #12 )
...
* feat: stdout tracer
* fix: lower temperature
* fix: comment-out APPEND tool
* feat: add what i should do
* fix: add patch prompt example and write tool outputs written code
* feat: stdout tracer
* feat: test
* fix: prompt
* feat: rollback
* fix: patch tool
---------
Co-authored-by: adldotori <adldotori@gmail.com>
2023-04-05 03:37:20 +00:00
hanchchch
ef52a8908f
docs: update features
2023-04-05 10:39:51 +09:00
adldotori
80972c78cc
docs: update simple_todo
2023-04-05 03:56:15 +09:00
adldotori
0fadc67f57
docs: add simple_todo example
2023-04-05 03:38:08 +09:00
adldotori
80282a47a2
feat: add what i did
2023-04-03 12:51:22 +00:00
adldotori
810a30fcfa
fix: conditional import torch
2023-04-03 12:42:08 +00:00
adldotori
0f4669ea36
fix: build errors and minor issues
2023-04-03 12:40:58 +00:00
adldotori
318c4781de
feat: logging in parse method
2023-04-03 10:54:38 +00:00
adldotori
9eefef4019
feat: import order
2023-04-03 07:43:34 +00:00
adldotori
8df3214024
feat: add plan in model output
2023-04-03 07:42:34 +00:00
ChungHwan Han
0ab3bbced4
Feature/log better ( #11 )
...
* feat: ansi colored logs
* fix: set global handler
* fix: log prompt on callback handler
* fix: dim_multiline
2023-04-03 07:36:04 +00:00
adldotori
930577a5be
build: divide dockerfile
2023-04-03 04:45:50 +00:00
ChungHwan Han
1fdf63741f
Feature/terminal strace ( #10 )
...
* feat: exp
* feat: watch syscall
* feat: terminal tool with syscall tracer
* refactor: move editor into tools
* fix: errors
* refactor: syscall and terminal
* fix: USE_GPU option
* fix: hard code playground dir
* fix: toolsets
* fix: terminal cwd playground
* feat: wait syscall with timeout
* fix: reset timer on wait_until_stop_or_exit ends
* fix: handle in case exception is tuple
2023-03-30 06:37:56 +00:00
이태호
072e16b122
feat: update prompt for app develop ( #8 )
...
* feat: update prompt for app develop
* feat: complement prompt and logic both
2023-03-26 15:28:14 +09:00
이태호
2ffeb4e926
feat: append codeeditor.summary ( #9 )
2023-03-26 15:27:51 +09:00
ChungHwan Han
e872905866
build: use latest transformers package ( #7 )
...
* build: use latest transformers package
* build: add dependency for transformers
---------
Co-authored-by: adldotori <adldotori@gmail.com>
2023-03-23 11:23:40 +00:00
ChungHwan Han
65c0c6de80
feat: code editor ( #5 )
...
* feat: code editor
* feat: code writer
* doc: fix comment
2023-03-23 10:12:57 +00:00
hanchchch
cca84704ff
build: fix dockerfile
2023-03-23 08:53:25 +00:00
ChungHwan Han
3ec0cc786c
Feature/better usability ( #6 )
...
* refactor: api, core
* feat: static uploader
* doc: update readme
* fix: mkdir static file
* doc: typo
2023-03-23 16:33:45 +09:00
hanchchch
264467d660
fix: fix prompt to tell user that conversation has ended
2023-03-22 04:49:57 +00:00
hanchchch
41237d5532
fix: inject get_session method
2023-03-22 04:48:27 +00:00
adldotori
4c5be38958
feat: add tools
2023-03-22 03:21:29 +00:00
adldotori
66aea0406e
docs: update README
2023-03-22 02:57:32 +00:00
adldotori
d5f8e05eb3
fix: CodeEditor.PATCH
2023-03-22 01:24:51 +00:00