You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="og:title" content="odek — Go Autonomous Agent Runtime">
12
-
<metaproperty="og:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, zero frameworks. ReAct agent with persistent memory, MCP, sandbox, and Web UI.">
12
+
<metaproperty="og:description" content="The fastest, minimal Go autonomous agent runtime. ~8 MB static binary, zero frameworks. ReAct agent with persistent memory, MCP, sandbox, and Web UI.">
<spanclass="a">Because every AI agent framework today ships a <strong>200-package dependency tree</strong> and a 200 MB Python venv. odek is an <strong>~11 MB static binary</strong> with <strong>minimal dependencies</strong> — everything else is Go stdlib.</span>
334
+
<spanclass="a">Because every AI agent framework today ships a <strong>200-package dependency tree</strong> and a 200 MB Python venv. odek is an <strong>~8 MB static binary</strong> with <strong>minimal dependencies</strong> — everything else is Go stdlib.</span>
335
335
</li>
336
336
<li>
337
337
<spanclass="q">Why?</span>
@@ -529,7 +529,7 @@ <h2>odek vs <span class="hl">the rest</span></h2>
529
529
</thead>
530
530
<tbody>
531
531
<tr><td>Direct dependencies</td><tdclass="win">Minimal — Go stdlib</td><td>200+ packages</td></tr>
0 commit comments