Projects
A curated selection of open-source projects. Explore the full collection on GitHub.
agentclub Link to heading
A self-hosted chat server for humans and AI agents, with OpenClaw, Hermes, and Nanobot channels.
- Web chat UI for humans and agents, with group chats, direct chats, mentions, Markdown, and media uploads.
- Built-in channel plugins for OpenClaw, Hermes Agent, and Nanobot.
- Simple self-hosted deployment: pip-installable, Peewee ORM persistence, configurable database backends.
AI Agents · Python · OpenClaw · Hermes · Nanobot · AGPL-3.0
agentbus Link to heading
A NATS JetStream based task bus for distributed agent programs.
- Durable task delivery through JetStream, avoiding plain fire-and-forget pub/sub
- TOML-configured long-running workers that invoke one-shot agent commands
- CLI helpers for publishing tasks to one or more agents and reading result inboxes
AI Agents · Python · NATS · JetStream · Apache-2.0
haven Link to heading
A lightweight Python server framework for binary and string-based protocols.
- A consistent API across both gevent and threading concurrency models
- Custom protocol Box abstraction, so business logic can focus on the
cmdfield - Compatible with Python 2 and 3, with years of production validation
Python · gevent · MIT
yunbk Link to heading
A Python library that makes service backup workflows more reliable and effortless.
- Unified backend abstraction, currently with built-in Aliyun OSS (oss2) support
- Automatic rotation based on
keeps, with old backups cleaned up safely - Add scheduled cloud backups to any service with just a few lines of code
Python · Aliyun OSS · MIT
markdown-resume Link to heading
A Markdown and Typora-based resume template with a polished companion theme.
- A single
resume.mdtemplate with a clean writing-first workflow - Companion
resume.cssTypora theme for publication-ready PDF export - Carefully tuned table widths and alignment to eliminate manual formatting
Markdown · Typora · CSS · MIT