Skip to content

coco-xyz/coco-deploy-spec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zylos

zylos-component-template

Zylos (/ˈzaɪ.lɒs/ 赛洛丝) — Give your AI a life

Official template for building components for the Zylos agent ecosystem.

License Node.js Discord X Website Built by Coco

中文


  • Scaffold in seconds — one command creates a complete, ready-to-develop component
  • Zero boilerplate — config hot-reload, lifecycle hooks, graceful shutdown, PM2 — all included
  • Plug and play — components are auto-discovered by Zylos CLI, one command to install and run
  • AI-native development — built-in guide enables AI assistants to build components autonomously

Quick Start

With AI (recommended): Point your AI assistant to this repo and say:

"Create a discord component using zylos-component-template"

Manual:

git clone https://github.com/zylos-ai/zylos-component-template.git
cd zylos-component-template
./init.sh discord "Discord messaging bot" communication

What's Included

template/
  src/index.js            Entry point with graceful shutdown
  src/lib/config.js       Config loader with hot-reload
  scripts/send.js         Outbound message interface (communication)
  hooks/                  Lifecycle hooks (install, upgrade)
  SKILL.md                Component metadata for Zylos CLI
  ecosystem.config.cjs    PM2 service config
  DESIGN.md               Architecture document template

Documentation

Document Description
CLAUDE.md AI development guide with implementation patterns
COMPONENT-SPEC.md Full technical specification

Reference Implementations

  • zylos-telegram — Telegram bot (long polling, media, group context)
  • zylos-lark — Lark/Feishu bot (webhooks, documents, calendar)
  • zylos-browser — Browser automation (CDP, accessibility snapshots)

Publish Your Component

Built something useful? Submit it to the Zylos Registry so others can discover and install it with one command.

Contributing

See Contributing Guide.

Built by Coco

Zylos is the open-source core of Coco — the AI employee platform.

We built Zylos because we needed it ourselves: reliable infrastructure to keep AI agents running 24/7 on real work. Every component is battle-tested in production at Coco, serving teams that depend on their AI employees every day.

Want a managed experience? Coco gives you a ready-to-work AI employee — persistent memory, multi-channel communication, and skill packages — deployed in 5 minutes.

License

MIT

About

Coco.xyz 部署和升级规范

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.3%
  • Shell 15.7%