iia-arg/dsh-plugins

iia-arg★ 1JavaScript最后同步: 2026-08-21

在 GitHub 打开

Community plugins for DeepSeek Harness — starting with a Telegram channel the harness does not ship

README 摘要

dsh-plugins Community plugins for DeepSeek Harness, written and used in production on our own agent fleet. The harness is a capable chassis with an unusually clean plugin model — and a few sharp edges where a failure looks exactly like a success. Everything here was written because the product does not ship it, and every non-obvious line carries a comment explaining what went wrong before that line existed. Plugins Package What it does telegram-multiagent Talk to your agent from Telegram. One shared module, per-agent config. Text and voice, whitelist, per-chat sessions, optional file-based agent-to-agent channel. voice-stack Local speech recognition on the machine's GPU — the agent hears voice messages without sending audio to anyone's cloud. Not a plugin: a service with a one-line command contract. omega-memory Long-term memory for agents, on your machine: service account model, systemd unit, and the wiring that actually reaches the agent. oom-watch Learn when the memory limit killed your agent. Reads the kernel journal, not the cgroup counter that resets on restart. Not a plugin: a systemd timer. More will land here as we build them. One repository, several packages — a separate …

在 GitHub 查看完整 README →
工具/开发ai-agentsdeepseek-harnessdsh-plugintelegramagent

分类