Commit Graph

17 Commits

Author SHA1 Message Date
Will a3d19cc15d
Correcting URLs that were referencing ai-christianson/ra-aid - should be ai-christianson/RA.Aid (#69) 2025-01-31 10:15:40 -05:00
Jose M Leon 0e188c961b
FEAT WebUI (#61)
* FEAT webui to run RA.Aid from a browser

* FEAT startin webui from ra-aid cmd

* FEAT updating readme

* FEAT adding ADR for webui

* FEAT marking webui as alpha feature
2025-01-29 20:10:10 -05:00
Ariel Frischer 5240fb2617
feat(agent_utils.py): integrate litellm to retrieve model token limits for better flexibility (#51)
fix(agent_utils.py): rename max_tokens to max_input_tokens for clarity in state_modifier function
fix(models_tokens.py): update deepseek-reasoner token limit to 64000 for accuracy
test(agent_utils.py): add tests for litellm integration and fallback logic in get_model_token_limit function
2025-01-23 14:48:30 -05:00
Jose M Leon e886d98c0e
FIX Issue 42: Error with Levenshtein (#44)
* FIX install error from Levenshtein by removing that dep in favor of python native

* FIX error during git push

* fixes

* wip

* wip
2025-01-21 11:46:15 -05:00
Ariel Frischer 1029be7df9
chore(dependencies): update aider-chat version from 0.69.1 to 0.72.1 to incorporate latest features and fixes (#47) 2025-01-21 11:45:54 -05:00
arthrod ffe5138a99
Adding Gemini API due to openrouter's limitations. (#34) 2025-01-04 07:19:05 -05:00
agentmarketbot 937c8c2a6a
agent bot commit (#31) 2025-01-02 16:41:02 -05:00
AI Christianson 9303736418 Bump python version 2024-12-30 18:26:37 -05:00
Jose M Leon 8b3f4d736c
FEAT fix command line args and env var dependencies on anthropic (#21)
* FIX provider cmdline args

* FIX Issue 18

* FIX ensure research-only requires a model
2024-12-28 16:53:57 -05:00
user ffff89d8e7 Add tavily to deps. 2024-12-23 16:45:52 -05:00
user f569bb14b1 Fix unit test warnings. 2024-12-23 12:56:08 -05:00
user 5ab26dc892 Specify aider-chat version. 2024-12-23 09:39:38 -05:00
AI Christianson 2ab2117d1b Version bump 2024-12-20 13:45:34 -05:00
AI Christianson ac55daec75 Update project structure and version handling 2024-12-10 19:49:50 -05:00
AI Christianson 7e4086807d fix: update GitPython to version 3.1.43
Resolve dependency conflict with aider-chat which requires GitPython 3.1.43
2024-12-10 19:30:00 -05:00
AI Christianson 70a0770129 fix: add version configuration for hatch
- Add tool.hatch.version configuration in pyproject.toml
- Create __version__.py with initial version 0.1.0
2024-12-10 19:29:14 -05:00
AI Christianson 341bc91e65 Initial commit 2024-12-10 19:01:20 -05:00