anda_brain 0.6.2

🧠 Anda Brain (大脑) — Autonomous Graph Memory for AI Agents
Documentation
<!doctype html>
<html lang="en">

<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>Anda Brain 大脑</title>
	<meta property="og:title" content="Anda Brain 大脑 — Autonomous Graph Memory for AI Agents" />
	<meta property="og:description" name="description"
		content="Anda Brain is a revolutionary memory service that empowers LLMs to autonomously construct and evolve a dynamic Knowledge Graph." />
	<meta property="og:type" content="website" />
	<meta property="og:url" content="https://brain.anda.ai" />
	<link rel="icon" type="image/x-icon" href="/favicon.ico?v=20260318" />
	<link rel="shortcut icon" href="/favicon.ico?v=20260318" />
	<link rel="apple-touch-icon" href="/apple-touch-icon.webp?v=20260318" />
	<style>
		body {
			margin: 0;
			padding: 0;
			width: 100%;
			text-autospace: normal;
		}

		pre {
			white-space: pre-wrap;
			word-break: break-word;
			font-family: Consolas, "Courier New", monospace;
			background-color: #f8f8f8;
			padding: 8px;
			border-radius: 8px;
			overflow-x: auto;
			box-sizing: border-box;
			margin: 16px 0;
			line-height: 1.5;
			font-size: 14px;
			color: #181818;
			border: 1px solid #f8f8f8;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
			transition: background-color 0.3s ease, border-color 0.3s ease;
		}

		pre code {
			display: block;
			overflow-wrap: normal;
			word-break: normal;
			white-space: pre;
			background: none;
			color: inherit;
			margin: 0;
			padding: 0;
			border-radius: 0;
			font-size: inherit;
		}

		#app-root {
			width: 100%;
			max-width: 768px;
			margin: 0 auto;
			padding: 16px;
			box-sizing: border-box;

			hr {
				border-top: 1px solid #e5e7eb;
				margin: 2em 0;
			}

			table {
				width: 100%;
				margin: 1em 0;
				background-color: #f8f8f8;
				border-collapse: collapse;
				border: 1px solid #f8f8f8;
				box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
				transition: background-color 0.3s ease, border-color 0.3s ease;
				border-radius: 8px;
				display: block;
				overflow-x: auto;
				white-space: nowrap;
			}

			table th,
			table td {
				padding: 8px 12px;
				border: 1px solid #e5e7eb;
				text-align: left;
			}

			table th {
				background-color: #f9fafb;
				font-weight: 600;
			}
		}
	</style>
</head>

<body data-sveltekit-preload-data="hover">
	<div id="app-root">%sveltekit.body%</div>
</body>

</html>