-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project outline doc generation. SWE-bench runner. Initial Slack chatb…
…ot WIP. Aider updates
- Loading branch information
1 parent
34ad474
commit b280a44
Showing
35 changed files
with
1,533 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# August 2024 | ||
|
||
Added initial SWE-bench runner. Also working on inference using the containerised environments at https://github.com/TrafficGuard/SWE-bench/blob/main/swebench/harness/run_inference.py | ||
|
||
Added a process to generate documentation for a project.This is a bottom-up process which generates a one sentence and one-paragraph summary for each file | ||
starting in the leaf folders, then generates the summary for the folder, and then iteratively moves up to the root node. | ||
|
||
Prototyping new generateText methods on the LLM interface which have a message history to support both chatbots, and | ||
setting the cache_control flag where the message history may be used like a stack for agentic workflows. | ||
|
||
Add initial Slack chatbot integration. | ||
|
||
Update the Aider wrapper to support editing Python projects in other directories, and to support using Vertex AI. | ||
|
||
Fixes to GitHub integration. | ||
|
||
Add LLM service integration tests. | ||
|
||
Update CI build to run frontend and backend in parallel. | ||
|
||
Fix Anthropic LLM service. | ||
|
||
Add getFileSystemTreeStructure functions and other fixes to the FileSystem service. |
Oops, something went wrong.