frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tablecruncher – Open-Source CSV Editor for Mac, Windows and Linux

https://tablecruncher.com/
1•eustoria•1m ago•0 comments

Oracle begins a new round of layoffs. Read the email

https://www.businessinsider.com/oracle-begins-new-round-of-layoffs-2026-9
1•taubek•1m ago•0 comments

Fish Audio – Free Unlimited Text to Speech – No Sign Up

https://www.fish-audio.net/
1•wsm123456•2m ago•0 comments

Microsoft says 'people matter more than AI' following safety concerns

https://www.theverge.com/news/994566/microsoft-humanist-ai-code-of-conduct
1•draginol•2m ago•0 comments

Fixing Firefox's Face Flaws

https://varunbarad.com/blog/fedora-firefox-start-page.html
1•speckx•2m ago•0 comments

An Audit of Public AGI Prediction, 1950-2026

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7456700
1•geox•3m ago•0 comments

If You Control the Board, You Control the Company

https://www.flux.law/blog/if-you-control-the-board-you-control-the-company
1•finsrud•7m ago•0 comments

2nd largest law firm buying Nvidia hardware to fine-tune open weights in-house

https://twitter.com/ai/status/2099249781826801760
1•bilsbie•8m ago•0 comments

Andon Labs Puts AI Agents in Charge of Real Businesses

https://spectrum.ieee.org/andon-labs-agentic-ai-businesses
1•samizdis•8m ago•0 comments

Ask HN: Developers – Do you let agents write production code?

1•smurf9852•9m ago•1 comments

Show HN: Skillzero – save tokens by omitting skills from agent context

https://github.com/kurtextrem/skillzero
1•kurtextrem•10m ago•0 comments

Drop in your resume, get a personal website for free

https://self.cv/en
1•javier_yc_new•10m ago•0 comments

Laravel Cloud is now ISO 27001 certified

https://twitter.com/laravel/status/2099510411217326459
1•jbrooksuk•12m ago•0 comments

The expanding scope of coding agents

https://chameth.com/the-expanding-scope-of-coding-agents/
1•meetpateltech•12m ago•0 comments

Building an Airgap Second Brain

https://lily.md/device/
1•itsrag•13m ago•0 comments

AI Firms Must Face Liability for 'Dangerous, Unvetted Products,' Says Lina Khan

https://www.commondreams.org/news/ai-liability
1•throwfaraway4•14m ago•0 comments

Using Blender with ChatGPT

https://developer.puter.com/blog/using-blender-with-chatgpt/
1•reynaldi•15m ago•0 comments

Has anyone made a legacy codebase more legible to AI coding agents?

1•iacobandrei•16m ago•1 comments

Show HN: I built a URL shortener from scratch

1•yhussain1110•17m ago•0 comments

Volunteers Are Keeping the Internet Human. For Now

https://www.techpolicy.press/millions-of-volunteers-are-keeping-the-internet-human-for-now/
1•cdrnsf•17m ago•0 comments

Disruption scenarios map for oil and gas reserves, infrastructure and LNG flows

https://energymap.marain.space/
1•narendranag•17m ago•0 comments

Anecdotally, Programmers Dislike "Reduce"

https://evanhahn.com/posts/2026-09-13-programmers-dislike-reduce/
2•praptak•18m ago•1 comments

What AI Found

https://whataifound.org/
1•wslh•18m ago•0 comments

Here Come the AI-Generated BEC Scams

https://decipher.sc/2026/09/14/here-come-the-ai-generated-bec-scams/
1•speckx•20m ago•0 comments

One Gets Through – Missile Command, but you launch the missiles

https://onegetsthrough.com/
1•Maxion•22m ago•0 comments

The trust infrastructure behind buying a bottle of bourbon

https://syntheticauth.ai/posts/the-trust-stack-01-nobody-trusts-anybody
1•zerolayers•23m ago•0 comments

Scientists Find a Subtle Clue to ADHD Hidden in the Eyes

https://www.sciencealert.com/scientists-find-a-subtle-clue-to-adhd-hidden-in-the-eyes
2•amichail•24m ago•0 comments

Show HN: Pushie – Get notified with a simple webhook

https://pushie.net
3•vasanthv•24m ago•0 comments

Your AI agent has a cache invalidation problem

https://www.drjoshcsimmons.com/writing/your-ai-agent-has-a-cache-invalidation-problem
1•joshcsimmons•25m ago•0 comments

Dario, Please

https://pop.rdi.sh/dario-please/
2•0x5FC3•26m ago•1 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.