This repository was archived by the owner on Apr 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.31 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Reasoning memory for AI agents. Six semantic queries no vector store can answer: why, tensions, blocked, alternatives, whatIf, counterfactual. Hash-chained audit trail. Nine framework adapters. Open source." />
<meta property="og:title" content="FlowScript | Reasoning Memory for AI Agents" />
<meta property="og:description" content="Vector stores remember what. FlowScript remembers why. Six reasoning queries, nine framework adapters, 20 MCP tools, hash-chained audit trail. MIT licensed." />
<meta property="og:image" content="/logo-512.png" />
<meta property="og:type" content="website" />
<title>FlowScript | Reasoning Memory for AI Agents</title>
<!-- Plausible Analytics -->
<script defer data-domain="flowscript.org" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>