@tpsdev-ai/adk-flair 0.49.0 → 0.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,6 +89,12 @@ server.start();
89
89
 
90
90
  All values can also be passed directly to the constructor.
91
91
 
92
+ Hosted Flair (non-localhost `FLAIR_URL`) uses the same Ed25519 triple as the
93
+ Python package — agent id, keyfile, server-side `Agent` row with a matching
94
+ public key. A 404 on `GET`/`PUT /Memory/{id}` is fail-closed ownership, not
95
+ an existence signal. Walkthrough:
96
+ [docs/integrations.md — Hosted Flair auth](../../docs/integrations.md#hosted-flair-auth--your-agent-got-a-404).
97
+
92
98
  ## Architecture
93
99
 
94
100
  ### Scope model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/adk-flair",
3
- "version": "0.49.0",
3
+ "version": "0.51.0",
4
4
  "description": "Flair memory backend for Google ADK — self-hosted, federated, portable agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",