frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)

https://github.com/CopilotKit/channels-sdk
37•davidmckayv•59m ago•5 comments

Show HN: I spent 2 years designing a mechanical Magic Keyboard

https://electronicmaterialsoffice.com/
138•aemerson_•2h ago•87 comments

Show HN: Silo – S3-compatible object storage, a maintained fork of MinIO

https://silo.pgsty.com
7•Vonng•1h ago•0 comments

Show HN: See every Google ad any company is running (free, no signup)

https://vaytric.com/google-ads-lookup/
4•tradi3•1h ago•2 comments

Show HN: Photo to Video AI – Animate a photo with a motion prompt

https://www.phototovideo-ai.net/
2•zduoduo•2h ago•0 comments

Show HN: FormLab, a no-signup formulation lab notebook in the browser

https://lab.formvix.com/
3•juliu1980•3h ago•0 comments

Show HN: Science for Kids

https://science.ocaho.com/
4•rahimnathwani•3h ago•0 comments

Show HN: A terminal glued to the macOS dock

https://github.com/palamim/starboard
10•leopalamim•6h ago•3 comments

Show HN: How will the Aug 12 eclipse look like from your address?

https://eclipse2026times.com/
4•cpcdoy•4h ago•2 comments

Show HN: Wallfacer – A terminal session manager for Claude Code, and more

https://github.com/pradipta/wallfacer
31•pradiptasarma•13h ago•20 comments

Show HN: demake – one source project compiles to any retro game console ROM

https://geosona.com/demake/
33•gste•5h ago•8 comments

Show HN: QR codes where your photo is the code, not pasted on top

https://sqr.art
2•mikaelcarlavan•6h ago•5 comments

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
613•automatoney•2d ago•99 comments

Show HN: HUD, an open-source minimal terminal UI for ClaudeCode, Codex, OpenCode

https://github.com/adrida/hud-mode
23•adam_rida•1d ago•1 comments

Show HN: My receipt printer prints an original artwork every morning

https://github.com/matt-w-horn/morningprint
22•spectraldrift•21h ago•6 comments

Show HN: S3mini v1 – Tiny and fast S3 client, no-deps, for Node, Bun, Cloudflare

https://codeberg.org/thinking_tools/s3mini
4•Peter_J•9h ago•0 comments

Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
168•edwardbzhang•1d ago•51 comments

Show HN: ClickBench Playground – a playground for 110 database systems

https://benchmark.clickhouse.com/playground/
21•zX41ZdbW•22h ago•5 comments

Show HN: Modern Browsers Don't Need the Cookie Anymore

https://kuber.studio/cookie/
19•kuberwastaken•1d ago•25 comments

Show HN: Fine-tune an 8B model on a 4 GB laptop GPU

https://github.com/MakazhanAlpamys/Soup
134•MakazhanAlpamys•2d ago•28 comments

Show HN: An AI agent that trades inside limits you set, starting on paper

https://quantsignals.xyz/fst
15•henryzhangpku•1d ago•7 comments

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

https://github.com/leonickson1/Swiftlet
310•leonickson•3d ago•139 comments

Show HN: Humor Arena – Which frontier model is funniest?

https://laugh.so/benchmark/
8•killiandunne1•17h ago•5 comments

Show HN: SIMD Viterbi Decoder in Rust

https://github.com/brian-armstrong/fec
63•brian-armstrong•1d ago•11 comments

Show HN: ssh ssh.place

https://ssh.place
182•jeninh•3d ago•119 comments

Show HN: Sift – MCP aggregator that exposes 2 tools instead of hundreds

https://github.com/Narasimha1997/sift
4•Narasimha1997•13h ago•0 comments

Show HN: Elevators

https://john.fun/elevators
1668•Jrh0203•6d ago•413 comments

Show HN: Arxid – keyed, non-enumerable ID obfuscation

https://github.com/lucasolopes/arxid
7•byolopes•1d ago•0 comments

Show HN: Diffing Binary Files

https://withkord.com/diff
17•wennyyustalim•1d ago•5 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
192•emilesilvis•6d ago•91 comments
Open in hackernews

Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)

https://github.com/CopilotKit/channels-sdk
37•davidmckayv•59m ago

Comments

mikeryan52•32m ago
Hi folks! I'm one of the engineers working on the Channels SDK. This is our first public release. Our emphasis has been on making agents act like natural participants in Slack and Teams, while letting them generate UI along the way. It's built on top of AG-UI, so any agent that emits AG-UI can be brought to Slack or Teams.

We've been dogfooding this internally and have seen a surge of tiny, task-specific agents enter our channels. A lunchbot agent wraps the DoorDash CLI to handle office lunch orders, a pupfood agent wraps the Pup and GitHub CLIs to do incident triage, and a chadbot generates marketing videos on demand from GitHub PRs. We've got even more that compose PostHog, Notion, Linear, and other internal tools we use.

I had previously been pretty hot about bringing agents to the web, but I'm increasingly convinced that chat interfaces are the most natural home for useful agents.

Happy to answer any questions about our approach here!

wiradikusuma•29m ago
I saw WhatsApp listed but I can't find how the integration works?
mikeryan52•17m ago
WhatsApp is only supported on the open-source side of the SDKs right now. Full support for WhatsApp in the hosted service is on the roadmap. Point your agent at github.com/copilotkit/copilotkit, where the Channels SDKs live, and it should be able to pick it up.
chengyongru•24m ago
I dont think it s really open source, the MIT part is just the client. The service that actually makes it run is closed and license-gated.
mikeryan52•12m ago
Not necessarily wrong, but that's just a maturity problem on our end right now. We're aiming to take the same approach as our web SDKs: it works great for open-source deployments and works even better with Enterprise Intelligence. We had some back-and-forth over webhook vs. WebSocket in the last two weeks that caused some churn on our side.

If you point your agent at our SDKs, they should help you use the Slack or Teams adapters directly without leveraging the hosted service: https://github.com/CopilotKit/CopilotKit/tree/main/packages/...

Delivering AG-UI with generative UI to Slack and Teams should work great with the open-source packages. We'll make these interfaces better and more intuitive.