eigent/backend/app/model
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 chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
chat.py feat: add @mention routing for direct single-agent conversation 2026-02-27 01:03:48 +00:00
enums.py fix: circle import issue (#1139) 2026-02-03 22:40:19 +08:00
model_platform.py feat: support grok,mistral,sambanova (#1321) 2026-02-21 14:15:01 +08:00