..
agents
fix(ciayn_agent.py): correct spelling of "execute" in error message for clarity
2025-02-14 14:45:33 -08:00
chat_models
set timeouts on llm clients
2025-02-10 11:41:27 -05:00
console
fix(ciayn_agent.py): correct spelling of "execute" in error message for clarity
2025-02-14 14:45:33 -08:00
proc
feat: add `--test-cmd-timeout` option to specify timeout for test command execution
2025-02-17 11:03:19 -08: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(tests): add --test-cmd-timeout argument to README and implement timeout for test command execution
2025-02-17 15:38:20 -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
Show fallback models in config panel ( #103 )
2025-02-18 23:15:18 -05:00
__version__.py
Version bump.
2025-02-13 09:50:00 -05:00
agent_utils.py
use create_react_agent for sonnet via openrouter
2025-02-18 22:09:06 -05:00
agents_alias.py
feat(agent_utils.py): add _handle_fallback_response function to streamline fallback handling logic
2025-02-13 16:47:31 -08:00
config.py
feat(tests): add --test-cmd-timeout argument to README and implement timeout for test command execution
2025-02-17 15:38:20 -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(agent_utils.py): add FallbackToolExecutionError exception to handle fallback tool execution failures
2025-02-13 16:42:59 -08:00
fallback_handler.py
Show fallback models in config panel ( #103 )
2025-02-18 23:15:18 -05:00
file_listing.py
feat: add `--test-cmd-timeout` option to specify timeout for test command execution
2025-02-17 11:03:19 -08:00
llm.py
fix bug where we sent reasoning_effort to models that do not support it. fixes #91
2025-02-17 19:08:06 -05:00
logging_config.py
get rid of debug print
2025-02-17 18:54:30 -05:00
models_params.py
fix bug where we sent reasoning_effort to models that do not support it. fixes #91
2025-02-17 19:08:06 -05: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
chore(docs): update documentation and assets for RA.Aid project using Docusaurus
2025-02-14 13:11:10 -08:00
provider_strategy.py
feat: add `--test-cmd-timeout` option to specify timeout for test command execution
2025-02-17 11:03:19 -08:00
tool_configs.py
feat: add `--test-cmd-timeout` option to specify timeout for test command execution
2025-02-17 11:03:19 -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