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/core/agents
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
..
builder.py Feature/async inference (#31) 1 year ago
callback.py Feature/async inference (#31) 1 year ago
chat_agent.py Feature/better usability (#6) 1 year ago
llm.py feat: model_name as an env, and check accessability to the model (#22) 1 year ago
manager.py Feature/async inference (#31) 1 year ago
parser.py Feature/async inference (#31) 1 year ago