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
<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>2 indirect dependencies</strong> — <code>go-vector</code> and <code>golang.org/x/net</code>.</span>
319
+
<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>2 indirect dependencies</strong> — <code>go-vector</code> and <code>golang.org/x/net</code>.</span>
320
320
</li>
321
321
<li>
322
322
<spanclass="q">Why?</span>
@@ -410,7 +410,7 @@ <h2>See it in <span class="hl">action</span></h2>
410
410
<divclass="slide">
411
411
<spanclass="info"># MCP server mode</span><br>
412
412
<spanclass="prompt">$ odek mcp</span><br>
413
-
<spanclass="info">odek mcp ⚡ MCP server starting (v0.14.2)</span><br>
413
+
<spanclass="info">odek mcp ⚡ MCP server starting (v0.14.3)</span><br>
414
414
<spanclass="output">Connected by Claude Code. Exposing 8 tools:</span><br>
415
415
<spanclass="output"> • read_file — read files with line numbers</span><br>
<p>Parallel OS-process sub-agents via <code>delegate_tasks</code>. True isolation — each sub-agent is a fresh process with its own config, tools, and timeout. Up to 8 concurrent workers.</p>
459
+
<p>Parallel OS-process sub-agents via <code>delegate_tasks</code>. True isolation — each sub-agent is a fresh process with its own config, tools, and timeout. Up to 3 concurrent workers.</p>
460
460
</div>
461
461
462
462
<divclass="card">
@@ -486,7 +486,7 @@ <h4>Web UI</h4>
486
486
<divclass="card">
487
487
<divclass="icon">🏗️</div>
488
488
<h4>Layerable Config</h4>
489
-
<p>Four-layer priority chain: global → project → <code>KODE_*</code> env vars → CLI flags. <code>${VAR}</code> substitution in config files. Sensible defaults at every layer.</p>
489
+
<p>Four-layer priority chain: global → project → <code>ODEK_*</code> env vars → CLI flags. <code>${VAR}</code> substitution in config files. Sensible defaults at every layer.</p>
490
490
</div>
491
491
492
492
<divclass="card">
@@ -508,7 +508,7 @@ <h2>odek vs <span class="hl">the rest</span></h2>
0 commit comments