eigent/backend/app/controller
Wendong-Fan c59ffcdec7 feat: Add detailed logging to stop and skip_task endpoints
- Add structured logging with [STOP-BUTTON] tags for better traceability
- Add emoji markers (🛑, , ⚠️) for visual log scanning
- Log task_lock status at each step
- Document skip_task behavior (context preservation, SSE connection)
- Improve error logging with consistent format

This is part of commit fd04703c77
2025-11-23 01:59:21 +08:00
..
__init__.py initial commit 2025-07-29 23:57:16 +08:00
chat_controller.py feat: Add detailed logging to stop and skip_task endpoints 2025-11-23 01:59:21 +08:00
health_controller.py Improve logging with structured output across backend services 2025-11-20 14:43:31 +08:00
model_controller.py refactor: remove tags from APIRouter initialization in chat, model, task, and tool controllers 2025-11-03 16:55:51 +00:00
task_controller.py refactor: remove tags from APIRouter initialization in chat, model, task, and tool controllers 2025-11-03 16:55:51 +00:00
tool_controller.py update 2025-11-20 21:04:41 +08:00