-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
20 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/agent-memory/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agent Memory - 智能体记忆系统</title>
<meta name="description" content="开源 AI Agent 记忆管理框架,为智能体提供持久化、可检索、上下文感知的记忆能力" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Exo+2:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/agent-memory/assets/index-DKYNE3pn.js"></script>
<link rel="stylesheet" crossorigin href="/agent-memory/assets/index-aPNVcVK4.css">
</head>
<body>
<div id="root"></div>
</body>
</html>