eigent/backend/app/model
bytecii fa22caedc6 fix: read HITL setting on the fly and send it on follow-up tasks
_get_terminal_approval() now reads from task_lock every call instead of
caching in __init__, so toggling the setting between tasks takes effect
immediately. SupplementChat carries hitl_options to the improve endpoint,
and the localStorage key is extracted to a shared constant.
2026-02-23 19:26:31 -08:00
..
__init__.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
chat.py fix: read HITL setting on the fly and send it on follow-up tasks 2026-02-23 19:26:31 -08:00
enums.py refactor: clean up docstrings, use enums, and move _thread_local 2026-02-23 18:25:37 -08:00
model_platform.py feat: support grok,mistral,sambanova (#1321) 2026-02-21 14:15:01 +08:00