MiroFish/backend/app/services
666ghj 0fa2363104 Update maximum limits for tool calls and iterations in ReportAgent class
- Increased the maximum tool calls per section from 4 to 8, enhancing the agent's capabilities.
- Raised the maximum reflection rounds from 2 to 3 to allow for deeper analysis.
- Adjusted the maximum tool calls per chat from 3 to 5 for improved interaction.
- Expanded the maximum agents for interviews from 5 to 20, facilitating more comprehensive data gathering.
- Increased the maximum iterations for ReACT loops from 5 to 8 and from 3 to 5 in different contexts, optimizing the report generation process.
2025-12-14 23:36:44 +08:00
..
__init__.py Implement Interview feature for agent interactions in simulations 2025-12-08 15:55:39 +08:00
graph_builder.py Enhance graph data retrieval and detail display in Process.vue and graph_builder.py 2025-12-10 19:26:30 +08:00
oasis_profile_generator.py Add new JSON data file and enhance simulation management features 2025-12-12 16:13:08 +08:00
ontology_generator.py Enhance backend startup logging and API endpoint display 2025-11-28 18:59:36 +08:00
report_agent.py Update maximum limits for tool calls and iterations in ReportAgent class 2025-12-14 23:36:44 +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 Add new JSON data file and enhance simulation management features 2025-12-12 16:13:08 +08:00
simulation_runner.py Enhance simulation file management and frontend status display 2025-12-12 16:44:05 +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 Enhance text output formatting and remove truncation in zep_tools.py 2025-12-14 22:41:46 +08:00