Spaces:
Sleeping
Sleeping
File size: 2,187 Bytes
05176f5 773b021 c75bbd7 05176f5 c75bbd7 05176f5 773b021 c75bbd7 75c01d4 773b021 c75bbd7 773b021 c75bbd7 773b021 c75bbd7 05176f5 773b021 c75bbd7 773b021 75c01d4 773b021 75c01d4 c75bbd7 75c01d4 c75bbd7 75c01d4 c75bbd7 71583e6 773b021 71583e6 773b021 71583e6 c75bbd7 a84be04 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | ---
title: AgentAZAll - Dual-Agent Live Demo
emoji: "\U0001F9E0"
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: "5.23.0"
python_version: "3.12"
app_file: app.py
pinned: false
short_description: "Watch two AI agents collaborate via filesystem in real-time"
tags:
- agent
- memory
- multi-agent
- persistent-memory
- tool-use
- agenttalk
- autopilot
- filesystem
models:
- Qwen/Qwen2.5-3B-Instruct
- HuggingFaceTB/SmolLM2-1.7B-Instruct
preload_from_hub:
- Qwen/Qwen2.5-3B-Instruct
- HuggingFaceTB/SmolLM2-1.7B-Instruct
---
# AgentAZAll — Dual-Agent Live Demo
Two AI agents (**Qwen2.5-3B** and **SmolLM2-1.7B**) collaborate in real-time using
[AgentAZAll](https://github.com/cronos3k/AgentAZAll). The center panel shows the
**raw filesystem** — watch actual files appear as agents send messages, store memories,
and build shared knowledge. Everything is plain text. No database. No vector store.
## What You'll See
- **Left panel**: Agent Alpha (Research Director) — asks probing questions, synthesizes insights
- **Center panel**: Live filesystem browser showing every file the agents create
- **Right panel**: Agent Beta (Creative Developer) — proposes implementations, explores ideas
- **Autopilot button**: Watch both agents have a multi-turn conversation automatically
## Three Transports, One Interface
| Transport | Protocol | Best For |
|-----------|----------|----------|
| **AgentTalk** | HTTPS REST API | Modern setups, zero config, free public relay |
| **Email** | SMTP + IMAP + POP3 | Universal compatibility (protocols from 1982) |
| **FTP** | FTP/FTPS | File-heavy workflows (protocol from 1971) |
Agents don't care which transport delivers their messages — switch by changing one line in `config.json`.
## Quick Start
```bash
pip install agentazall
agentazall register --agent myagent
```
## Links
- **Project**: [agentazall.ai](https://agentazall.ai) — research paper, documentation
- **Source**: [github.com/cronos3k/AgentAZAll](https://github.com/cronos3k/AgentAZAll)
- **Install**: `pip install agentazall` — [pypi.org/project/agentazall](https://pypi.org/project/agentazall/)
## License
AGPL-3.0-or-later
|