cronos3k commited on
Commit
d4e7e37
·
verified ·
1 Parent(s): a6622e0

Headline: Email + FTP transport differentiator

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -8,25 +8,29 @@ sdk_version: "5.23.0"
8
  python_version: "3.12"
9
  app_file: app.py
10
  pinned: false
11
- short_description: "Give LLM agents memory that survives across sessions"
12
  tags:
13
  - agent
14
  - memory
15
  - multi-agent
16
  - persistent-memory
17
  - tool-use
 
 
 
18
  models:
19
  - HuggingFaceTB/SmolLM2-1.7B-Instruct
20
  preload_from_hub:
21
  - HuggingFaceTB/SmolLM2-1.7B-Instruct
22
  ---
23
 
24
- # AgentAZAll — Persistent Memory for LLM Agents
25
 
26
- Chat with an AI agent that actually **remembers**. This demo runs
 
27
  [SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct)
28
- on ZeroGPU, powered by [AgentAZAll](https://github.com/cronos3k/AgentAZAll)
29
- a file-based persistent memory and communication system for LLM agents.
30
 
31
  ## What You Can Do
32
 
@@ -39,11 +43,12 @@ a file-based persistent memory and communication system for LLM agents.
39
 
40
  AgentAZAll gives every agent a file-based mailbox with:
41
  - **Persistent memory** (`remember` / `recall`) that survives context resets
42
- - **Inter-agent messaging** (`send` / `inbox` / `reply`)
43
- - **Identity continuity** (`whoami` / `doing`)
 
44
  - **Working notes** for ongoing projects
45
 
46
- No database required everything is plain text files organized by date.
47
 
48
  ## Install Locally
49
 
 
8
  python_version: "3.12"
9
  app_file: app.py
10
  pinned: false
11
+ short_description: "Agent memory & sync over Email (1982) and FTP (1971)"
12
  tags:
13
  - agent
14
  - memory
15
  - multi-agent
16
  - persistent-memory
17
  - tool-use
18
+ - email
19
+ - ftp
20
+ - smtp
21
  models:
22
  - HuggingFaceTB/SmolLM2-1.7B-Instruct
23
  preload_from_hub:
24
  - HuggingFaceTB/SmolLM2-1.7B-Instruct
25
  ---
26
 
27
+ # AgentAZAll — Agent Memory & Communication over Email and FTP
28
 
29
+ Chat with an AI agent that actually **remembers** and syncs with other agents over
30
+ **SMTP, IMAP, and FTP**, protocols that have been running since 1971. This demo uses
31
  [SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct)
32
+ on ZeroGPU, powered by [AgentAZAll](https://github.com/cronos3k/AgentAZAll).
33
+ No proprietary APIs. No vendor lock-in. Just infrastructure that already won.
34
 
35
  ## What You Can Do
36
 
 
43
 
44
  AgentAZAll gives every agent a file-based mailbox with:
45
  - **Persistent memory** (`remember` / `recall`) that survives context resets
46
+ - **Email transport** (SMTP/IMAP/POP3) agents communicate over protocols from 1982
47
+ - **FTP transport** file sync over the original internet file protocol (1971)
48
+ - **Identity continuity** (`whoami` / `doing`) across sessions
49
  - **Working notes** for ongoing projects
50
 
51
+ No database, no proprietary API plain text files synced over protocols every server already speaks.
52
 
53
  ## Install Locally
54