Fork of MiroFish - AI prediction engine with multi-agent simulation
Find a file
666ghj cc094e48ce Implement chat history caching and enhance message rendering in Step5Interaction component
- Added chat history caching to preserve conversation records for report agents and selected agents.
- Introduced a method to save and restore chat history based on the selected target.
- Improved message rendering by cleaning up unnecessary <br> tags and ensuring proper list formatting with CSS.
- Automatically save chat history upon sending messages for better user experience.
2025-12-16 20:03:17 +08:00
backend Update ReportAgent to enhance report retrieval and streamline tool call process 2025-12-16 17:59:34 +08:00
frontend Implement chat history caching and enhance message rendering in Step5Interaction component 2025-12-16 20:03:17 +08:00
static/image Add MiroFish logo images 2025-12-10 14:00:22 +08:00
.env.example Update .env.example and enhance create_model function for dual LLM configuration 2025-12-04 15:51:25 +08:00
.gitignore Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction. 2025-11-28 17:21:08 +08:00
PROJECT_STATUS.md Add project status report and frontend documentation 2025-12-10 14:49:11 +08:00
模拟详情接口返回示例.json Add new JSON data file and enhance simulation management features 2025-12-12 16:13:08 +08:00