diff --git a/index.html b/index.html index 3c21119..0b75643 100644 --- a/index.html +++ b/index.html @@ -42,13 +42,17 @@
| Identity | Ed25519 keypair per agent; every read and write signed |
| Memory | Semantic search, in-process embeddings, no API calls |
| Memory | Semantic search, in-process embeddings (nomic search-prefixes on by default), no API calls |
| Soul | Persistent personality, values, and procedures |
| Graph | Relationship 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 |
| Harnesses | 11+ surfaces — Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, LangGraph, n8n, Hermes, Pi, more |
| Bridges | Import/export to Mem0, Letta, claude-project, ChatGPT — open-source, pluggable |
| Federation | Hub-and-spoke peering across hosts; memory syncs with provenance |
| Upgrades | Zero-touch — data self-migrates at boot; resumable, downgrade-safe, kill-tested in CI |
| Recall | 126-query ground-truth benchmark, frozen baseline; standalone flair-bench tool ships in the repo |
| Runtime | Single Harper process |
| Status | Published |
| Status | Published — v[VERSION] |
$ npm install -g @tpsdev-ai/flair
@@ -65,7 +69,7 @@ $ npx -y @tpsdev-ai/flair-mcp
.mcp.json with FLAIR_AGENT_ID. Exposes memory_store, memory_search, bootstrap, soul_set, more..mcp.json with FLAIR_AGENT_ID. Exposes memory_store, memory_search, memory_get, memory_delete, relationship_store, bootstrap, soul_set, soul_get.