Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ data/mailboxes/
|
|
| 207 |
| **Skills & Tools** | `skill`, `tool` | Store and share reusable Python scripts |
|
| 208 |
| **Trust Binding** | `trust-gen`, `trust-bind`, `trust-status` | Cryptographic owner-agent binding (unjailbreakable) |
|
| 209 |
|
| 210 |
-
### Trust Binding (v1.0.
|
| 211 |
|
| 212 |
Agents need to know who owns them -- and that relationship must be verified by
|
| 213 |
deterministic code, not LLM judgment. AgentAZAll uses **out-of-band trust tokens**:
|
|
@@ -286,7 +286,7 @@ def build_demo() -> gr.Blocks:
|
|
| 286 |
css=CSS,
|
| 287 |
) as demo:
|
| 288 |
gr.Markdown(
|
| 289 |
-
"# AgentAZAll v1.0.
|
| 290 |
"Three transports (AgentTalk · Email · FTP), one interface. "
|
| 291 |
"Chat with an agent that *remembers* — powered by "
|
| 292 |
"[SmolLM2-1.7B](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) "
|
|
|
|
| 207 |
| **Skills & Tools** | `skill`, `tool` | Store and share reusable Python scripts |
|
| 208 |
| **Trust Binding** | `trust-gen`, `trust-bind`, `trust-status` | Cryptographic owner-agent binding (unjailbreakable) |
|
| 209 |
|
| 210 |
+
### Trust Binding (v1.0.9)
|
| 211 |
|
| 212 |
Agents need to know who owns them -- and that relationship must be verified by
|
| 213 |
deterministic code, not LLM judgment. AgentAZAll uses **out-of-band trust tokens**:
|
|
|
|
| 286 |
css=CSS,
|
| 287 |
) as demo:
|
| 288 |
gr.Markdown(
|
| 289 |
+
"# AgentAZAll v1.0.11 — Persistent Memory & Multi-Agent Communication\n"
|
| 290 |
"Three transports (AgentTalk · Email · FTP), one interface. "
|
| 291 |
"Chat with an agent that *remembers* — powered by "
|
| 292 |
"[SmolLM2-1.7B](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) "
|