user
eb5cc50291
Update list of files for programmer tool.
2024-12-24 09:08:47 -05:00
user
25b1dae8cb
Clean up imports.
2024-12-24 08:33:10 -05:00
user
72f8c33e43
Fix bugs.
2024-12-24 08:31:08 -05:00
AI Christianson
90e5924ab2
Merge pull request #5 from leonj1/feat_aider_args
...
FEAT support future aider flags
2024-12-23 19:39:12 -05:00
Jose Leon
e507fd87bd
FEAT allow flexiblity to support future aider flags
2024-12-24 00:25:05 +00:00
user
1ab7ce60ea
Tavily integration
2024-12-23 17:20:24 -05:00
user
48f4fbc41d
Add Tavily tool.
2024-12-23 16:48:47 -05:00
user
c1f9a40936
Add request_web_research tool.
2024-12-23 16:40:38 -05:00
user
38ddab6068
Pass config to agent loop.
2024-12-23 16:30:27 -05:00
user
f9fd6a4cde
Add web research prompt section.
2024-12-23 16:21:28 -05:00
user
ebfdcf821e
Version bump
2024-12-23 15:53:23 -05:00
user
21611953d7
Clean up exception handling.
2024-12-23 14:54:28 -05:00
user
8ffcac867b
Interruption UX.
2024-12-23 14:23:10 -05:00
user
1d8b44e1a6
Improve interruption UX.
2024-12-23 14:10:54 -05:00
user
f7523e86d8
Improve agent interruption UX by allowing user to specify feedback or exit the program entirely.
2024-12-23 14:05:59 -05:00
user
12843978b7
Fix expert related files reading.
2024-12-23 12:46:28 -05:00
user
a0250855da
Include work log in agent context.
2024-12-23 12:18:48 -05:00
user
9a53940dcd
Track agent depth for all agents.
2024-12-23 12:05:39 -05:00
user
c261c741f9
Fix expert file reading for context.
2024-12-23 11:58:40 -05:00
user
0399c5e346
Improve work log format.
2024-12-23 11:46:46 -05:00
user
87ec7c0268
Add initial work log.
2024-12-23 11:36:28 -05:00
user
9948dfef90
Do not put file ID in file paths when reading for expert context.
2024-12-23 11:21:13 -05:00
user
30f032ef2f
Start IDs on 1 for better UX and to not confuse the LLMs.
2024-12-23 10:40:58 -05:00
user
b28e5b30b4
Do not show file ID in user-facing panel.
2024-12-22 15:29:23 -05:00
user
5ddceabae1
Rename delete_related_files to deregister_related_files.
2024-12-22 15:17:39 -05:00
user
678722f37f
Allow agents to deregister related files
2024-12-22 15:09:10 -05:00
user
80486ec533
Convert related files system to ID-based storage
...
- Refactored related files storage to use dictionary with integer IDs as keys
- Added related_file_id_counter for generating unique file IDs
- Updated get_related_files() to return formatted strings with IDs
- Added delete_related_files() function for removing files by ID
- Maintained duplicate file path handling to preserve original IDs
- All tests passing
2024-12-22 14:39:16 -05:00
user
497c24c894
Improve messages.
2024-12-22 14:05:59 -05:00
user
f80545d693
Allow graceful interruption of agents.
2024-12-22 14:00:17 -05:00
user
c677da1e11
Improve expert prompt.
2024-12-22 11:29:08 -05:00
user
51663dc479
Fix task completion tracking.
2024-12-22 10:05:43 -05:00
user
c73e9ada84
Improve error status display.
2024-12-22 10:02:50 -05:00
user
59af95acf7
Enforce research recursion limit.
2024-12-22 09:54:05 -05:00
user
7ab0e671ea
Get rid of vi bindings by default.
2024-12-22 08:36:42 -05:00
user
5be2792612
Improve tool return values.
2024-12-21 15:40:19 -05:00
user
f0f7487485
Handle completion messages.
2024-12-21 15:31:04 -05:00
user
ef4748f009
Fix run_planning_agent config.
2024-12-21 14:36:39 -05:00
user
a01b8ebf36
Add request_implementation tool.
2024-12-21 14:20:06 -05:00
user
ba51f99da5
Added request_research_and_implementation.
2024-12-21 14:16:12 -05:00
user
ecb6796008
Extract run_planning_agent.
2024-12-21 14:10:55 -05:00
user
c65fe077b3
Added plan_implementation_completed.
2024-12-21 13:59:55 -05:00
user
2b0efe5fd2
Cleanup.
2024-12-21 13:56:18 -05:00
user
f92c30b4e6
Allow individual tasks to be marked completed.
2024-12-21 13:50:40 -05:00
user
d44d309028
Allow planning agent to direct implementation of tasks.
2024-12-21 13:40:17 -05:00
user
85f56cb75c
Use proper model config for research agent.
2024-12-21 12:53:31 -05:00
AI Christianson
ae6052ed15
Introduce run_research_agent.
2024-12-21 12:19:43 -05:00
AI Christianson
2ac796cf2b
Extricate research subtasks.
2024-12-21 11:27:14 -05:00
AI Christianson
a9c6ea93b4
Return reason for failure.
2024-12-21 11:04:57 -05:00
AI Christianson
1fc64c5151
Allow chat agent to spawn research agent.
2024-12-21 10:58:08 -05:00
AI Christianson
f712fcf9c8
Chat mode changelog.
2024-12-20 16:37:25 -05:00