RA.Aid/tests
Ariel Frischer 89e4556e7b feat: implement trajectory model and repository for tracking agent actions
This commit introduces a new `Trajectory` model to the database, which tracks the sequence of actions taken by agents, including tool executions and their results. The addition of the `TrajectoryRepository` allows for storing and retrieving these trajectories, enabling better analysis of agent behavior and debugging of issues.

Additionally, the commit refactors existing code to utilize the new repository and model, improving the overall architecture and maintainability of the codebase. This change is essential for enhancing the capabilities of the agent system and providing a more robust framework for future development.
2025-03-10 17:05:34 -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: implement trajectory model and repository for tracking agent actions 2025-03-10 17:05:34 -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