MiroFish/backend/app/services
666ghj 5ece3f670b Implement Report Agent for automated report generation and interaction
- Introduced the Report Agent module to facilitate the automatic generation of simulation analysis reports using LangChain and Zep, following the ReACT model.
- Added functionality for report outline planning, segmented content generation, and user interaction through a dialogue interface.
- Implemented new API endpoints for report generation, status checking, and retrieval, enhancing the overall reporting capabilities.
- Updated README.md to include detailed instructions on the new report generation features and API usage.
- Enhanced the project structure to accommodate the new report management functionalities, including report storage and retrieval mechanisms.
2025-12-09 15:10:55 +08:00
..
__init__.py Implement Interview feature for agent interactions in simulations 2025-12-08 15:55:39 +08:00
graph_builder.py Enhance backend startup logging and API endpoint display 2025-11-28 18:59:36 +08:00
oasis_profile_generator.py Implement real-time profile retrieval and saving in simulation API 2025-12-04 19:02:10 +08:00
ontology_generator.py Enhance backend startup logging and API endpoint display 2025-11-28 18:59:36 +08:00
report_agent.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
simulation_config_generator.py Enhance simulation configuration and management features 2025-12-05 15:50:54 +08:00
simulation_ipc.py Implement Interview feature for agent interactions in simulations 2025-12-08 15:55:39 +08:00
simulation_manager.py Implement real-time profile retrieval and saving in simulation API 2025-12-04 19:02:10 +08:00
simulation_runner.py Enhance signal handling and suppress warnings in simulation scripts 2025-12-09 00:37:12 +08:00
text_processor.py 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
zep_entity_reader.py Refactor simulation management and enhance logging capabilities 2025-12-02 14:25:53 +08:00
zep_graph_memory_updater.py Enhance signal handling and suppress warnings in simulation scripts 2025-12-09 00:37:12 +08:00
zep_tools.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00