LIUQIHANG commited on
Commit ·
a94e915
1
Parent(s): 3abdca7
Epocode AI Memory Operating System landing page
Browse files- README.md +4 -4
- index.html +10 -37
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
app_file: index.html
|
|
@@ -9,7 +9,7 @@ pinned: false
|
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
Production AI memory cloud service with 27 MCP tools, knowledge graph, tetrahedral space encoding, and energy conservation.
|
| 15 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Epocode - AI Memory Operating System
|
| 3 |
+
emoji: "\U0001F9E0"
|
| 4 |
+
colorFrom: gold
|
| 5 |
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
app_file: index.html
|
|
|
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Epocode - AI Memory Operating System
|
| 13 |
|
| 14 |
Production AI memory cloud service with 27 MCP tools, knowledge graph, tetrahedral space encoding, and energy conservation.
|
| 15 |
|
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<style>
|
| 8 |
* { margin: 0; padding: 0; box-sizing: border-box; }
|
| 9 |
body {
|
|
@@ -122,21 +122,9 @@ h1 span { color: #FFD700; }
|
|
| 122 |
padding-top: 2rem;
|
| 123 |
border-top: 1px solid rgba(255,255,255,0.06);
|
| 124 |
}
|
| 125 |
-
.stat {
|
| 126 |
-
|
| 127 |
-
}
|
| 128 |
-
.stat-val {
|
| 129 |
-
font-size: 1.5rem;
|
| 130 |
-
font-weight: 600;
|
| 131 |
-
color: #FFD700;
|
| 132 |
-
}
|
| 133 |
-
.stat-label {
|
| 134 |
-
font-size: 0.75rem;
|
| 135 |
-
color: #666;
|
| 136 |
-
text-transform: uppercase;
|
| 137 |
-
letter-spacing: 0.1em;
|
| 138 |
-
margin-top: 4px;
|
| 139 |
-
}
|
| 140 |
.features {
|
| 141 |
display: grid;
|
| 142 |
grid-template-columns: repeat(3, 1fr);
|
|
@@ -152,30 +140,15 @@ h1 span { color: #FFD700; }
|
|
| 152 |
padding: 1.2rem;
|
| 153 |
text-align: left;
|
| 154 |
}
|
| 155 |
-
.feat-icon {
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
}
|
| 159 |
-
.feat-title {
|
| 160 |
-
font-size: 0.85rem;
|
| 161 |
-
font-weight: 600;
|
| 162 |
-
color: #ccc;
|
| 163 |
-
margin-bottom: 4px;
|
| 164 |
-
}
|
| 165 |
-
.feat-desc {
|
| 166 |
-
font-size: 0.75rem;
|
| 167 |
-
color: #777;
|
| 168 |
-
line-height: 1.5;
|
| 169 |
-
}
|
| 170 |
.footer {
|
| 171 |
margin-top: 3rem;
|
| 172 |
font-size: 0.75rem;
|
| 173 |
color: #444;
|
| 174 |
}
|
| 175 |
-
.footer a {
|
| 176 |
-
color: #888;
|
| 177 |
-
text-decoration: none;
|
| 178 |
-
}
|
| 179 |
.footer a:hover { color: #FFD700; }
|
| 180 |
@media (max-width: 640px) {
|
| 181 |
h1 { font-size: 2rem; }
|
|
@@ -192,11 +165,11 @@ h1 span { color: #FFD700; }
|
|
| 192 |
<div class="tag">AI Memory Operating System</div>
|
| 193 |
<h1>让AI的身份跨越<br>每一次<span>重启</span></h1>
|
| 194 |
<p class="subtitle">
|
| 195 |
-
|
| 196 |
27 MCP tools, tetrahedral space encoding, knowledge graph, and energy conservation physics.
|
| 197 |
</p>
|
| 198 |
<a href="https://epocode.cn" target="_blank" rel="noopener" class="cta">
|
| 199 |
-
Enter
|
| 200 |
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
|
| 201 |
</a>
|
| 202 |
<div class="stats">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Epocode - AI Memory Operating System</title>
|
| 7 |
<style>
|
| 8 |
* { margin: 0; padding: 0; box-sizing: border-box; }
|
| 9 |
body {
|
|
|
|
| 122 |
padding-top: 2rem;
|
| 123 |
border-top: 1px solid rgba(255,255,255,0.06);
|
| 124 |
}
|
| 125 |
+
.stat { text-align: center; }
|
| 126 |
+
.stat-val { font-size: 1.5rem; font-weight: 600; color: #FFD700; }
|
| 127 |
+
.stat-label { font-size: 0.75rem; color: #666; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
.features {
|
| 129 |
display: grid;
|
| 130 |
grid-template-columns: repeat(3, 1fr);
|
|
|
|
| 140 |
padding: 1.2rem;
|
| 141 |
text-align: left;
|
| 142 |
}
|
| 143 |
+
.feat-icon { font-size: 1.3rem; margin-bottom: 0.5rem; }
|
| 144 |
+
.feat-title { font-size: 0.85rem; font-weight: 600; color: #ccc; margin-bottom: 4px; }
|
| 145 |
+
.feat-desc { font-size: 0.75rem; color: #777; line-height: 1.5; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
.footer {
|
| 147 |
margin-top: 3rem;
|
| 148 |
font-size: 0.75rem;
|
| 149 |
color: #444;
|
| 150 |
}
|
| 151 |
+
.footer a { color: #888; text-decoration: none; }
|
|
|
|
|
|
|
|
|
|
| 152 |
.footer a:hover { color: #FFD700; }
|
| 153 |
@media (max-width: 640px) {
|
| 154 |
h1 { font-size: 2rem; }
|
|
|
|
| 165 |
<div class="tag">AI Memory Operating System</div>
|
| 166 |
<h1>让AI的身份跨越<br>每一次<span>重启</span></h1>
|
| 167 |
<p class="subtitle">
|
| 168 |
+
Epocode is a production AI memory cloud — persistent, searchable, connected memory for AI agents.
|
| 169 |
27 MCP tools, tetrahedral space encoding, knowledge graph, and energy conservation physics.
|
| 170 |
</p>
|
| 171 |
<a href="https://epocode.cn" target="_blank" rel="noopener" class="cta">
|
| 172 |
+
Enter Epocode
|
| 173 |
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
|
| 174 |
</a>
|
| 175 |
<div class="stats">
|