Commit Graph

13 Commits (main)

Author SHA1 Message Date
Taeho b2f71faed6
fix: unterminated quoted string problem (#52) 1 year ago
cvarrichio 8faac0b9df
Upgraded project to Langchain 0.139. (#48) 1 year ago
hanchchch 13f0068e69 fix: typo on ModelNotFoundException 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
ChungHwan Han 30595bc9c6
feat: model_name as an env, and check accessability to the model (#22) 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 80282a47a2 feat: add what i did 1 year ago
adldotori 318c4781de feat: logging in parse method 1 year ago
adldotori 9eefef4019 feat: import order 1 year ago
adldotori 8df3214024 feat: add plan in model output 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
이태호 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