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, 3 external dependencies, one loop. ReAct agent with persistent memory, MCP, sandbox, and Web UI.">
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.">
<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>3 external dependencies</strong> — <code>go-vector</code>, <code>golang.org/x/net</code>, and <code>golang.org/x/term</code>.</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>~11 MB static binary</strong>— two external packages for WebSockets and terminal I/O, everything else is stdlib.</span>
335
335
</li>
336
336
<li>
337
337
<spanclass="q">Why?</span>
@@ -522,7 +522,7 @@ <h2>odek vs <span class="hl">the rest</span></h2>
0 commit comments