frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Glass Famine

https://edconway.substack.com/p/the-glass-famine
2•baud147258•1m ago•0 comments

The Most Important Trainer You've Never Heard Of

https://edconway.substack.com/p/the-most-important-trainer-youve
1•baud147258•1m ago•0 comments

Britain is struggling to build data centres

https://www.economist.com/britain/2026/07/26/britain-is-struggling-to-build-data-centres
1•andsoitis•2m ago•0 comments

Marimo Notebooks as Slides

https://marimo.io/blog/slides
2•shamwaffly•2m ago•0 comments

America has become an entrepreneur's paradise

https://www.economist.com/business/2026/07/27/america-has-become-an-entrepreneurs-paradise
2•andsoitis•4m ago•0 comments

Show HN: Ctxdiff – Git diff for your LLM agent's context window

https://github.com/salmanzafar949/ctxdiff
1•salmanzafar949•5m ago•0 comments

Show HN: Tilde Pay – Give your AI agent a bank account to pay for things

https://my.tildepay.ai/
1•solsol94•5m ago•0 comments

Review Collect

https://www.review-collect.com/en
1•victorfromrc•5m ago•0 comments

Show HN: macOS-first Markdown editor with inline live preview (100% Swift)

https://github.com/I7T5/Edmund
1•inatang•6m ago•0 comments

I fact-checked classic trading-book claims against 3,946 days of futures data

https://quantdata.uk/methodology
1•celineycn•6m ago•0 comments

An abandoned SpaceX rocket is about to crash into the Moon

https://theconversation.com/an-abandoned-spacex-rocket-is-about-to-crash-into-the-moon-the-real-p...
1•DamnInteresting•6m ago•0 comments

Nvidia weighs $250B backstop for OpenAI's Ohio data center lease

https://runtimewire.com/article/nvidia-openai-250-billion-backstop-ohio-data-center
1•ryanmerket•7m ago•0 comments

Show HN: Sekey.sh – Manage SSH Keys in Apple Secure Enclave

https://github.com/cavoirom/sekey-sh
1•cavoirom•7m ago•0 comments

I made a search engine to get rid of Airbnb fees/commission

https://staythere.ai/
1•wthayer•7m ago•1 comments

Belay: A local firewall for AI coding agents

https://github.com/SECBLOK/belay
1•DennisLiu•7m ago•0 comments

Nvidia investing to 10x SSI compute in the next 12 months

https://twitter.com/ssi/status/2081732119194394763
3•primaprashant•7m ago•0 comments

How to Build a Small Solar Power System

https://solar.lowtechmagazine.com/2023/12/how-to-build-a-small-solar-power-system/
1•andsoitis•8m ago•0 comments

Show HN: Arc – Delegated authority and audit for AI agent actions

https://github.com/shuu-beep/arc-protocol
1•shuu-beep•8m ago•1 comments

Show HN: Save your Claude/codex/copilot tokens by using context profiler

https://github.com/RimantasZ/contextspy
2•iezhy•8m ago•0 comments

Launch First, Improve Later

https://herbertlui.net/launch-first-improve-later/
1•speckx•8m ago•0 comments

Beautiful Animated UI Components for React

https://componentry.dev
1•amarbirsingh•9m ago•0 comments

Why Career Growth Needs Self-Advocacy

https://letters.unchartedpathbreakthroughs.com/posts/why-career-growth-needs-self-advocacy
2•mooreds•10m ago•0 comments

The Drunken Monkey Hypothesis (2004) [pdf]

https://repository.si.edu/server/api/core/bitstreams/f57027ff-00de-4675-8352-836c4d1e06f1/content
1•mooreds•11m ago•0 comments

AI companies spend record sums on Washington lobbying

https://www.ft.com/content/d8a5f95e-3b6d-463a-a848-c9ef8e2394db
1•1vuio0pswjnm7•11m ago•0 comments

Operation TIPS (2002)

https://en.wikipedia.org/wiki/Operation_TIPS
1•iamnothere•11m ago•0 comments

Clean code creator isn't reading his code –- why?

https://twitter.com/unclebobmartin/status/2080257779395154409
2•danirogerc•11m ago•1 comments

Microchip Technology Signs Definitive Agreement to Acquire Hailo

https://ir.microchip.com/news-events/press-releases/detail/1406/microchip-technology-signs-defini...
1•muxamilian•12m ago•0 comments

Most Googlebots are fake

https://digitalseams.com/blog/most-googlebots-are-fake
1•Brajeshwar•14m ago•0 comments

BBC Micro AI Agent Experiment

https://www.dompajak.com/blog/bbc-micro-ai-agent/index.html
1•fidotron•14m ago•0 comments

Did OpenAI's New Model "Go Rogue"?

https://calnewport.com/did-openais-new-model-go-rogue/
2•skadamat•14m 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.