RA.Aid/tests
Ariel Frischer 5c9a1e81d2 feat(main.py): refactor imports for better organization and readability
feat(main.py): add DEFAULT_MODEL constant to centralize model configuration
feat(main.py): enhance logging and error handling for better debugging
feat(main.py): implement state_modifier for managing token limits in agent state
feat(anthropic_token_limiter.py): create utilities for handling token limits with Anthropic models
feat(output.py): add print_messages_compact function for debugging message output
test(anthropic_token_limiter.py): add unit tests for token limit utilities and state management
2025-03-11 14:03:18 -07:00
..
agent_backends multiple tool results in ciayn 2025-03-04 07:59:05 -05:00
data fix binary detection 2025-03-08 22:36:06 -05:00
ra_aid feat(main.py): refactor imports for better organization and readability 2025-03-11 14:03:18 -07:00
scripts feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
.gitignore disable related if aider disabled 2025-02-26 20:27:03 -05:00
__init__.py base db infra 2025-02-26 11:44:18 -05:00
conftest.py config repository 2025-03-04 21:01:08 -05:00
pytest.ini Add unit tests for CiaynAgent._does_not_conform_to_pattern. 2025-01-09 11:51:08 -05:00
test_file_listing.py feat: add `--test-cmd-timeout` option to specify timeout for test command execution 2025-02-17 11:03:19 -08:00
test_list_file.py ciayn fixes 2025-03-03 23:50:55 -05:00
test_non_git_file_listing.py ciayn fixes 2025-03-03 23:50:55 -05:00
test_project_info.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_project_state.py fix tests 2025-03-02 19:18:45 -05:00