MiroFish/backend/app/services
666ghj 29bff9ca27 Refactor content handling in activity logging and simulation scripts
- Removed content truncation logic from the AgentActivity class, allowing full content to be logged for posts, comments, and quotes.
- Updated the `fetch_new_actions_from_db` function to retain complete content in action arguments, enhancing data accuracy.
- Adjusted simulation scripts to ensure that full content is sent during action creation, improving the representation of agent activities.
2025-12-05 18:30:40 +08:00
..
__init__.py Implement dynamic graph memory update feature for simulations 2025-12-05 17:53:45 +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
simulation_config_generator.py Enhance simulation configuration and management features 2025-12-05 15:50:54 +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 Implement dynamic graph memory update feature for simulations 2025-12-05 17:53:45 +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 Refactor content handling in activity logging and simulation scripts 2025-12-05 18:30:40 +08:00