|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>odek · ~11 MB, 2 external deps Go agent runtime</title> |
7 | 7 | <meta name="description" content="odek — the fastest, minimal Go autonomous agent runtime. One binary. One loop. Zero frameworks."> |
| 8 | + <link rel="canonical" href="https://kode.21no.de/"> |
| 9 | + <meta property="og:type" content="website"> |
| 10 | + <meta property="og:url" content="https://kode.21no.de/"> |
| 11 | + <meta property="og:title" content="odek — Go Autonomous Agent Runtime"> |
| 12 | + <meta property="og:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, 2 external dependencies, one loop. ReAct agent with persistent memory, MCP, sandbox, and Web UI."> |
| 13 | + <meta property="og:image" content="https://kode.21no.de/og-image.png"> |
| 14 | + <meta name="twitter:card" content="summary_large_image"> |
| 15 | + <meta name="twitter:title" content="odek — Go Autonomous Agent Runtime"> |
| 16 | + <meta name="twitter:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, zero frameworks."> |
| 17 | + <meta name="keywords" content="Go, autonomous agent, AI agent, LLM, ReAct, MCP, Docker sandbox, CLI, zero-dependency, open-source"> |
| 18 | + <meta name="robots" content="index, follow"> |
8 | 19 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | 20 | <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet"> |
10 | 21 | <style> |
|
281 | 292 | section { padding: 40px 0; } |
282 | 293 | } |
283 | 294 | </style> |
| 295 | +<script type="application/ld+json"> |
| 296 | +{ |
| 297 | + "@context": "https://schema.org", |
| 298 | + "@type": "SoftwareApplication", |
| 299 | + "name": "odek", |
| 300 | + "applicationCategory": "DeveloperApplication", |
| 301 | + "operatingSystem": "Linux, macOS", |
| 302 | + "description": "The fastest, minimal Go autonomous agent runtime. One binary. One loop. Zero frameworks.", |
| 303 | + "url": "https://kode.21no.de", |
| 304 | + "downloadUrl": "https://github.com/BackendStack21/kode", |
| 305 | + "author": { |
| 306 | + "@type": "Organization", |
| 307 | + "name": "21no.de", |
| 308 | + "url": "https://21no.de" |
| 309 | + } |
| 310 | +} |
| 311 | +</script> |
284 | 312 | </head> |
285 | 313 | <body> |
286 | 314 |
|
|
0 commit comments