Skip to content

Commit 864464e

Browse files
committed
Update README.
1 parent 68ce9bb commit 864464e

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The pipeline has three sequential phases:
99

1010
![pipeline of zerorepo](docs/pipeline.png)
1111

12+
Below is part of the graph visualization generated for this repository. Run `/rpgkit.encode` and open `rpg.html` to explore the full interactive graph.
13+
14+
![RPG visualization of RPG-ZeroRepo](docs/rpgkit_visualized_graph.png)
15+
1216
## News and Updates
1317
---
1418
- [2026-05-15] 🔥 We have open-sourced [**RPG-Kit**](RPG-Kit/), an RPG-driven toolkit for Claude Code and GitHub Copilot that guides long-horizon repository-level coding tasks, from planning and multi-file generation to existing-repository understanding and graph-aware updates.
@@ -19,10 +23,6 @@ The pipeline has three sequential phases:
1923
- [2026.01.26] 🔥 [RPG-ZeroRepo](https://arxiv.org/abs/2509.16198) has been accepted as a poster at ICLR 2026.
2024
- [2025.09.19] 🔥 Our paper "[RPG: A Repository Planning Graph for Unified and Scalable Codebase Generation](https://arxiv.org/abs/2509.16198)" has been released on arXiv.
2125

22-
Below is a snapshot of the graph visualization generated for this repository. Run `/rpgkit.encode` and open `rpg.html` to explore the full interactive graph.
23-
24-
![RPG visualization of RPG-ZeroRepo](docs/rpgkit_visualized_graph.png)
25-
2626

2727
## Table of Contents
2828

RPG-Kit/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RPG-Kit helps solve this by maintaining a **Repository Planning Graph (RPG)**: a
1616

1717
Use RPG-Kit when you want AI agents to work with repository-level context instead of isolated prompts!
1818

19+
As an example, this is part of the graph visualization generated for this repository:
20+
![RPG-Kit repository graph visualization](../docs/rpgkit_visualized_graph.png)
21+
1922
### Why RPG-Kit?
2023

2124
| Common problem with AI coding agents | How RPG-Kit helps |
@@ -34,6 +37,9 @@ Use RPG-Kit when you want AI agents to work with repository-level context instea
3437
| Understand or update an existing codebase | Reverse workflow | [`Quick Start: Existing Repository`](#quick-start-existing-repository) |
3538
| Make a precise repository-aware edit | Surgical edit workflow | [`Quick Start: Existing Repository`](#quick-start-existing-repository) |
3639

40+
Below is part of the graph visualization generated for this repository. Run `/rpgkit.encode` and open `rpg.html` to explore the full interactive graph.
41+
42+
3743
## Installation
3844

3945
### Prerequisites

0 commit comments

Comments
 (0)