eigent/backend/app/controller
puzhen 26a00eb2f9 feat: add @mention routing for direct single-agent conversation
- Add @mention dropdown UI in input box (keyboard navigable)
- Parse {{@agentId}} tags in message content for mention badge rendering
- Backend: route @agent messages directly to persistent agents, skip workforce
- Backend: reuse persistent agents across turns (preserve toolkit state)
- Frontend: persist mention target across turns, render in input and chat bubbles
- Fix keyboard ArrowUp/Down selection in mention dropdown
2026-02-27 01:03:48 +00:00
..
__init__.py refactor: format python backend code (#1132) 2026-02-03 21:40:28 +08:00
chat_controller.py feat: add @mention routing for direct single-agent conversation 2026-02-27 01:03:48 +00:00
electron_browser.cjs Fix: windows utf 8 encoding (#1000) 2026-01-22 10:08:58 +08:00
health_controller.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
model_controller.py Revert "feat: add model type autocomplete with api based suggestions and plat…" (#1352) 2026-02-24 02:02:46 +08:00
task_controller.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
tool_controller.py refactor: move toolkit from utils to agent module (#1045) (#1171) 2026-02-06 15:22:21 -08:00