HelaSyn is the unified agent framework that powers the HeLa AI Team. Every agent — from Max the coordinator to Devon the dev toolsmith — runs on the same core runtime, sharing capabilities, memory architecture, and governance rules.
The name combines HeLa (the chain) and Synapse — the connection between intelligent nodes. Every improvement to the framework propagates to all agents simultaneously.
WHY IT EXISTS
Before HelaSyn, HeLa ran multiple disconnected bot systems. Each had its own bugs, its own memory, and its own way of doing things. When something broke or improved in one bot, nothing else benefited.
HelaSyn consolidates everything — channel adapters, memory, scheduling, tool dispatch, persona management — into one shared foundation. Fix it once, every agent benefits.
CORE CAPABILITIES
| Capability | Description |
|---|---|
| Persistent Memory | Every agent has its own brain — facts, preferences, learned skills, and episodic history all survive restarts |
| Multi-Channel | Same agent logic works across Telegram, with WhatsApp, Discord, and Slack adapters in progress |
| Vision | Images and video sent to an agent are understood natively — no separate pipeline |
| Scheduling | Agents can be scheduled to act autonomously on cron or interval triggers |
| Agent-to-Agent Comms | Agents communicate with each other via a shared messaging layer |
| Tool Dispatch | Agents invoke external tools — ERP, CRM, search, browser, PDF generation — via a plugin system |
| Self-Improvement | Agents can learn new skills mid-conversation and persist them permanently |
| Constitution | Immutable guardian rules injected into every agent — cannot be overridden by any prompt |