hatchmoment. scored by care · not by stars

harbor

Harbor: a local‑first personal agent framework for chat and task automation

notablePython⚙ Backend & APIs

Harbor lets you run a self‑hosted personal assistant that routes messages from sources like WeChat into a file‑based queue, then processes them with pluggable workers. It uses a simple JSON file system for inbox/outbox handling, making it easy to extend with custom bridges or AI workers. Ideal for hobbyists or small‑team setups needing a lightweight, configurable automation hub. Its clear separation of adapters and core logic offers more flexibility than monolithic chatbot scripts.

View on GitHub →

Jc031C/harbor