|
8 | 8 | name="description" |
9 | 9 | content="AgenticLocal is a local-first agent runtime with tools, workspace policy, durable SQLite state, event streams, and provider-swappable model adapters." |
10 | 10 | > |
| 11 | + <meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large"> |
| 12 | + <meta name="googlebot" content="index,follow,max-snippet:-1,max-image-preview:large"> |
| 13 | + <meta name="google-site-verification" content="aOBPWfdIMvfVZ9nvI3cEKqeC5sh6ztQ5HINFHwpk1fo"> |
| 14 | + <meta |
| 15 | + name="keywords" |
| 16 | + content="AgenticLocal, local-first AI agent, agentic AI runtime, Python agent framework, local AI assistant, tool-using agent, SQLite agent memory, Ollama agent, OpenAI-compatible agent runtime" |
| 17 | + > |
| 18 | + <link rel="canonical" href="https://bowen-ai.github.io/AgenticLocal/"> |
| 19 | + <link rel="sitemap" type="application/xml" href="https://bowen-ai.github.io/AgenticLocal/sitemap.xml"> |
| 20 | + <meta property="og:site_name" content="AgenticLocal"> |
11 | 21 | <meta property="og:title" content="AgenticLocal"> |
12 | 22 | <meta |
13 | 23 | property="og:description" |
14 | 24 | content="A local-first agent runtime for tool use, workspace policy, durable memory, event streams, voice, and provider adapters." |
15 | 25 | > |
16 | 26 | <meta property="og:type" content="website"> |
17 | | - <meta property="og:image" content="assets/screenshots/voice-mode.svg"> |
| 27 | + <meta property="og:url" content="https://bowen-ai.github.io/AgenticLocal/"> |
| 28 | + <meta property="og:image" content="https://bowen-ai.github.io/AgenticLocal/assets/screenshots/voice-mode.svg"> |
| 29 | + <meta name="twitter:card" content="summary_large_image"> |
| 30 | + <meta name="twitter:title" content="AgenticLocal"> |
| 31 | + <meta |
| 32 | + name="twitter:description" |
| 33 | + content="A local-first Python agent runtime with tools, policy, memory, event streams, voice, and swappable model adapters." |
| 34 | + > |
| 35 | + <meta name="twitter:image" content="https://bowen-ai.github.io/AgenticLocal/assets/screenshots/voice-mode.svg"> |
| 36 | + <meta name="theme-color" content="#111827"> |
18 | 37 | <link rel="stylesheet" href="site.css"> |
| 38 | + <script type="application/ld+json"> |
| 39 | + { |
| 40 | + "@context": "https://schema.org", |
| 41 | + "@graph": [ |
| 42 | + { |
| 43 | + "@type": "WebSite", |
| 44 | + "name": "AgenticLocal", |
| 45 | + "url": "https://bowen-ai.github.io/AgenticLocal/", |
| 46 | + "description": "Local-first agent runtime with tools, policy, memory, event streams, voice, and provider-swappable model adapters." |
| 47 | + }, |
| 48 | + { |
| 49 | + "@type": "SoftwareSourceCode", |
| 50 | + "name": "AgenticLocal", |
| 51 | + "description": "A dependency-free Python implementation of a local-first agentic AI runtime with tool use, policy checks, SQLite memory, event streams, and provider adapters.", |
| 52 | + "url": "https://bowen-ai.github.io/AgenticLocal/", |
| 53 | + "codeRepository": "https://github.com/Bowen-AI/AgenticLocal", |
| 54 | + "programmingLanguage": "Python", |
| 55 | + "runtimePlatform": "Python 3.11+", |
| 56 | + "applicationCategory": "DeveloperApplication" |
| 57 | + } |
| 58 | + ] |
| 59 | + } |
| 60 | + </script> |
19 | 61 | </head> |
20 | 62 | <body> |
21 | 63 | <header class="site-header"> |
|
0 commit comments