SurfSense/surfsense_backend/app/agents/new_chat
Anish Sarkar c28a90fc29 refactor: integrate TodoListMiddleware and update related components
- Removed the write_todos tool as it is now included by default through TodoListMiddleware in the deep agent.
- Updated the system prompt and documentation to reflect the integration of TodoListMiddleware, clarifying its capabilities for managing planning and todo lists.
- Enhanced the chat handling logic to extract todos directly from the deep agent's command output, ensuring seamless user experience.
- Refactored UI components to align with the new data structure and improve rendering of todo items, including updates to the Plan and TodoItem components.
- Cleaned up code for better maintainability and readability, following recent refactoring efforts.
2025-12-27 15:18:34 +05:30
..
tools refactor: integrate TodoListMiddleware and update related components 2025-12-27 15:18:34 +05:30
__init__.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
chat_deepagent.py refactor: integrate TodoListMiddleware and update related components 2025-12-27 15:18:34 +05:30
checkpointer.py feat: implement new chat feature with message persistence and UI integration 2025-12-21 16:16:50 -08:00
context.py organize deepagent codebase 2025-12-20 18:35:39 +02:00
llm_config.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
system_prompt.py refactor: integrate TodoListMiddleware and update related components 2025-12-27 15:18:34 +05:30
utils.py inject tools at runtime 2025-12-20 18:35:39 +02:00