Skip to content

Commit 967e501

Browse files
authored
Merge pull request #132 from fishmingyu/artifact
[Artifact] add figure
2 parents 39c04c5 + e2f3db2 commit 967e501

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repos:
1515
name: (Common) Sort "requirements.txt"
1616
- id: check-added-large-files
1717
name: (Common) Prevent giant files from being committed
18+
exclude: ".jpg"
1819
- id: fix-encoding-pragma
1920
name: (Python) Remove encoding pragmas
2021
args: [--remove]

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OrcaLoca
22

3+
OrcaLoca (previous named Orcar), an LLM agent framework that improves accuracy for software issue localization by integrating priority-based scheduling for LLM-guided action, action decomposition with relevance scoring, and distance-aware context pruning.
4+
5+
![overview](./artifact/overview.jpg)
6+
37
## Prerequisite
48

59
OrcaLoca requires docker to run, so please first pull our docker image (forked from [SWE-Agent](https://github.com/SWE-agent/SWE-agent)):

artifact/overview.jpg

1.41 MB
Loading

0 commit comments

Comments
 (0)