Skip to content

Commit

Permalink
Project outline doc generation. SWE-bench runner. Initial Slack chatb…
Browse files Browse the repository at this point in the history
…ot WIP. Aider updates
  • Loading branch information
danielcampagnolitg committed Sep 2, 2024
1 parent 34ad474 commit b280a44
Show file tree
Hide file tree
Showing 35 changed files with 1,533 additions and 245 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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.
Loading

0 comments on commit b280a44

Please sign in to comment.