Skip to content

Commit 324bff7

Browse files
committed
Update website for 0.3.0
Bump the version badge to v0.3.0 and refresh the feature cards to the shipping design (phase-based setup, focused six-tool set, reliability guards, single-verdict validation). Paper results and the architecture diagram are unchanged.
1 parent ca51743 commit 324bff7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

website/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Setup<br>Agent</h2>
2121
<a class="gc nav-link" href="https://github.com/Codegass/Setup-Agent" target="_blank" rel="noopener noreferrer">GitHub</a>
2222
<a class="gc nav-link" href="https://doi.org/10.1145/3786582.3786818" target="_blank" rel="noopener noreferrer">Paper</a>
2323
<div class="gc nav-end">
24-
<small>SAG v0.2.0</small>
24+
<small>SAG v0.3.0</small>
2525
</div>
2626
</header>
2727

@@ -122,20 +122,20 @@ <h2>Setup<br>Agent</h2>
122122
<p>SAG operates entirely within Docker containers — not generating Dockerfiles, but interactively exploring and configuring inside them. Zero host pollution, fully reproducible.</p>
123123
</div>
124124
<div class="feat-item">
125-
<small class="feat-title">File-Based Validation</small>
126-
<p>Examines concrete evidence on disk — .class files after compilation, surefire XML test reports, build artifacts. Prevents hallucinations where the agent believes it succeeded without actual completion.</p>
125+
<small class="feat-title">Evidence-Based Validation</small>
126+
<p>Examines concrete evidence on disk — .class files, surefire XML test reports, build artifacts — under a single verdict shared by the CLI, the report, and the exit code. Prevents hallucinations where the agent believes it succeeded without actual completion.</p>
127127
</div>
128128
<div class="feat-item">
129-
<small class="feat-title">Trunk &amp; Branch Context</small>
130-
<p>Trunk Context maintains global state and task lists. Branch contexts capture subtask details. When a subtask ends, results merge back to Trunk — enabling complex chains without context loss.</p>
129+
<small class="feat-title">Phase-Based Setup</small>
130+
<p>A project setup runs as an engine-driven sequence — provision, analyze, build, test, report. The agent works inside one phase at a time with a clean context window, and the engine advances only on real build evidence.</p>
131131
</div>
132132
<div class="feat-item">
133-
<small class="feat-title">Hierarchical Tool-Belt</small>
134-
<p>Layered tools from low-level (Bash) through build specialists (Maven, Gradle) to high-level orchestrators (Project Analyzer). Graceful fallback when specialized tools encounter unexpected scenarios.</p>
133+
<small class="feat-title">Focused Tool Set</small>
134+
<p>Six intent-driven tools — build, project, search, bash, files, report — behind verb-based actions. Long build output becomes a retrievable reference instead of flooding the agent's context window.</p>
135135
</div>
136136
<div class="feat-item">
137-
<small class="feat-title">Agent State Evaluator</small>
138-
<p>Analyzes Agent Memory to detect problematic patterns — repeated identical actions indicating the agent is stuck in a loop. Provides corrective feedback to break cycles autonomously.</p>
137+
<small class="feat-title">Reliability Guards</small>
138+
<p>Completion gates reject work without real artifacts, long builds run detached instead of timing out, and a global iteration and wall-clock cap bound every run. Repeated-action detection breaks stuck loops.</p>
139139
</div>
140140
</div>
141141
</div>
@@ -524,7 +524,7 @@ <h4>Lu Xiao</h4>
524524
<footer class="g footer">
525525
<div class="gc">
526526
<small>Setup Agent</small>
527-
<small class="version">v0.2.0</small>
527+
<small class="version">v0.3.0</small>
528528
</div>
529529
<div class="gc"></div>
530530
<div class="gc">

0 commit comments

Comments
 (0)