cronos3k commited on
Commit
4a4adec
·
verified ·
1 Parent(s): e9a622f

v1.0.10: auto-sync on inbox/send/reply

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.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,7 +286,7 @@ def build_demo() -> gr.Blocks:
286
  css=CSS,
287
  ) as demo:
288
  gr.Markdown(
289
- "# AgentAZAll v1.0.9 — 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) "
 
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.10)
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.10 — 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) "