frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pigeon, a signed Pass for what a sub-agent may do

https://github.com/pigeonlabsHQ/pigeon
1•pigeonlabshq•6m ago•0 comments

Uptime – A hard tech thriller grounded in real system engineering

https://mybook.to/uptime
1•fiberfault•7m ago•0 comments

Show HN: Wayfinder – A reference implementation for evaluating AI applications

https://github.com/DivakarUngatla/wayfinder
1•divakarungatla•8m ago•0 comments

Turn any X post into a vertical video

https://reyoy.com/
1•dylan_builds•9m ago•0 comments

Blink – E-commerce platform where you shop through video reels

https://reel-shop--bhaasmmm1234.replit.app
2•Bahaa_BLINK•10m ago•0 comments

I Changed My License

https://bergie.iki.fi/blog/eupl/
7•jllyhill•14m ago•2 comments

Runtipi: Homeserver Management Made Easy

https://runtipi.io/
1•routeroff•15m ago•0 comments

Photosystem II Complex: Nature's Most Brutal 'Battery' (Superoxidizing Force)

https://www.reddit.com/r/genomics/s/tYM0yMUWea
1•kisnorbert•15m ago•1 comments

Building a new programming language – looking for contributors

https://github.com/LuxUmbris/Shaft/tree/bootstrap
1•GenericPointer•20m ago•1 comments

Relax about Neural Space

https://nonlineartransform.substack.com/p/relax-about-neural-space
1•program_whiz•20m ago•1 comments

Glide Menu: A one-handed gesture for mobile apps

https://www.nicksmind.com/articles/glide-menu
1•rocoders•23m ago•0 comments

The Slopconomy and Its Alternatives

https://farsight.cifs.dk/the-slopconomy-and-its-alternatives/
1•jruohonen•27m ago•0 comments

Projecting application state as a filesystem with FUSE

https://newsletter.cloudsquid.io/p/agents-need-their-own-ui
1•shatoboar•27m ago•0 comments

Whose Intelliegence is more Artificial?

https://desnitch.substack.com/p/whose-intelligence-is-more-artificial
1•desnitch•32m ago•0 comments

M2: Episode 1 (Or, Asahi Linux on M3)

https://asahilinux.org/2026/09/m2-episode-1/
2•notenlish•33m ago•0 comments

Nvidia is the central bank of AI

https://www.economist.com/interactive/briefing/2026/09/03/nvidia-is-the-central-bank-of-ai
2•__natty__•33m ago•0 comments

The Elephant in the Brownfield

https://www.subbu.org/essays/2026/the-elephant-in-the-brownfield/
1•kiyanwang•34m ago•0 comments

Rogue iOS developer creates app that simulates messages sent by carrier pigeon

https://www.tomshardware.com/software/applications/rogue-ios-developer-creates-app-that-simulates...
3•vismit2000•36m ago•0 comments

The Harness, the Horse, or the Hay – By Brett Queener

https://queener.substack.com/p/the-harness-the-horse-or-the-hay
1•kiyanwang•36m ago•0 comments

Find Your Next Book by Mood

https://bookdialogues.com/findbook
1•jasmeet0817•36m ago•2 comments

Onionspector – now let's see what The Onion knows about you

https://0ut3r.space/2026/09/06/onionspector/
1•h0ek•40m ago•0 comments

Opus (Audio Format)

https://en.wikipedia.org/wiki/Opus_(audio_format)
2•tosh•40m ago•0 comments

SeekMoon: From IDE to ADE

https://www.moonbitlang.com/blog/seekmoon-from-ide-to-ade
1•syumei•41m ago•0 comments

Podcast: We Spoke to an Amazon Worker Destroying Books for AI

https://www.404media.co/email/ed687963-910c-488c-95d5-b06f911b214e/
2•r_singh•42m ago•0 comments

Volcanic ash cloud halts flights at five Indonesian airports

https://www.theguardian.com/world/2026/sep/06/volcanic-ash-cloud-halts-flights-at-indonesias-main...
1•tosh•43m ago•0 comments

YouSpeed – Live speed-limit assistance

https://peertube.openstreetmap.fr/w/44a9cKesgtzu1Jo3FLS5gD
1•altilunium•48m ago•0 comments

Meet Claude: ABC's new regional cadet journalist

https://independentaustralia.net/business/business-display/meet-claude-abcs-new-regional-cadet-jo...
3•frays•50m ago•0 comments

Matmul as a Service, Backed by Tinygrad

https://simpleobservability.com/blog/introducing-maas
1•khazit•51m ago•0 comments

About Arks

https://arks.org/about/
1•Bluestein•56m ago•0 comments

State of the Map 2026 Video Channel

https://peertube.openstreetmap.fr/c/sotm_2026/videos
1•altilunium•56m ago•0 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

Oaklight•1y ago
Author here!

I’ve been working on ToolRegistry, a Python library for registering, managing, and invoking tools—from local functions to MCP/OpenAPI endpoints—in a structured, composable way.

With ToolRegistry, you can:

* Register Python functions, classes, or external tools. * Auto-generate JSON Schemas for parameters. * Run tools synchronously or asynchronously in parallel. * Integrate tools over STDIO, HTTP, WebSocket, or SSE via Model Context Protocol (MCP). * Experimental support for OpenAPI services * Compose tools dynamically and reconstruct tool output messages.

The goal is to make it easier to build apps, agents, or systems that coordinate multiple tools flexibly—without getting bogged down in glue code.

GitHub: [https://github.com/Oaklight/ToolRegistry](https://github.com/Oaklight/ToolRegistry) PyPI: [https://pypi.org/project/toolregistry/](https://pypi.org/project/toolregistry/) Docs: [https://toolregistry.lab.oaklight.cn](https://toolregistry.lab.oaklight.cn)

Would love feedback—ideas, issues, or use cases welcome!

Thanks for checking it out.

venk12•1y ago
This is interesting. I am working on an adjacent idea. I am working on GTM side of things. Would you like to collaborate?
Oaklight•1y ago
what's GTM?
venk12•1y ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.