Commit Graph

14 Commits (main)

Author SHA1 Message Date
ChungHwan Han 979b9d611e
fix: remove file:// of filepath when referring it (#38) 1 year ago
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
1 year ago
adldotori 8b685d7261 feat: add logo 1 year ago
adldotori a5c5ba358f fix: input file path 1 year ago
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
1 year ago
adldotori 5a7d033f9a feat: change file path 1 year ago
Taeho e5165d6f90
Refactor/file store (#18)
* feat: change port variable name

* feat: chdir to playground

* refactor: etc

* feat: add verify decorator
1 year ago
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>
1 year ago
adldotori 0f4669ea36 fix: build errors and minor issues 1 year ago
adldotori 9eefef4019 feat: import order 1 year ago
ChungHwan Han 0ab3bbced4
Feature/log better (#11)
* feat: ansi colored logs

* fix: set global handler

* fix: log prompt on callback handler

* fix: dim_multiline
1 year ago
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
1 year ago
이태호 072e16b122
feat: update prompt for app develop (#8)
* feat: update prompt for app develop

* feat: complement prompt and logic both
1 year ago
ChungHwan Han 3ec0cc786c
Feature/better usability (#6)
* refactor: api, core

* feat: static uploader

* doc: update readme

* fix: mkdir static file

* doc: typo
1 year ago