frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Commission presents proposal for EU Inc

https://ec.europa.eu/commission/presscorner/home/en
1•Tomte•20s ago•0 comments

Outpost Moved its Servers to the E.U

https://outpost.pub/you-outpost-moved-to-the-e-u/
1•CqtGLRGcukpy•30s ago•0 comments

Optimizing Industrial Energy Saving with On-Site Photovoltaics

https://www.mdpi.com/2673-9941/6/2/12
1•PaulHoule•1m ago•0 comments

FBI is buying location data to track US citizens, director confirms

https://techcrunch.com/2026/03/18/fbi-is-buying-location-data-to-track-us-citizens-kash-patel-wyden/
1•jbegley•1m ago•0 comments

Design Driven Network Automation [video]

https://www.youtube.com/watch?v=EKMKJG1g-lU
1•mrmrcoleman•3m ago•0 comments

APL Cultivations

https://xpqz.github.io/cultivations/Intro.html
1•tosh•3m ago•0 comments

The #1 Reason Engineers Fail Technical Interviews (Data from 20K+ Sessions)

https://snubber.ai/blog/state-of-hardware-engineering-interviews-2026
1•Andreas2202•4m ago•0 comments

How to know if your prayer is accepted

https://aboutislam.net/counseling/ask-the-scholar/prayer/know-prayers-accepted/
1•marysminefnuf•6m ago•1 comments

Ask HN: How are you protecting yourself from skill atrophy?

2•xpnsec•7m ago•1 comments

Verígrafo – Temporal Knowledge Graph over Spain's 330K+ official government docs

https://verigrafo.com/
1•munirjojoverge•8m ago•0 comments

The Little Red Dot

https://idiallo.com/blog/little-red-dot
1•foxfired•8m ago•1 comments

Russia's Novosibirsk declares cattle disease emergency as culls spark protests

https://www.reuters.com/business/environment/russias-novosibirsk-region-declares-cattle-disease-e...
1•embedding-shape•9m ago•0 comments

Claude Is Getting Better. What About Us?

https://pydantic.dev/articles/learning-in-the-age-of-ai
1•curiouska•11m ago•0 comments

The more I work with AI (LLMs) the more disillusioned I become

2•iRespectYui•11m ago•0 comments

Autoresearching Apple's "LLM in a Flash" to run Qwen 397B locally

https://twitter.com/danveloper/status/2034353876753592372
2•m-hodges•12m ago•0 comments

VHS Slipcover Maker

https://vhs.texs.org/en/slipcover?bg=000000.t1.43.0.137.178.110.t1.43.0.137.178.110&pl=0&logo=0&c...
2•colinprince•14m ago•0 comments

Viewpoints Research Institute

https://www.vpri.org
1•gone35•16m ago•0 comments

MoveSmart – AI moving cost estimator trained on 50k completed moves

https://www.movesmart.co/
1•msheier•16m ago•0 comments

Show HN: HF-agents, CLI extension to find the best model/quant for your hardware

https://github.com/huggingface/hf-agents
1•clmnt•17m ago•0 comments

Show HN: Timeliner.cc – Find Historical Connections

https://timeliner.cc/
1•schnau_software•17m ago•0 comments

Trey the Triceratops

https://www.joopiter.com/stories/trey-the-triceratops
1•gmays•18m ago•0 comments

TigerFS – A Filesystem Backed by PostgreSQL

https://tigerfs.io
3•hahahacorn•19m ago•0 comments

Horizon Worlds Is Dropping VR Support, Going Flatscreen-Only

https://www.uploadvr.com/meta-horizon-worlds-dropping-vr-support/
2•tosh•19m ago•0 comments

Aliens.gov

https://defensescoop.com/2026/03/18/white-house-registers-new-alien-gov-domains-ufo-uap/
2•warthog•20m ago•1 comments

Igbo-Ora, the scientific enigma of the 'twin capital of the world'

https://english.elpais.com/international/2026-03-12/igbo-ora-the-scientific-enigma-of-the-twin-ca...
2•bookofjoe•22m ago•0 comments

Show HN: Browser-based ECU tuning editor for VAG Simos 18 / DQ250

https://theflashbold.github.io/tune-editor/
1•TheFlashBold•24m ago•0 comments

NemoClaw vs. Grith: Sandbox for One Agent vs. Security for All

https://grith.ai/blog/nemoclaw-vs-grith-ai-agent-security
3•edf13•25m ago•0 comments

Show HN: Crossle – Scrabble meets crossword game

https://playcrossle.com/
3•enahs-sf•26m ago•4 comments

Cindy Cohn on Privacy Battles Old and New

https://lwn.net/SubscriberLink/1061979/3d095580f34f5310/
1•dannyobrien•28m ago•0 comments

Pictures of Distant Worlds [video]

https://www.youtube.com/watch?v=Sl4j9mlRjQE
1•superjan•28m ago•1 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•10mo ago

Comments

Oaklight•10mo 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•10mo 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.