@tpsdev-ai/adk-flair 0.49.0 → 0.50.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.
- package/README.md +6 -0
- 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
|