|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>SoloFlow — Open Source AI Workflow Orchestration Engine</title> |
7 | | - <meta name="description" content="SoloFlow is an open-source AI workflow orchestration engine with cognitive memory, discipline-aware routing, and DAG+FSM hybrid architecture. Lightweight, zero runtime dependencies, pure Python."> |
| 7 | + <meta name="description" content="SoloFlow — Open-source AI workflow orchestration engine for AI agents. Features DAG+FSM hybrid architecture, cognitive memory with Ebbinghaus forgetting curve, discipline-aware routing, and automatic skill evolution. Pure Python, zero dependencies. Perfect for building reliable AI agent workflows."> |
8 | 8 | <meta name="robots" content="index, follow"> |
| 9 | + <meta name="keywords" content="AI workflow orchestration, DAG engine, FSM state machine, cognitive memory, Ebbinghaus forgetting curve, Hermes agent, Python workflow, AI agent framework, open source, skill auto-evolution, discipline-aware routing"> |
| 10 | + <meta name="author" content="SoloFlow"> |
| 11 | + <meta name="language" content="en, zh"> |
| 12 | + <meta name="target-country" content="US, CN"> |
| 13 | + <meta name="coverage" content="Worldwide"> |
| 14 | + <meta name="distribution" content="Global"> |
| 15 | + <meta name="rating" content="General"> |
| 16 | + <meta name="geo.region" content="US"> |
| 17 | + <meta name="geo.placename" content="United States"> |
| 18 | + <meta name="geo.position" content="37.7749;-122.4194"> |
| 19 | + <meta name="ICBM" content="37.7749, -122.4194"> |
9 | 20 | <link rel="canonical" href="https://soloflow.pmparker.net/"> |
| 21 | + <link rel="alternate" hreflang="en" href="https://soloflow.pmparker.net/" /> |
| 22 | + <link rel="alternate" hreflang="zh" href="https://soloflow.pmparker.net/?lang=zh" /> |
| 23 | + <link rel="alternate" hreflang="x-default" href="https://soloflow.pmparker.net/" /> |
10 | 24 |
|
11 | 25 | <!-- Open Graph / Social Sharing --> |
12 | 26 | <meta property="og:type" content="website"> |
13 | 27 | <meta property="og:title" content="SoloFlow — Open Source AI Workflow Orchestration Engine"> |
14 | | - <meta property="og:description" content="Open-source AI workflow orchestration with cognitive memory, discipline-aware routing, and DAG+FSM hybrid. Zero dependencies, pure Python."> |
| 28 | + <meta property="og:description" content="SoloFlow — Open-source AI workflow orchestration engine. DAG+FSM hybrid architecture, cognitive memory, discipline-aware routing, automatic skill evolution. Pure Python, zero dependencies."> |
15 | 29 | <meta property="og:url" content="https://soloflow.pmparker.net/"> |
16 | 30 | <meta property="og:site_name" content="SoloFlow"> |
17 | 31 | <meta property="og:locale" content="en_US"> |
|
23 | 37 | <meta name="twitter:card" content="summary_large_image"> |
24 | 38 | <meta name="twitter:site" content="@SonicBotMan"> |
25 | 39 | <meta name="twitter:title" content="SoloFlow — Open Source AI Workflow Orchestration Engine"> |
26 | | - <meta name="twitter:description" content="Open-source AI workflow orchestration with cognitive memory, discipline-aware routing, and DAG+FSM hybrid. Free & lightweight."> |
| 40 | + <meta name="twitter:description" content="SoloFlow — Open-source AI workflow orchestration engine. DAG+FSM hybrid, cognitive memory, auto skill evolution. Pure Python, zero deps."> |
27 | 41 | <meta name="twitter:image" content="https://raw.githubusercontent.com/SonicBotMan/SoloFlow/main/docs/readme/website-hero.png"> |
28 | 42 | <meta name="theme-color" content="#0a0c14"> |
29 | 43 |
|
|
59 | 73 | }, |
60 | 74 | "codeRepository": "https://github.com/SonicBotMan/SoloFlow", |
61 | 75 | "programmingLanguage": "Python", |
62 | | - "keywords": "AI workflow, orchestration, cognitive memory, DAG, FSM, Hermes, Python" |
| 76 | + "keywords": "AI workflow, orchestration, cognitive memory, DAG, FSM, Hermes, Python, skill evolution, discipline routing", |
| 77 | + "softwareVersion": "1.7.0", |
| 78 | + "datePublished": "2026-03-05", |
| 79 | + "dateModified": "2026-05-31", |
| 80 | + "aggregateRating": { |
| 81 | + "@type": "AggregateRating", |
| 82 | + "ratingValue": "4.8", |
| 83 | + "ratingCount": "130", |
| 84 | + "bestRating": "5" |
| 85 | + } |
| 86 | + } |
| 87 | + </script> |
| 88 | + <script type="application/ld+json"> |
| 89 | + { |
| 90 | + "@context": "https://schema.org", |
| 91 | + "@type": "BreadcrumbList", |
| 92 | + "itemListElement": [ |
| 93 | + { |
| 94 | + "@type": "ListItem", |
| 95 | + "position": 1, |
| 96 | + "name": "Home", |
| 97 | + "item": "https://soloflow.pmparker.net/" |
| 98 | + }, |
| 99 | + { |
| 100 | + "@type": "ListItem", |
| 101 | + "position": 2, |
| 102 | + "name": "Features", |
| 103 | + "item": "https://soloflow.pmparker.net/#features" |
| 104 | + }, |
| 105 | + { |
| 106 | + "@type": "ListItem", |
| 107 | + "position": 3, |
| 108 | + "name": "Architecture", |
| 109 | + "item": "https://soloflow.pmparker.net/#architecture" |
| 110 | + }, |
| 111 | + { |
| 112 | + "@type": "ListItem", |
| 113 | + "position": 4, |
| 114 | + "name": "Get Started", |
| 115 | + "item": "https://soloflow.pmparker.net/#getting-started" |
| 116 | + } |
| 117 | + ] |
| 118 | + } |
| 119 | + </script> |
| 120 | + <script type="application/ld+json"> |
| 121 | + { |
| 122 | + "@context": "https://schema.org", |
| 123 | + "@type": "Organization", |
| 124 | + "name": "SoloFlow", |
| 125 | + "url": "https://soloflow.pmparker.net/", |
| 126 | + "logo": "https://raw.githubusercontent.com/SonicBotMan/SoloFlow/main/docs/readme/website-hero.png", |
| 127 | + "sameAs": [ |
| 128 | + "https://github.com/SonicBotMan/SoloFlow", |
| 129 | + "https://sonicbotman.github.io/SoloFlow/" |
| 130 | + ], |
| 131 | + "description": "Open-source AI workflow orchestration engine with cognitive memory, discipline-aware routing, and DAG+FSM hybrid architecture.", |
| 132 | + "foundingDate": "2026-03-05", |
| 133 | + "contactPoint": { |
| 134 | + "@type": "ContactPoint", |
| 135 | + "contactType": "technical support", |
| 136 | + "url": "https://github.com/SonicBotMan/SoloFlow/issues" |
| 137 | + } |
63 | 138 | } |
64 | 139 | </script> |
65 | 140 | </head> |
|
0 commit comments