RA.Aid/ra_aid
Ariel Frischer 1388067769 refactor(agent_utils.py): refactor run_agent_with_retry function for better readability and maintainability by extracting helper functions
feat(agent_utils.py): add new helper functions for handling API errors and managing interrupt signals
fix(agent_utils.py): improve error handling in tool execution and retry logic
feat(fallback_handler.py): enhance fallback handling by binding tools correctly during retries
test(tests): add unit tests for new helper functions and refactored logic in agent_utils.py
2025-02-11 12:16:04 -08:00
..
agents refactor(agent_utils.py): refactor run_agent_with_retry function for better readability and maintainability by extracting helper functions 2025-02-11 12:16:04 -08:00
chat_models feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
console Reduce tool count to make tool calling more reliable. 2025-02-08 18:26:08 -05:00
proc feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
tests feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
text feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
tools feat(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures 2025-02-09 22:07:23 -08:00
webui refactor: clean up imports and improve code formatting for better readability 2025-02-01 13:00:15 -08:00
__init__.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
__main__.py feat(fallback): implement automatic fallback to alternative LLM models on consecutive failures to enhance user experience and prevent infinite error loops 2025-02-10 14:13:19 -08:00
__version__.py Version bump. 2025-02-02 18:54:27 -05:00
agent_utils.py refactor(agent_utils.py): refactor run_agent_with_retry function for better readability and maintainability by extracting helper functions 2025-02-11 12:16:04 -08:00
config.py feat(config.py): add RETRY_FALLBACK_COUNT and RETRY_FALLBACK_DELAY 2025-02-11 00:38:15 -08:00
dependencies.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
env.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
exceptions.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
fallback_handler.py refactor(agent_utils.py): refactor run_agent_with_retry function for better readability and maintainability by extracting helper functions 2025-02-11 12:16:04 -08:00
file_listing.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
llm.py feat(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures 2025-02-09 22:07:23 -08:00
logging_config.py feat(fallback): implement automatic fallback to alternative LLM models on consecutive failures to enhance user experience and prevent infinite error loops 2025-02-10 14:13:19 -08:00
models_params.py feat(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures 2025-02-09 22:07:23 -08:00
project_info.py get rid of pointless truncation message 2025-02-08 12:44:55 -05:00
project_state.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
prompts.py Reduce tool count to make tool calling more reliable. 2025-02-08 18:26:08 -05:00
provider_strategy.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
tool_configs.py feat(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures 2025-02-09 22:07:23 -08:00
tool_leaderboard.py feat(fallback): implement automatic fallback to alternative LLM models on consecutive failures to enhance user experience and prevent infinite error loops 2025-02-10 14:13:19 -08:00