RA.Aid/ra_aid
user 80486ec533 Convert related files system to ID-based storage
- Refactored related files storage to use dictionary with integer IDs as keys
- Added related_file_id_counter for generating unique file IDs
- Updated get_related_files() to return formatted strings with IDs
- Added delete_related_files() function for removing files by ID
- Maintained duplicate file path handling to preserve original IDs
- All tests passing
2024-12-22 14:39:16 -05:00
..
console Allow graceful interruption of agents. 2024-12-22 14:00:17 -05:00
proc Disable PAGERs for shell commands so agent can work autonomously 2024-12-19 17:42:40 -05:00
text Initial commit 2024-12-10 19:01:20 -05:00
tools Convert related files system to ID-based storage 2024-12-22 14:39:16 -05:00
__init__.py Allow chat agent to spawn research agent. 2024-12-21 10:58:08 -05:00
__main__.py Allow graceful interruption of agents. 2024-12-22 14:00:17 -05:00
__version__.py Version bump 2024-12-20 15:13:39 -05:00
agent_utils.py Allow graceful interruption of agents. 2024-12-22 14:00:17 -05:00
config.py extract env validation into its own module 2024-12-17 11:31:10 -05:00
env.py Fix env var fallback when base key is given, expert and base provider are different, and expert key is missing. 2024-12-19 09:18:10 -05:00
llm.py Allow chat agent to spawn research agent. 2024-12-21 10:58:08 -05:00
prompts.py Allow graceful interruption of agents. 2024-12-22 14:00:17 -05:00
tool_configs.py Prompt improvements. 2024-12-22 11:21:41 -05:00