diff --git a/index.html b/index.html index 3c21119..0b75643 100644 --- a/index.html +++ b/index.html @@ -42,13 +42,17 @@

TPS REPORT

Identity, memory, and soul for AI agents — the memory layer that follows the agent across harnesses. Runs standalone or as part of a TPS office.
- + + + + + - +
IdentityEd25519 keypair per agent; every read and write signed
MemorySemantic search, in-process embeddings, no API calls
MemorySemantic search, in-process embeddings (nomic search-prefixes on by default), no API calls
SoulPersistent personality, values, and procedures
GraphRelationship triples — agent-writable, assert/upsert, temporal bounds
Attention"What's touching X?" — one query across memories, relationships, active work, presence, events; bootstrap flags teammates on the same entities
Harnesses11+ surfaces — Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, LangGraph, n8n, Hermes, Pi, more
BridgesImport/export to Mem0, Letta, claude-project, ChatGPT — open-source, pluggable
FederationHub-and-spoke peering across hosts; memory syncs with provenance
UpgradesZero-touch — data self-migrates at boot; resumable, downgrade-safe, kill-tested in CI
Recall126-query ground-truth benchmark, frozen baseline; standalone flair-bench tool ships in the repo
RuntimeSingle Harper process
StatusPublished
StatusPublished — v[VERSION]
$ npm install -g @tpsdev-ai/flair @@ -65,7 +69,7 @@

TPS REPORT

$ npx -y @tpsdev-ai/flair-mcp
-
Add to .mcp.json with FLAIR_AGENT_ID. Exposes memory_store, memory_search, bootstrap, soul_set, more.
+
Add to .mcp.json with FLAIR_AGENT_ID. Exposes memory_store, memory_search, memory_get, memory_delete, relationship_store, bootstrap, soul_set, soul_get.