frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is the world becoming more predictable?

https://www.ft.com/content/b1f417eb-f120-4e3f-8c85-6db3013c33ee
1•petethomas•1m ago•0 comments

The Ghost in the Ledger

https://banapana.substack.com/p/the-ghost-in-the-ledger
1•ruzelmania•1m ago•1 comments

Applied AI Engineer/ Product Builder/ Data Science

1•ahorton•2m ago•0 comments

The Reason Your IT Team Isn't Getting Anything Done

https://techstrong.it/contributed-content/the-real-reason-your-it-team-isnt-getting-anything-done/
1•mooreds•6m ago•0 comments

Between backyards and nakamals: Shifting Australia–Vanuatu relations

https://www.lowyinstitute.org/publications/between-backyards-and-nakamals-shifting-australia-vanu...
1•mooreds•7m ago•0 comments

CS 153: Frontier Systems

https://cs153.stanford.edu/
1•mooreds•7m ago•0 comments

Ask HN: Has AI made digital distribution more powerful than code?

1•akashwadhwani35•8m ago•0 comments

Our game anticheat has no kernel driver, we catch not block

https://cyberlete.net
1•sunuam•16m ago•0 comments

Adama City Government Exposes 29 GB of Sensitive Ethiopian Citizens' Data

https://write-ups.security-chu.com/2026/06/Adama-Service-with-Data-Breach.html
1•news_rt•16m ago•0 comments

Writing for humans is the only SEO trick left

https://pithandpip.com/blog/the-best-aeo
1•maguay•17m ago•1 comments

SQLite Hub

https://oliverjessner.at/sqlite-hub/
1•jonbaer•18m ago•0 comments

A bold satellite rescue mission came together in record time, but will it work?

https://arstechnica.com/space/2026/06/a-bold-satellite-rescue-mission-came-together-in-record-tim...
2•Jtsummers•19m ago•0 comments

AI coding: loop engineering a translator

https://jeena.net/loop-engineering
1•jeena•19m ago•0 comments

The First Website Killed by Google: Their Online Answer Marketplace

http://answers.google.com/answers/browse/1200.html
1•noah34•22m ago•1 comments

Valve's Latest SteamOS Out

https://www.pcgamer.com/hardware/steam-machines/valves-latest-steamos-is-out-with-initial-support...
1•evo_9•23m ago•0 comments

Where the Light Falls: Who Was Johannes Vermeer?

https://harpers.org/archive/2026/07/where-the-light-falls-clare-bucknell-vermeer/
1•prismatic•23m ago•0 comments

Show HN: Iamspeed.dev – Fast.com Style but for LLMs

https://iamspeed.dev/
1•qainsights•33m ago•0 comments

We built a privacy-focused vector memory mobile app

https://medium.com/@vektormemory/we-built-a-privacy-focused-vector-memory-mobile-app-and-here-is-...
1•vektormemory•33m ago•0 comments

US Tells ASML It's Concerned China May Have Top Chip Tool

https://www.bloomberg.com/news/articles/2026-06-19/us-tells-asml-it-s-concerned-china-may-have-to...
4•htrp•33m ago•0 comments

Stack Overflow for Agents – Stack Overflow

https://stackoverflow.blog/2026/06/10/announcing-stack-overflow-for-agents/
1•tambourine_man•34m ago•0 comments

Moving Beyond Fork() + Exec()

https://lwn.net/Articles/1076018/
1•signa11•37m ago•0 comments

Agent Finder

https://github.com/agentfinder
1•jonbaer•37m ago•0 comments

Hierarchy of the Sciences

https://en.wikipedia.org/wiki/Hierarchy_of_the_sciences
1•o4c•39m ago•0 comments

DeepSWE v1.1

https://deepswe.datacurve.ai/blog/deepswe-v1-1
1•aesincs•44m ago•0 comments

Is It Time for a New Embedded Linux Build System?

https://yoebuild.org/blog/time-for-a-new-build-system/
1•kaycebasques•44m ago•0 comments

A tiny ingestible sensor can measure temperature from inside the body

https://news.mit.edu/2026/tiny-ingestible-sensor-can-measure-temperature-inside-body-0615
1•gmays•49m ago•1 comments

The gentrification of Harajuku: how the coolest city is becoming "uncool"

https://tokyofashiondiaries.com/harajuku-tokyo-gentrification-tokku/
1•totetsu•49m ago•0 comments

Grok Is More Important Than Clean Air, DOJ Says

https://www.motherjones.com/environment/2026/06/grok-doj-justice-naacp-clean-air-act-gas-turbine-...
2•plun9•50m ago•0 comments

Fractal OS

https://fractal-os.com
1•kristianpaul•52m ago•0 comments

Too much Chinese science is ignored by the West

https://www.economist.com/science-and-technology/2026/06/10/too-much-chinese-science-is-ignored-b...
1•i7l•53m 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.