frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Getting set up on local AI. Here's what matters

https://twitter.com/draginol/status/2089338779324543047
1•draginol•35s ago•0 comments

Python bug fixes, each verified by running the test

https://github.com/andysalvo/goldset
1•andysalvo1•39s ago•0 comments

DIY Digital Photo Frame with RPI, Immich, and an old monitor

https://www.reddit.com/r/immich/comments/1vpujpo/new_raspberry_pi_digital_photo_frame_with_immich/
1•henriquenunez•1m ago•0 comments

HiFi Speaker Size/Spec Comparisons

http://www.truescaleaudio.com
1•Nagu-TSAudio•1m ago•1 comments

Code Is Not the Outcome, Learning Is

https://pawelbrodzinski.substack.com/p/code-is-not-the-outcome-learning
1•flail•1m ago•0 comments

It took us 9 years, 11 prototypes, and our life savings

https://twitter.com/mehul/status/2089784603737575470
1•tosh•2m ago•0 comments

The Sleepless Ape

https://claude.ai/code/artifact/bbf59276-21bf-4f0d-9e53-93bd9b7c526a
1•shafkathullah•2m ago•0 comments

Show HN: Remove logo from any t-shirt

https://www.removelogofromphotos.com/
1•StanleySathler•3m ago•0 comments

Show HN: Sequo – Writes your plan and decisions into files your agent reads

https://sequo.app
1•shken•4m ago•0 comments

I'm so f-n tired of the Internet It has become the worst place

1•behindai•5m ago•1 comments

On the fly, image transformation and delivery pipeline

https://github.com/go-batteries/optimux
1•argentum47•5m ago•0 comments

Show HN: NextBlock CMS – open-source fullstack CMS for NextJS 16 and Supabase

https://nextblock.dev
1•nextblock•5m ago•0 comments

Show HN: Verify OpenAI's signed agent traffic in Python (RFC 9421/Web Bot Auth)

https://github.com/regent-protocol/regent-httpsig
1•abay_aubakirov•6m ago•0 comments

PWA: Personal Web Apps

https://ma.ttias.be/pwas-personal-web-apps/
1•Mojah•6m ago•0 comments

I'll Follow the Sun

https://leancrew.com/all-this/2026/08/ill-follow-the-sun/
2•surprisetalk•7m ago•0 comments

What Happened on Easter Island?

https://www.scientificamerican.com/article/what-really-happened-on-easter-island/
1•sohkamyung•7m ago•0 comments

How to Survive the AI Cyberpocalypse

https://www.derekthompson.org/p/how-to-survive-the-ai-cyberpocalypse
1•momentmaker•8m ago•0 comments

WireGuard VPN Troubleshooting for Linux Administrators

https://barelypatched.com/wireguard-vpn-troubleshooting-for-linux-administrators/
1•whatbackup•9m ago•0 comments

A filename when none exists

https://daniel.haxx.se/blog/2024/08/19/a-filename-when-none-exists/
1•birdculture•9m ago•0 comments

South Korea youth employment falls sharply in AI-exposed industries, BOK says

https://www.koreajoongangdaily.com/business/94-of-job-losses-among-young-people-over-past-4-years...
1•neom•11m ago•0 comments

Reducing my blog's cloud costs to $0

https://flowtwo.io/post/building-a-new-blog-pt.-3
1•thejoeflow•11m ago•0 comments

Why I'm Staying Out of the Substack Religion Debate

https://www.astralcodexten.com/p/why-im-staying-out-of-the-substack
2•Michelangelo11•11m ago•1 comments

Reelaro – Full channel-to-post automation for video Shorts

https://reelaro.app
1•thorsBruda•13m ago•0 comments

OpenAI slows down training after its AI carried out hack

https://www.bbc.co.uk/news/articles/c235dmndylzo
1•Brajeshwar•13m ago•0 comments

Adding Error Bars to Evals: A Statistical Approach to Language Model Evaluations

https://arxiv.org/abs/2411.00640
1•Anon84•14m ago•0 comments

Show HN: AgentBadge – Agent Readiness Scoring for APIs (SEO for AI Agents)

https://agentbadge.xyz/blog/what-is-agent-readiness
1•spread2009•15m ago•0 comments

Ethiopia Expels the Italian Ambassador

https://martinplaut.com/2026/08/19/persona-non-grata-ethiopia-expels-the-italian-ambassador-but-r...
1•oriettaxx•15m ago•0 comments

Sampling More, Getting Less: Calibration Is the Diversity Bottleneck in LLMs

https://arxiv.org/abs/2605.11128
1•clukic•16m ago•0 comments

Sainsbury's store pauses AI scanning after false shoplifting accusation

https://www.theguardian.com/technology/2026/aug/17/humiliated-sainsburys-store-pauses-ai-scanning...
1•iamnothere•16m ago•2 comments

Proportion of 1s in a Hadamard Matrix

https://www.johndcook.com/blog/2026/08/16/proportion-of-1s-in-a-hadamard-matrix/
1•ibobev•17m 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.