Skip to content

Commit c26acf2

Browse files
committed
add example to readme
1 parent c5beb5a commit c26acf2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,24 @@ This repo includes many examples under [sample](sample). Download and open them
5050
<img src="sample/rust/codex-pagerank/depth_3_file.svg" alt="Codex file and symbol graph (depth 3)" style="max-width: 100%; height: auto;" />
5151
</p>
5252

53-
Here's a small portion of the graph at depth 3, showing the core abstraction layer for prompt handling in Codex. Developers and AI agents can quickly grasp the architecture by examining this view.
53+
<!-- Here's a small portion of the graph at depth 3, showing the core abstraction layer for prompt handling in Codex. Developers and AI agents can quickly grasp the architecture by examining this view.
5454
5555
<p style="height: 200px; text-align: center;">
5656
<img src="doc/codex.jpg" alt="codex core logic" style="max-width: 100%; height: auto;" />
57-
</p>
57+
</p> -->
58+
59+
## Examples
60+
61+
By feeding the architectual view into the model, model can very quickly understand the codebase.
62+
63+
### Question (one shot/seconds time): explain the core architectual component
64+
65+
<img width="775" height="673" alt="Image" src="./doc/example_1.png" />
66+
67+
### Question (one shot/seconds time): if we want to make some chagnes to how promopts gets handled, what places should we looking into you think
68+
69+
<img width="951" height="670" alt="Image" src="./doc/example_2.png" />
70+
5871

5972

6073
## Performance
@@ -78,7 +91,6 @@ Excerpt (PageRank timing, depth=3, top-200):
7891
The easiest way to use llmcc is via npm. No build required:
7992

8093
```bash
81-
# Or install globally
8294
npm install -g llmcc-cli
8395
llmcc --help
8496
```

doc/example_1.png

84.7 KB
Loading

doc/example_2.png

80.6 KB
Loading

0 commit comments

Comments
 (0)