You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EVAL/api
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
..
templates Feature/async inference (#31) 1 year ago
__init__.py fix: build errors and minor issues 1 year ago
container.py Feature/async inference (#31) 1 year ago
main.py Feature/async inference (#31) 1 year ago
worker.py Feature/async inference (#31) 1 year ago