Today's three picks all orbit developer workflows. One brings AI agents into enterprise chat tools, one is a maintained fork of MinIO, and one turns GitHub repo health into a ready-made report. All three showed up on Hacker News in the last two days, and the first two already have active discussion.

Channels SDK: agents as first-class members of Slack and Teams

An open-source SDK by CopilotKit that lets AI agents participate in Slack, Teams, Discord and Telegram as normal members. It is not just about posting text: agents can render interactive components such as buttons and forms right in the conversation, so users complete actions without leaving the chat window.

The project splits channels into four layers: adapters, interactions, deployment, and auth. The client code is MIT-licensed, and the runtime deploys to CopilotKit Cloud or can be self-hosted. One HN commenter pointed out that only the client side is fully open source, while the server runtime is closed and license-gated, something to consider before self-hosting. The project launched on July 16 and already has 642 stars on GitHub. Teams wiring internal agents into enterprise IM should take a look.

Silo: a Pigsty-maintained MinIO fork

Silo is an S3-compatible object storage project maintained by the Pigsty team, forked from MinIO. Many teams want to avoid MinIO's commercial edition, but the community version moves slowly and issues pile up. Silo aims to fix exactly that: it resolves long-standing bugs, keeps a transparent release cadence, and ships honest migration reports.

The name fits an S3 project nicely. It suits teams that want self-hosted storage without vendor lock-in. It scored 20 points on HN, with few comments but a clear direction.

Gitdebt: one-click GitHub repo health reports

Type in a GitHub repo URL and Gitdebt produces a live health report: star history, file change frequency, contributor distribution, bus factor, fix-labelled issue trends, and package usage, all in one view.

When you are evaluating an open-source project and want to know quickly whether it is actively maintained or has single-point risk, this beats stitching the data together from the GitHub API yourself. It went up on HN today with no comments yet, but the positioning is clear.

Wrap-up

The three projects cover agent integration, object storage, and open-source evaluation. Channels SDK suits teams shipping agents, Silo fits self-hosted storage, and Gitdebt helps anyone who works with GitHub daily.