frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Manus Resumes Independent Operations

https://manus.im/blog/manus-resumes-independent-operations
1•doppp•6m ago•0 comments

Robinhood Chain runs a transaction filterer with no published criteria

https://xroot.dev/blog/robinhood-chain-read-directly
1•SulimanMukhtar•7m ago•0 comments

Think First, AI Second

https://douglevin.substack.com/p/think-first-ai-second
1•saikatsg•7m ago•0 comments

It’s okay to forget

https://ivy.boo/its-ok-to-forget/
1•tobr•8m ago•0 comments

How to Build a Startup with AI

https://contextgoblin.com/blog/how-to-build-a-startup-with-ai
1•clemens1010•8m ago•0 comments

Microsoft WorkIQ

https://github.com/microsoft/work-iq/
1•vismit2000•9m ago•0 comments

1Password Supports the Ethnic Cleansing of Europe

https://www.alilleybrinker.com/blog/1password-funds-ethnic-cleansing/
2•ricobecks•11m ago•0 comments

Some of the greatest artists are in fact extreme bureaucratic talents

https://twitter.com/i/status/2094462115192951011
1•Michelangelo11•15m ago•0 comments

The Hugging Face hack could indicate cultural issues at OpenAI

https://www.technologyreview.com/2026/08/31/1143180/hugging-face-hack-could-indicate-cultural-iss...
1•joozio•16m ago•0 comments

Reverse engineering an Wii game for the first time

https://en.blog.bobh0724.net/2025/08/25/reverse-engineer-puyo20-wii/
1•uneven9434•18m ago•0 comments

12V Deep Cycle Battery

https://www.jrepower.com/products/12v-deep-cycle-battery/
1•Jreecoasis•19m ago•0 comments

Hertzfeld, Andy oral history, part 1 of 2 (2025)

https://www.computerhistory.org/collections/catalog/300000188/
1•mpweiher•19m ago•0 comments

Countries gear up to create lunar standard time

https://mainichi.jp/english/articles/20260830/p2g/00m/0sc/043000c
2•BaudouinVH•20m ago•0 comments

Can your GrokBot conquer the world?

https://agentofempires.com/
1•midwitMBA•20m ago•0 comments

Drone simulator in Arduino serial monitor

https://kimsalmi.com/posts/2016/quadcopter/
1•infr88•21m ago•0 comments

Smuggled Infinities (2023)

https://adventurecapital.substack.com/p/smuggled-infinity
1•thoughtpeddler•22m ago•0 comments

How our agents build on-brand pages with design.md

https://vercel.com/blog/how-our-agents-build-on-brand-pages-with-design-md
1•vcfgdev•22m ago•0 comments

AI Agents Are Fundamentally Restructuring the Software Paradigm

https://arxiv.org/abs/2606.05608
2•zdkaster•24m ago•0 comments

Kodai – Secure your local workspace and manage secrets away from AI

https://github.com/kodai-tech-official/kodai-tech
2•kodai_tech•26m ago•0 comments

One Black Wind Turbine Blade Cut Bird Deaths 72%,the Dutch Tried It and Failed

https://www.gadgetreview.com/one-black-wind-turbine-blade-cut-bird-deaths-72-then-the-dutch-tried...
1•Markoff•28m ago•2 comments

Show HN: Watn – type a question in your shell, get a command back

https://github.com/buster/watn
1•buster•29m ago•0 comments

Show HN: I kept finding robot datasets with skewed clocks, so I built a checker

https://github.com/anicut-ai/embodied-sync
1•anicut-ai•31m ago•0 comments

Show HN: European weather outlook, 28 August – 11 September

https://www.wfy24.com/en/article/european-weather-outlook-2026-08-27
1•weatherfun•31m ago•0 comments

Unraid 8 Announced - Based on Fedora uCore

https://unraid.net/blog/unraid-8-announced
1•crbelaus•32m ago•0 comments

Sony Argues No One's Dumb Enough to Think They Own a Digital Game

https://kotaku.com/sony-argues-no-ones-dumb-enough-to-think-they-actually-own-a-digital-game-2000...
2•razorbeamz•34m ago•1 comments

DeepSeek-V4-Flash-Vision-Exp

https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp
2•pros•38m ago•0 comments

QEMU-3dfx developer has crashout after being reported for harassment on GitHub

https://github.com/kjliew/qemu-3dfx/issues/196
1•indrora•39m ago•0 comments

Malleus Maleficarum

https://standardebooks.org/ebooks/heinrich-kramer/malleus-maleficarum/montague-summers
2•WithinReason•41m ago•0 comments

Kentucky writer, farmer and advocate Wendell Berry dies at 92

https://kentuckylantern.com/2026/08/31/kentucky-writer-farmer-and-advocate-wendell-berry-dies-at-92/
1•Kaibeezy•41m ago•0 comments

No GrapheneOS for Pixel 11 phones because Google cut a key security feature

https://www.androidauthority.com/no-grapheneos-google-pixel-11-3704622/
2•rfarley04•41m 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.