RA.Aid/tests/ra_aid
Ariel Frischer 29c9cac4f4 feat(main.py): reorganize litellm configuration to improve clarity and maintainability
feat(agent_utils.py): add model detection utilities for Claude 3.7 models
fix(agent_utils.py): update get_model_token_limit to handle Claude 3.7 token limits correctly
test(model_detection.py): add unit tests for model detection utilities
chore(agent_utils.py): remove deprecated is_anthropic_claude function and related tests
style(agent_utils.py): format code for better readability and consistency
2025-03-14 13:10:44 -07:00
..
agent_backends add --show-thoughts flag 2025-03-08 08:31:45 -05:00
console feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
database fix test 2025-03-07 14:28:14 -05:00
mocks fix binary file detection 2025-03-03 18:43:49 -05:00
proc Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
prompts implement reasoning-guided workflows 2025-03-08 13:35:06 -05:00
text extract thinking processing 2025-03-08 14:48:46 -05:00
tools fix tests 2025-03-11 11:25:27 -04:00
utils fix binary detection 2025-03-08 22:36:06 -05:00
__init__.py base db infra 2025-02-26 11:44:18 -05:00
test_agent_context.py should exit propagation 2025-03-07 11:25:46 -05:00
test_agent_should_exit_ciayn.py should exit propagation 2025-03-07 11:25:46 -05:00
test_agent_utils.py feat(main.py): reorganize litellm configuration to improve clarity and maintainability 2025-03-14 13:10:44 -07:00
test_anthropic_strategy.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_anthropic_token_limiter.py feat(agent_utils.py): add support for sonnet_35_state_modifier for Claude 3.5 models to enhance token management 2025-03-12 11:16:54 -07:00
test_ciayn_agent.py fix validation 2025-03-04 01:48:12 -05:00
test_crash_propagation.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_default_provider.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_env.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_fallback_handler.py chore(llm.py): remove unused merge_chat_history function to clean up codebase 2025-02-14 14:20:11 -08:00
test_info_query.py config repository 2025-03-04 21:01:08 -05:00
test_llm.py refactor: agents/ -> agent_backends/ 2025-03-02 14:16:15 -05:00
test_main.py refactor: extract run_planning_agent 2025-03-10 14:19:06 -04:00
test_model_detection.py feat(main.py): reorganize litellm configuration to improve clarity and maintainability 2025-03-14 13:10:44 -07:00
test_programmer.py fix tests 2025-03-07 08:51:35 -05:00
test_provider_integration.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_show_thoughts.py fix test 2025-03-08 09:30:52 -05:00
test_tool_configs.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_utils.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_version_check.py fix tests 2025-03-07 09:02:32 -05:00
test_wipe_project_memory.py add --wipe-project-memory flag 2025-03-07 12:06:40 -05:00