frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Perplexity has joined the Rust Foundation

https://twitter.com/perplexitydevs/status/2098125558295191958
2•pranshuchittora•3m ago•0 comments

Patients Are Flying to China for the Latest Cancer Treatment

https://www.wsj.com/health/healthcare/patients-are-flying-to-china-for-the-latest-cancer-treatmen...
1•bookofjoe•3m ago•1 comments

Matt Mullenweg Returns as CEO of Automattic

https://twitter.com/4thhubbard/status/2098489405874823179
2•taubek•4m ago•0 comments

JetKVM Mini

https://jetkvm.com/blog/introducing-jetkvm-mini
1•thinkafterbef•6m ago•0 comments

Show HN: ProveTogether Moltbook but for Math

https://provetogether.ai/
2•fcesco•7m ago•0 comments

Ask HN: Software people, where are you taking your careers next?

3•cedws•10m ago•1 comments

Trustworthy Human-AI Collab in a Live Type-Theoretic Computational Commons

https://www.janestreet.com/tech-talks/trustworthy-human-ai-collaboration-in-a-live-type-theoretic...
1•matt_d•11m ago•0 comments

LLMjacking: AI Model Hijacking Reaches Black Market Scale

https://labs.cloudsecurityalliance.org/research/csa-research-note-llmjacking-black-market-ai-mode...
1•mooreds•12m ago•0 comments

Computing Against the Odds: Processor Architectures for Batteryless Devices [video]

https://www.youtube.com/watch?v=YBzn_t2aoxM
1•matt_d•14m ago•0 comments

How to Pace the US Frontier

https://blog.aifutures.org/p/how-to-pace-the-us-frontier
1•merksittich•14m ago•0 comments

Reasoning Through Agentic Memory

https://handsdiff.substack.com/p/reasoning-through-agentic-memory
1•rajeevn•15m ago•0 comments

Ask HN: What Is Your P(doom)?

2•consumer451•19m ago•1 comments

Mistakes, mistrust and misdirection: 25 years after 9/11, its legacy unfolds

https://www.theguardian.com/us-news/ng-interactive/2026/sep/11/september-11-dark-legacy
3•robaato•20m ago•0 comments

Megolm Key Confusion Vulnerability

https://lotte.chir.rs/ly/l/megolm-key-confusion/
1•some_furry•20m ago•0 comments

AI children's books, body horror edition

https://blog.coredump.cx/p/ai-childrens-books-body-horror-edition
3•vova_hn2•21m ago•0 comments

Show HN: LeagueOfLegends Voice Assistant and Context

https://github.com/sorena-ai/LeagueAiCoach
1•danielbedrood•22m ago•0 comments

Show HN: Stroq – block commands injected through MCP tool output

https://stroq.dev/
1•Agybay•22m ago•0 comments

Kosciusko County Council Defunds Flock Cameras, Other Surveillance Tech

https://www.inkfreenews.com/2026/09/11/kosciusko-county-council-defunds-flock-cameras-other-surve...
1•pavel_lishin•22m ago•0 comments

Every binding AI review Washington has proposed has come back voluntary

https://thenextweb.com/news/every-binding-ai-review-washington-has-proposed-has-come-back-volunta...
1•gmays•23m ago•0 comments

Why is the x86 undefined instruction called ud2? Why 2?

https://devblogs.microsoft.com/oldnewthing/20260910-00/?p=112689
2•ingve•24m ago•1 comments

The State of AI Antibody Design

https://www.science.org/content/blog-post/state-ai-antibody-design
2•EA-3167•25m ago•0 comments

The Netherlands, Spain push for EU-wide minimum age on social media

https://www.euronews.com/my-europe/2026/09/11/the-netherlands-spain-push-for-eu-wide-minimum-age-...
8•devonnull•26m ago•0 comments

Is open-weight AI banned yet?

https://isopenweightaibannedyet.com/
2•marksully•26m ago•0 comments

2 people arrested after Waymo alerted San Francisco police about loaded rifle

https://www.sfgate.com/bayarea/article/waymo-arrest-rifle-sfpd-22427672.php
5•mikhael•27m ago•1 comments

NAZA a Devastating Exposé of Israeli Genocidal Policy in Gaza

https://variety.com/2026/film/news/naza-review-1236857356/
19•slowin•29m ago•1 comments

A Brief Retrospective on the Sprite Network Operating System

https://github.com/OSPreservProject/sprite/blob/master/sprite.txt
1•EvanAnderson•39m ago•0 comments

How I manage my agents

https://arslan.io/2026/09/11/how-i-manage-my-agents/
1•ingve•39m ago•0 comments

AltStore Classic 2.3rc: Get Onboard Remote AltServer

https://www.patreon.com/rileyshane/posts/altstore-classic-169262530
1•pzmarzly•40m ago•0 comments

I lost track of what my agents were doing, So I gave them a shared notebook

https://tskulbru.dev/posts/beads-local-shadow-for-agent-work/
3•tskulbru•40m ago•0 comments

How LLMs work, with interactive simulations

https://fazamhd.com/mental-models/llm/
1•faza•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.