RA.Aid/tests/ra_aid
Ariel Frischer 6c4acfea8b
Added Provider/Model Override Arguments to Seperate Research/Planner Configurations (#53)
* feat: add research and planner provider/model options to enhance configurability for research and planning tasks
refactor: create get_effective_model_config function to streamline provider/model resolution logic
test: add unit tests for effective model configuration and environment validation for research and planner providers

* refactor(agent_utils.py): remove get_effective_model_config function to simplify code and improve readability
style(agent_utils.py): format debug log statements for better readability
fix(agent_utils.py): update run_agent functions to directly use config without effective model config
feat(agent_utils.py): enhance logging for command execution in programmer.py
test(tests): remove tests related to get_effective_model_config function as it has been removed

* chore(tests): remove outdated tests for research and planner agent configurations to clean up the test suite and improve maintainability

* style(tests): apply consistent formatting and spacing in test_provider_integration.py for improved readability and maintainability
2025-01-24 18:00:47 -05:00
..
agents Extract tool reflection. 2025-01-09 15:35:14 -05:00
console moar cowboy 2024-12-11 14:50:40 -05:00
proc macOS compatibility (#23) 2024-12-30 12:38:06 -05:00
tools Extract tool reflection. 2025-01-09 15:35:14 -05:00
test_agent_utils.py Added Provider/Model Override Arguments to Seperate Research/Planner Configurations (#53) 2025-01-24 18:00:47 -05:00
test_default_provider.py FEAT fix command line args and env var dependencies on anthropic (#21) 2024-12-28 16:53:57 -05:00
test_env.py Added Provider/Model Override Arguments to Seperate Research/Planner Configurations (#53) 2025-01-24 18:00:47 -05:00
test_llm.py Add Deepseek Provider Support and Custom Deepseek Reasoner Chat Model (#50) 2025-01-22 07:21:10 -05:00
test_main.py Added Provider/Model Override Arguments to Seperate Research/Planner Configurations (#53) 2025-01-24 18:00:47 -05:00
test_programmer.py Add Aider config File Argument Support (#43) 2025-01-21 13:17:59 -05:00
test_provider_integration.py Added Provider/Model Override Arguments to Seperate Research/Planner Configurations (#53) 2025-01-24 18:00:47 -05:00
test_tool_configs.py Fix tests. 2024-12-27 19:59:05 -05:00
test_utils.py Initial commit 2024-12-10 19:01:20 -05:00