frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open Agent Memory Protocol 1.2 ships; 1.3 (draft) adds governed memory

https://dthink.ai/blog/oamp-governed-memory/
1•jaikoo•1m ago•0 comments

Israel Turned Eurovision's Stage into a Soft Power Tool

https://www.nytimes.com/2026/05/11/world/europe/eurovision-israel-gaza-netanyahu.html
1•ledoge•1m ago•0 comments

The new Wild West of AI kids' toys

https://www.wired.com/story/the-new-wild-west-of-ai-kids-toys/
1•rbanffy•2m ago•0 comments

Robot Dogs Are a Security Nightmare [video]

https://www.youtube.com/watch?v=lA8WuXDXfcI
1•pet_the_bird•5m ago•0 comments

DoneSpec – deterministic completion checks for AI coding agents

https://github.com/xryv/DoneSpec
1•brunocerqueira•5m ago•0 comments

Hosting an Open Alternative to Google Docs for Digital Sovereignty

https://www.heltweg.org/posts/hosting-an-open-alternative-to-google-docs-for-digital-sovereignty/
1•rhazn•6m ago•0 comments

Saying Goodbye to one line of APL

https://homewithinnowhere.com/posts/2026-05-10-one-line.html#fnref1
1•tosh•7m ago•0 comments

Show HN: ChatGPT Exporter – Local DOM to Word/PDF Parser

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
2•quysala1•10m ago•1 comments

Of Clouds and Clocks

http://www.the-rathouse.com/2011/clouds-and-clocks.html
1•notfirstpost•14m ago•0 comments

How to Cure the Hiccups

https://nik.art/how-to-cure-the-hiccups/
1•herbertl•15m ago•0 comments

Show HN: AI Agents in 30 Lines of YAML: Lowdefy v5.3

https://lowdefy.com/articles/lowdefy-agents/
2•gervwyk•16m ago•1 comments

The shared tragedy of Red Queen hiring

https://seths.blog/2026/05/the-shared-tragedy-of-red-queen-hiring/
1•herbertl•17m ago•0 comments

Spammail.org – disposable email infrastructure, aliases, custom domains and IMAP

https://spammail.org/
1•kipdev•26m ago•0 comments

Try, even if they have you cold

https://www.lesswrong.com/posts/aBhMGziEwA7FXNxhq/try-even-if-they-have-you-cold
2•mefengl•29m ago•0 comments

Ratty – A terminal emulator with inline 3D graphics

https://ratty-term.org/
3•orhunp_•32m ago•0 comments

The Inference Shift

https://stratechery.com/2026/the-inference-shift/
5•swolpers•34m ago•0 comments

Cotypist – AI Autocomplete for Mac

https://cotypist.app/
3•AndrewDucker•34m ago•0 comments

Projecting React

https://tannerlinsley.com/posts/projecting-react
2•brandrick•38m ago•0 comments

Why Was Star Fox Called Lylat Wars in Europe? [video]

https://www.youtube.com/watch?v=3VlZ7gs-Z6Q&list=PLYGwstCQBscexot2j-u22LQSmgH9vCxKr
1•brandrick•40m ago•0 comments

All Those A.I. Note Takers? They're Making Lawyers Nervous

https://www.nytimes.com/2026/05/09/business/dealbook/ai-notetakers-legal-risk.html
4•JumpCrisscross•40m ago•0 comments

When Is "Next Friday"?

https://whenisnextfriday.com/
2•wjdp•44m ago•0 comments

AI: Apologies, I was only doing as instructed. (What Hollow is and isn't)

https://ninjahawk.github.io/blog/posts/what-hollow-is.html
3•ninjahawk1•45m ago•0 comments

Our keyboards are tracking us

1•tukunjil•46m ago•1 comments

Do city delivery drones make sense?

https://www.wired.com/story/do-city-delivery-drones-make-sense-no-one-knows-but-theyre-flying-ove...
1•FinnLobsien•46m ago•0 comments

Building a Memory Allocator from Scratch in C

https://0xkiire.com/memory-allocators/
1•kiirecodes•52m ago•0 comments

Scorpi – a Docker-like VM development platform for macOS

https://fuse-t.org/scorpi/
1•concerned_ctzn•53m ago•0 comments

Life Without US Tech

https://www.ft.com/content/4c3aad70-e0cb-46a2-95d5-15d11b6bf818
5•frb•53m ago•0 comments

Facto: The daily trivia game that makes you learn one new fact every single day

https://factoquizzy.web.app
1•Mwalwala•53m ago•1 comments

Comparisons as Predictable as the Sunrise

https://pudding.cool/2026/05/similes/
1•latexr•1h ago•0 comments

Piping terminal output to the browser using systemfd

https://blog.izissise.net/posts/webdev-livecompile/
1•ingve•1h 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•12mo ago
what's GTM?
venk12•12mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.