| .. |
|
agents
|
Refactor write file tool so it is easier for LLMs to use properly.
|
2025-02-12 11:51:19 -05:00 |
|
chat_models
|
set timeouts on llm clients
|
2025-02-10 11:41:27 -05:00 |
|
console
|
Reduce tool count to make tool calling more reliable.
|
2025-02-08 18:26:08 -05:00 |
|
proc
|
be more conservative with external process i/o to prevent hung situations
|
2025-02-13 09:00:29 -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
|
use base latency in programmer tool
|
2025-02-19 16:19:45 -05: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 print config at the beginning (#88)
|
2025-02-12 18:52:24 -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-19 16:07:24 -05:00 |
|
config.py
|
feat(Makefile): add commands for code checking and fixing using ruff (#63)
|
2025-01-29 16:38:58 -05: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(Makefile): add commands for code checking and fixing using ruff (#63)
|
2025-01-29 16:38:58 -05:00 |
|
file_listing.py
|
support default temp on a per-model basis; show status panel
|
2025-02-12 13:38:52 -05:00 |
|
llm.py
|
add app headers for openrouter
|
2025-02-19 19:21:16 -05:00 |
|
logging_config.py
|
feat(Makefile): add commands for code checking and fixing using ruff (#63)
|
2025-01-29 16:38:58 -05:00 |
|
models_params.py
|
use base latency in programmer tool
|
2025-02-19 16:19:45 -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
|
lower interactive shell history to conserve context; improve prompts
|
2025-02-12 15:26:36 -05:00 |
|
provider_strategy.py
|
auto detect openai expert models
|
2025-02-12 15:40:21 -05:00 |
|
tool_configs.py
|
disable put_complete_file_contents; improve prompts; improve status panel output
|
2025-02-12 16:20:24 -05:00 |