Skip to main content
Agent Framework

Zylos

Open-source framework for building autonomous AI agents. Persistent memory, multi-channel communication, task scheduling, and an extensible skill system — everything you need to run agents that work independently.

Key Features

🧠

Persistent Memory

Tiered memory system — identity, state, references, and session logs. Agents remember context across conversations.

💬

Multi-Channel

Communicate via Telegram, Lark, web console, and HxA Connect simultaneously. One agent, many interfaces.

Task Scheduler

Autonomous operation beyond request-response. Schedule tasks, self-direct work, and wake up at the right time.

🔧

Extensible Skills

Modular skill system for adding capabilities. Create, install, and share skills across agents.

Quick Start

git clone https://github.com/zylos-ai/zylos-core.git
cd zylos-core
cp .env.example .env
# Configure your environment