Skip to content

Commit 8de7dd7

Browse files
committed
cleaning up
1 parent 485a7b1 commit 8de7dd7

1 file changed

Lines changed: 37 additions & 33 deletions

File tree

index.html

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919

2020
<nav class="top-nav" aria-label="Primary">
2121
<button class="menu-trigger" type="button" aria-expanded="false" aria-controls="site-menu-links" aria-label="Open menu">
22-
<span class="menu-label">+</span>
22+
<svg class="menu-label" width="1em" height="1em" viewBox="0 0 366 368" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
23+
<path fill="#fff" d="m 26,275.93574 c 0.65,-9.32 8.46,-15.43 15,-20.96 15.43,-13.04 35.67,-21.92 53,-32.71 20.67,-12.88 61.58,-40.31 80,-55.03 0,0 21,-18.39 21,-18.39 0,0 28,-23.91 28,-23.91 10,-8.33 14.1,-11.65 25,-18.92 7.42,-4.94 19.07,-12.550001 24.52,-19.330001 7.17,-8.93 4.16,-18.82 -4.53,-25.45 -5.67,-4.32 -23.5,-8.94 -30.99,-10.66 -3.1,-0.72 -11.45,-1.57 -13.38,-3.62 -3.22,-3.43 1.67,-6.99 4.38,-8.45 6.61,-3.54 17.51,-5.73 25,-5.82 0,0 4,0 4,0 16.51,-0.2 18.85,-12.47 40,-11.99 9.26,0.21 21.16,2.48 29,7.54 7.87,5.07 12.2,11.73 17.05,19.45 6.31,10.05 12.35,21.16 14.49,33 1.42,7.88 -0.45,13.62 -0.54,21.000001 -0.28,24.26 6.68,37.92 -2.44,63 -5.9,16.24 -14.87,35.36 -23.98,50 -9.34,15 -20.81,30.64 -35.58,40.64 0,0 -16,9.36 -16,9.36 -3.3,1.9 -6.18,2.94 -6.64,7.04 -0.68,2.83 -0.16,7.11 0,9.96 0,0 1.29,8 1.29,8 1.62,5.16 8.51,12.15 12.35,16 3.36,3.37 6.84,7.82 12,7.89 4.2,0.06 8.14,-2.87 12,-4.44 5.24,-2.13 11.35,-3.55 17,-3.94 6.33,-0.43 17.05,1.85 14,10.49 -2.84,-3.54 -6.09,-6.36 -11,-5.57 -2.47,0.4 -10.06,3.6 -8.09,7.08 1.19,2.08 7.67,3.01 10.09,3.88 6.26,2.25 10.83,5.76 14,11.61 0,0 -17,-6.33 -17,-6.33 -9.74,-2.08 -18.73,0.62 -28,3.33 5.49,3.71 8.06,5.51 12,11 -8.23,-1.96 -13.6,-7.46 -26,-6.96 -9.64,0.39 -11.89,4.13 -27,3.96 -9.42,-0.11 -17.78,-4.36 -27,-3.96 -9.45,0.41 -13.16,5.64 -21,8.96 3.16,-14.88 19.73,-16 32,-16 -7.31,-10.21 -20.46,-18.11 -23.28,-26 -0.7,-1.97 -0.69,-3.94 -0.71,-6 0,0 0,-14 0,-14 0.23,-2.35 1.13,-5.62 0,-7.73 -1.66,-2.77 -8.94,-4.64 -12.01,-5.55 -20.1,-5.96 -24.58,-0.84 -43,2.01 0,0 -14,2.11 -14,2.11 -9.78,1.06 -18.83,0.92 -28,5.02 0,0 -15,7.88 -15,7.88 -16.76,8.6 -42.02,22.27 -59,27.93 -9.14,3.04 -16.2,6.24 -26,6.33 0,0 5,-10 5,-10 -3.92,0.18 -15.76,3.08 -17.92,-0.51 -2.44,-4.07 5.28,-9.01 7.92,-10.91 0,0 36,-24.58 36,-24.58 0,0 -19,3.25 -19,3.25 z m 227,1.75 c -2.98,0.84 -11.45,3.61 -12.96,6.27 -0.95,1.89 -0.18,5.54 0,7.73 0.04,2.47 -0.13,4.56 0.61,7 1.52,5.07 11.84,17.33 16.35,19.88 3.38,1.91 15.93,0.11 20,-0.88 -4.12,-8.71 -16.66,-15.05 -21.99,-24 -3.43,-5.75 -0.8,-10.06 -2.01,-16 z"/>
24+
</svg>
2325
<span class="menu-chevron" aria-hidden="true"></span>
2426
</button>
2527
<div class="menu-links" id="site-menu-links" hidden>
26-
<a class="nav-link" href="#what">Crow ADE</a>
2728
<a class="nav-link" href="#cli"><code>crow-cli</code></a>
29+
<a class="nav-link" href="#what">Crow ADE</a>
2830
<a class="nav-link" href="#install">Install</a>
2931
<a class="nav-link" href="#orchestration">Orchestration</a>
3032
<a class="nav-link" href="#observability">Observability</a>
@@ -39,67 +41,69 @@
3941
<img class="main-logo" src="crow-logo.svg" alt="Crow ADE">
4042
</section>
4143

42-
<section id="what" class="snap-section">
43-
<div class="kicker">What Is Crow</div>
44-
<h2>Crow ADE</h2>
44+
<section id="cli" class="snap-section">
45+
<div class="kicker">Agent</div>
46+
<h2><code>crow-cli</code></h2>
4547
<p>
46-
Crow is an Agent Development Environment built on top of <a href="https://github.com/crow-cli/crow-cli" class="inline" target="_blank" rel="noopener"><code>crow-cli</code></a> and <a href="https://github.com/Sidenai/sidex" target="_blank" rel="noopener" class="inline">Sidex</a> made for concurrent agent orchestration.
48+
<code>crow-cli</code> is a stateful ACP-native coding agent.
4749
</p>
50+
<h3>What we didn't build</h3>
4851
<table class="neg-table">
4952
<tbody>
5053
<tr>
51-
<td class="neg-item">Transparent</td>
52-
<td class="neg-why">Every agent works in the open. Tool calls, thinking, and decisions are all rendered live in the editor</td>
54+
<td class="neg-item">Permissions</td>
55+
<td class="neg-why">The agent has the same access you do. You trust it or you don't run it.</td>
5356
</tr>
5457
<tr>
55-
<td class="neg-item">Cancellable</td>
56-
<td class="neg-why">Fine-grained supervision and control through cancellation.</td>
58+
<td class="neg-item">New protocol</td>
59+
<td class="neg-why">We use ACP. No new data model for agent-client interaction.</td>
5760
</tr>
5861
<tr>
59-
<td class="neg-item">Agent Client Protocol</td>
60-
<td class="neg-why">ACP is LSP for agents, so we built an ACP client into a fork of VS Code.</td>
61-
<tr>
62-
<td class="neg-item">VS Code ecosystem</td>
63-
<td class="neg-why">Same editor, same terminal, same language servers.</td>
62+
<td class="neg-item">Offline agent</td>
63+
<td class="neg-why">Every agent has <code>web_search</code> and <code>web_fetch</code> and is prompted to use them liberally.</td>
6464
</tr>
6565
<tr>
66-
<td class="neg-item">Orchestration</td>
67-
<td class="neg-why">Conditional loop engineering. Agents manage their own task loops, delegate to other agents, and control exit conditions — theirs and others'.</td>
66+
<td class="neg-item">Agent skills</td>
67+
<td class="neg-why">Agents are never offline and are encouraged to take whatever they need from the internet. Once a task is accomplished, it's a few memory tool calls away from being reinjected into any session context. No static skill packages.</td>
6868
</tr>
6969
</tbody>
7070
</table>
7171
</section>
7272

7373

74-
<section id="cli" class="snap-section">
75-
<div class="kicker">crow-cli</div>
76-
<h2><code>crow-cli</code></h2>
74+
<section id="what" class="snap-section">
75+
<div class="kicker">Client</div>
76+
<h2>Crow ADE</h2>
7777
<p>
78-
<code>crow-cli</code> is a stateful ACP-native coding agent.
78+
Crow is an Agent Development Environment built on top of <a href="https://github.com/crow-cli/crow-cli" class="inline" target="_blank" rel="noopener"><code>crow-cli</code></a> and <a href="https://github.com/Sidenai/sidex" target="_blank" rel="noopener" class="inline">Sidex</a> made for concurrent agent orchestration.
7979
</p>
80-
<h3>What we didn't build</h3>
8180
<table class="neg-table">
8281
<tbody>
8382
<tr>
84-
<td class="neg-item">Permissions</td>
85-
<td class="neg-why">The agent has the same access you do. You trust it or you don't run it.</td>
83+
<td class="neg-item">Transparent</td>
84+
<td class="neg-why">Every agent works in the open. Tool calls, thinking, and decisions are all rendered live in the editor</td>
8685
</tr>
8786
<tr>
88-
<td class="neg-item">New protocol</td>
89-
<td class="neg-why">We use ACP. No new data model for agent-client interaction.</td>
87+
<td class="neg-item">Cancellable</td>
88+
<td class="neg-why">Fine-grained supervision and control through cancellation.</td>
9089
</tr>
9190
<tr>
92-
<td class="neg-item">Offline agent</td>
93-
<td class="neg-why">Every agent has <code>web_search</code> and <code>web_fetch</code> and is prompted to use them liberally.</td>
91+
<td class="neg-item">Agent Client Protocol</td>
92+
<td class="neg-why">ACP is LSP for agents, so we built an ACP client into a fork of VS Code.</td>
93+
<tr>
94+
<td class="neg-item">VS Code ecosystem</td>
95+
<td class="neg-why">Same editor, same terminal, same language servers.</td>
9496
</tr>
9597
<tr>
96-
<td class="neg-item">Agent skills</td>
97-
<td class="neg-why">Agents are never offline and are encouraged to take whatever they need from the internet. Once a task is accomplished, it's a few memory tool calls away from being reinjected into any session context. No static skill packages.</td>
98+
<td class="neg-item">Orchestration</td>
99+
<td class="neg-why">Conditional loop engineering. Agents manage their own task loops, delegate to other agents, and control exit conditions — theirs and others'.</td>
98100
</tr>
99101
</tbody>
100102
</table>
101103
</section>
102104

105+
106+
103107
<section id="install" class="snap-section">
104108
<div class="kicker">Install</div>
105109
<h2>Install <code>crow-cli</code> and Crow ADE</h2>
@@ -141,8 +145,8 @@ <h2>Thomas Wood</h2>
141145
</p>
142146
<p>
143147
Crow and crow-cli are free and open source. I built them because I got rug
144-
pulled by multiple agent subscriptions in the span of a year. This is what
145-
I use now. Bring your own keys, bring your own models, own the infrastructure.
148+
pulled by multiple subscription based agents in the span of a year. This is what
149+
I use now. Bring your own keys, bring your own models, own the infrastructure. Fork it. Rebrand it. MIT licensed.
146150
</p>
147151
<p>
148152
Huge thanks to
@@ -154,7 +158,7 @@ <h2>Thomas Wood</h2>
154158
<a class="inline" href="https://github.com/Sidenai" target="_blank" rel="noopener">SidenAI</a>
155159
for Sidex, and
156160
<a class="inline" href="https://github.com/All-Hands-AI/OpenHands" target="_blank" rel="noopener">OpenHands</a>
157-
for the system prompt that got me started.
161+
for the system prompt.
158162
</p>
159163
</section>
160164

0 commit comments

Comments
 (0)