288288 "operatingSystem" : "Linux, macOS" ,
289289 "description" : "The fastest, minimal Go autonomous agent runtime. ~12 MB static binary, zero frameworks. ReAct agent with parallel tool execution, persistent memory, MCP, sandbox, Web UI, and Telegram bot." ,
290290 "url" : "https://odek.21no.de" ,
291- "downloadUrl" : "https://github.com/BackendStack21/kode " ,
291+ "downloadUrl" : "https://github.com/BackendStack21/odek " ,
292292 "author" : {
293293 "@type" : "Organization" ,
294294 "name" : "21no.de" ,
306306 < a href ="#install "> Install</ a >
307307 < a href ="#cheatsheet "> Cheatsheet</ a >
308308 < a href ="#demos "> Demos</ a >
309- < a href ="https://github.com/BackendStack21/kode " target ="_blank "> GitHub</ a >
309+ < a href ="https://github.com/BackendStack21/odek " target ="_blank "> GitHub</ a >
310310 </ div >
311311</ nav >
312312
@@ -317,8 +317,8 @@ <h1>odek</h1>
317317 < div class ="badge " style ="margin-top:12px;display:inline-block;background:var(--accent-subtle);border:1px solid rgba(56,189,248,.15);border-radius:6px;padding:5px 12px;font-size:0.8125rem;font-family:var(--font-mono);color:var(--accent); "> v0.37.18</ div >
318318
319319 < div class ="install-block ">
320- < code > go install github.com/BackendStack21/kode /cmd/odek@latest</ code >
321- < button class ="copy-btn " onclick ="copyText(this,'go install github.com/BackendStack21/kode /cmd/odek@latest') "> 📋 Copy</ button >
320+ < code > go install github.com/BackendStack21/odek /cmd/odek@latest</ code >
321+ < button class ="copy-btn " onclick ="copyText(this,'go install github.com/BackendStack21/odek /cmd/odek@latest') "> 📋 Copy</ button >
322322 < a class ="btn " href ="#install "> Get Started →</ a >
323323 </ div >
324324 </ div >
@@ -373,7 +373,7 @@ <h2>See it in <span class="hl">action</span></h2>
373373 < span class ="prompt "> $ odek run "How many lines in go.mod?"</ span > < br >
374374 < span class ="info "> ═══ Iter 1/15 ═══ [456 in · 21 out · 0.8s]</ span > < br >
375375 < span class ="output "> The < strong > go.mod</ strong > file has 3 lines:</ span > < br >
376- < span class ="output "> module github.com/BackendStack21/kode </ span > < br >
376+ < span class ="output "> module github.com/BackendStack21/odek </ span > < br >
377377 < span class ="output "> go 1.24</ span > < br >
378378 < span class ="output "> require ( ... )</ span > < br >
379379 < span class ="info "> ✅ Done in 0.8s</ span >
@@ -587,9 +587,9 @@ <h2>Install in <span class="hl">5 seconds</span></h2>
587587 < span class ="n "> 2</ span >
588588 < span >
589589 Install:
590- < button class ="copy-btn " onclick ="copyText(this,'go install github.com/BackendStack21/kode /cmd/odek@latest') " style ="margin-left:8px; "> 📋 Copy</ button >
590+ < button class ="copy-btn " onclick ="copyText(this,'go install github.com/BackendStack21/odek /cmd/odek@latest') " style ="margin-left:8px; "> 📋 Copy</ button >
591591 < br >
592- < code style ="margin-top:6px;display:inline-block; "> go install github.com/BackendStack21/kode /cmd/odek@latest</ code >
592+ < code style ="margin-top:6px;display:inline-block; "> go install github.com/BackendStack21/odek /cmd/odek@latest</ code >
593593 </ span >
594594 </ li >
595595 < li >
@@ -608,11 +608,11 @@ <h3>One-line binary install</h3>
608608 </ p >
609609
610610 < pre > < code > < span class ="hljs-comment "> # Download to /usr/local/bin (may need sudo)</ span >
611- curl -sfLo /usr/local/bin/odek https://github.com/BackendStack21/kode /releases/latest/download/odek-$(uname -s | tr < span class ="hljs-string "> '[:upper:]'</ span > < span class ="hljs-string "> '[:lower:]'</ span > )-$(uname -m | sed < span class ="hljs-string "> 's/x86_64/amd64/;s/aarch64/arm64/'</ span > ) && chmod +x /usr/local/bin/odek
611+ curl -sfLo /usr/local/bin/odek https://github.com/BackendStack21/odek /releases/latest/download/odek-$(uname -s | tr < span class ="hljs-string "> '[:upper:]'</ span > < span class ="hljs-string "> '[:lower:]'</ span > )-$(uname -m | sed < span class ="hljs-string "> 's/x86_64/amd64/;s/aarch64/arm64/'</ span > ) && chmod +x /usr/local/bin/odek
612612
613613< span class ="hljs-comment "> # Or to current directory</ span >
614- curl -sfLO https://github.com/BackendStack21/kode /releases/latest/download/odek-$(uname -s | tr < span class ="hljs-string "> '[:upper:]'</ span > < span class ="hljs-string "> '[:lower:]'</ span > )-$(uname -m | sed < span class ="hljs-string "> 's/x86_64/amd64/;s/aarch64/arm64/'</ span > ) && chmod +x odek-* && ./odek-* version</ code >
615- < button class ="clip " onclick ="copyText(this,'curl -sfLo /usr/local/bin/odek https://github.com/BackendStack21/kode /releases/latest/download/odek-$(uname -s | tr \'[:upper:]\' \'[:lower:]\')-$(uname -m | sed \'s/x86_64/amd64/;s/aarch64/arm64/\') && chmod +x /usr/local/bin/odek') "> 📋 Copy</ button >
614+ curl -sfLO https://github.com/BackendStack21/odek /releases/latest/download/odek-$(uname -s | tr < span class ="hljs-string "> '[:upper:]'</ span > < span class ="hljs-string "> '[:lower:]'</ span > )-$(uname -m | sed < span class ="hljs-string "> 's/x86_64/amd64/;s/aarch64/arm64/'</ span > ) && chmod +x odek-* && ./odek-* version</ code >
615+ < button class ="clip " onclick ="copyText(this,'curl -sfLo /usr/local/bin/odek https://github.com/BackendStack21/odek /releases/latest/download/odek-$(uname -s | tr \'[:upper:]\' \'[:lower:]\')-$(uname -m | sed \'s/x86_64/amd64/;s/aarch64/arm64/\') && chmod +x /usr/local/bin/odek') "> 📋 Copy</ button >
616616</ pre >
617617
618618 < div class ="platform-tags ">
@@ -655,6 +655,8 @@ <h3>Commands</h3>
655655 < li > < span class ="cmd "> odek subagent --goal <s></ span > < span class ="desc "> Run a focused sub-task</ span > </ li >
656656 < li > < span class ="cmd "> odek mcp</ span > < span class ="desc "> Start MCP server (stdio)</ span > </ li >
657657 < li > < span class ="cmd "> odek mcp --sse-addr :8081</ span > < span class ="desc "> Start MCP server (SSE)</ span > </ li >
658+ < li > < span class ="cmd "> odek telegram</ span > < span class ="desc "> Start Telegram bot</ span > </ li >
659+ < li > < span class ="cmd "> odek run --deliver < task > </ span > < span class ="desc "> Run task, deliver to Telegram</ span > </ li >
658660 < li > < span class ="cmd "> odek init [--global]</ span > < span class ="desc "> Create config file</ span > </ li >
659661 </ ul >
660662
@@ -670,6 +672,8 @@ <h3>Key Flags</h3>
670672 < li > < span class ="cmd "> --ctx <files> / -c</ span > < span class ="desc "> Attach files as context blocks (comma-separated)</ span > </ li >
671673 < li > < span class ="cmd "> --system <prompt></ span > < span class ="desc "> Override system prompt</ span > </ li >
672674 < li > < span class ="cmd "> --no-color</ span > < span class ="desc "> Disable colored output</ span > </ li >
675+ < li > < span class ="cmd "> --deliver</ span > < span class ="desc "> Deliver result to Telegram default chat</ span > </ li >
676+ < li > < span class ="cmd "> --interaction-mode < m > </ span > < span class ="desc "> engaging | verbose | enhance</ span > </ li >
673677 </ ul >
674678</ section >
675679
@@ -679,20 +683,20 @@ <h2>Everything else is <span class="hl">documented</span></h2>
679683 < p style ="margin-bottom:20px "> Deep-dive docs for every subsystem. Real detail, no fluff.</ p >
680684
681685 < div class ="doc-links ">
682- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/CLI.md "> CLI Reference< span > All commands, subcommands, flags, examples</ span > </ a >
683- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/CHEATSHEET.md "> Cheat Sheet< span > Quick reference: commands, config, memory, subagents, env vars</ span > </ a >
684- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/API.md "> Go SDK Guide< span > Import, Agent, Tools, memory, multi-turn sessions, examples</ span > </ a >
685- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/CONFIG.md "> Configuration< span > Config files, env vars, priority chain</ span > </ a >
686- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/PROVIDERS.md "> Providers & Models< span > Deepseek, OpenAI, Anthropic, Ollama, vLLM, more</ span > </ a >
687- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/MCP.md "> MCP (Two-Way)< span > Serve tools + connect to external MCP servers</ span > </ a >
688- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/MEMORY.md "> Memory System< span > Three-tier facts, buffer, episodes</ span > </ a >
689- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/SESSIONS.md "> Multi-Turn Sessions< span > Save, resume, list, trim, cleanup</ span > </ a >
690- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/SANDBOXING.md "> Sandboxing< span > Docker isolation, config, security model</ span > </ a >
691- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/SECURITY.md "> Security< span > Prompt injection defense, threat model</ span > </ a >
692- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/SUBAGENTS.md "> Sub-Agents< span > Task decomposition, delegation protocol</ span > </ a >
693- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/LEARNING.md "> Self-Learning< span > Skill detection, LLM enhancement, curation</ span > </ a >
694- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/WEBUI.md "> Web UI< span > odek serve, WebSocket protocol, @ resources</ span > </ a >
695- < a href ="https://github.com/BackendStack21/kode /blob/main/docs/DEVELOPMENT.md "> Development< span > Building, testing, contributing</ span > </ a >
686+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/CLI.md "> CLI Reference< span > All commands, subcommands, flags, examples</ span > </ a >
687+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/CHEATSHEET.md "> Cheat Sheet< span > Quick reference: commands, config, memory, subagents, env vars</ span > </ a >
688+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/API.md "> Go SDK Guide< span > Import, Agent, Tools, memory, multi-turn sessions, examples</ span > </ a >
689+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/CONFIG.md "> Configuration< span > Config files, env vars, priority chain</ span > </ a >
690+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/PROVIDERS.md "> Providers & Models< span > Deepseek, OpenAI, Anthropic, Ollama, vLLM, more</ span > </ a >
691+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/MCP.md "> MCP (Two-Way)< span > Serve tools + connect to external MCP servers</ span > </ a >
692+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/MEMORY.md "> Memory System< span > Three-tier facts, buffer, episodes</ span > </ a >
693+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/SESSIONS.md "> Multi-Turn Sessions< span > Save, resume, list, trim, cleanup</ span > </ a >
694+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/SANDBOXING.md "> Sandboxing< span > Docker isolation, config, security model</ span > </ a >
695+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/SECURITY.md "> Security< span > Prompt injection defense, threat model</ span > </ a >
696+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/SUBAGENTS.md "> Sub-Agents< span > Task decomposition, delegation protocol</ span > </ a >
697+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/LEARNING.md "> Self-Learning< span > Skill detection, LLM enhancement, curation</ span > </ a >
698+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/WEBUI.md "> Web UI< span > odek serve, WebSocket protocol, @ resources</ span > </ a >
699+ < a href ="https://github.com/BackendStack21/odek /blob/main/docs/DEVELOPMENT.md "> Development< span > Building, testing, contributing</ span > </ a >
696700 </ div >
697701</ section >
698702
@@ -704,9 +708,9 @@ <h2>Ship <span class="hl">it</span></h2>
704708 Go install and go.
705709 </ p >
706710 < div class ="install-block cta-block ">
707- < code > go install github.com/BackendStack21/kode /cmd/odek@latest</ code >
708- < button class ="copy-btn " onclick ="copyText(this,'go install github.com/BackendStack21/kode /cmd/odek@latest') "> 📋 Copy</ button >
709- < a class ="btn " href ="https://github.com/BackendStack21/kode " target ="_blank "> GitHub →</ a >
711+ < code > go install github.com/BackendStack21/odek /cmd/odek@latest</ code >
712+ < button class ="copy-btn " onclick ="copyText(this,'go install github.com/BackendStack21/odek /cmd/odek@latest') "> 📋 Copy</ button >
713+ < a class ="btn " href ="https://github.com/BackendStack21/odek " target ="_blank "> GitHub →</ a >
710714 </ div >
711715</ section >
712716
@@ -715,7 +719,7 @@ <h2>Ship <span class="hl">it</span></h2>
715719< footer >
716720 < div class ="container ">
717721 < a href ="https://21no.de "> 21no.de</ a > · MIT License ·
718- < a href ="https://github.com/BackendStack21/kode "> GitHub</ a >
722+ < a href ="https://github.com/BackendStack21/odek "> GitHub</ a >
719723 </ div >
720724</ footer >
721725
0 commit comments