..
agents
refactor(agent_utils.py, ciayn_agent.py): remove unused import cpm to clean up code and improve readability
2025-02-14 13:04:41 -08:00
chat_models
feat(Makefile): add commands for code checking and fixing using ruff ( #63 )
2025-01-29 16:38:58 -05:00
console
feat(agent_utils.py): add FallbackToolExecutionError exception to handle fallback tool execution failures
2025-02-13 16:42:59 -08:00
proc
feat(Makefile): add commands for code checking and fixing using ruff ( #63 )
2025-01-29 16:38:58 -05: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(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures
2025-02-09 22:07:23 -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
feat(readme): document new command line arguments for experimental features
2025-02-13 17:01:46 -08:00
__version__.py
Version bump.
2025-02-02 18:54:27 -05:00
agent_utils.py
refactor(agent_utils.py, ciayn_agent.py): remove unused import cpm to clean up code and improve readability
2025-02-14 13:04:41 -08: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(readme): document new command line arguments for experimental features
2025-02-13 17:01:46 -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
chore(agent_utils.py): remove debug print statement for config to clean up output
2025-02-13 20:14:07 -08:00
file_listing.py
feat(Makefile): add commands for code checking and fixing using ruff ( #63 )
2025-01-29 16:38:58 -05:00
llm.py
feat(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures
2025-02-09 22:07:23 -08:00
logging_config.py
feat(agent_utils.py): add SystemMessage import and improve logging messages for clarity
2025-02-13 16:14:24 -08:00
models_params.py
feat(issue): add LLM Tool Call Fallback Feature documentation to outline the new functionality for automatic fallback to alternative LLM models after consecutive failures
2025-02-09 22:07:23 -08: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
feat(agent_utils.py): add SystemMessage import and improve logging messages for clarity
2025-02-13 16:14:24 -08:00
provider_strategy.py
feat(Makefile): add commands for code checking and fixing using ruff ( #63 )
2025-01-29 16:38:58 -05:00
tool_configs.py
refactor(agent_utils.py): remove the _handle_tool_execution_error function and simplify error handling in run_agent_with_retry
2025-02-12 13:07:12 -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