frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Being lonely taught me how to be me

https://psyche.co/notes-to-self/after-moving-cities-this-book-taught-me-to-enjoy-time-alone
1•herbertl•6s ago•0 comments

Pipe Bitcoin's mempool into Gource and watch blocks settle it live

https://github.com/VitaAI-SCG/one-gpu-lab/tree/main/episodes/14-the-live-tree
1•HASHIRAMA1337•1m ago•0 comments

Cagire: Live Coding in Forth

https://cagire.raphaelforment.fr
1•surprisetalk•1m ago•0 comments

Large Roundup of Section 230 Rulings

https://blog.ericgoldman.org/archives/2026/07/large-roundup-of-section-230-rulings.htm
1•hn_acker•2m ago•1 comments

Show HN: PastPage – Find archived versions of dead links

https://github.com/nabertronic/pastpage
2•nabertronic•3m ago•0 comments

Show HN: Why Your Posture Sucks

https://super-posture--mentionedbyworl.replit.app
1•aykhanstoic•3m ago•0 comments

Global economy could face 50% loss in GDP from climate shocks, say actuaries

https://www.theguardian.com/environment/2025/jan/16/economic-growth-could-fall-50-over-20-years-f...
2•simmerup•4m ago•0 comments

Tell HN: PrimeVue no longer MIT, requires $799 license

1•someguyornotidk•5m ago•0 comments

Food for Agile Thought 552: AI Creates Jobs? Overthinkers, Measuring ≠ Learning

https://age-of-product.com/food-agile-thought-552-ai-creates-jobs/
1•swolpers•6m ago•0 comments

Show HN: Theta, Harness Agnostic Configuration

https://github.com/tamarillo-ai/theta
1•ivanbelenky•7m ago•0 comments

Show HN: Challenge a Friend to Real-Time Multiplayer AI Court Battle – Wram.chat

https://wram.chat
3•revolt2tech•7m ago•0 comments

The Return of Shelf

https://taoofmac.com/space/blog/2026/07/10/1330
2•rcarmo•7m ago•0 comments

AI as a weapon of mass cognitive destruction

https://taoofmac.com/space/blog/2026/07/08/2130
2•rcarmo•8m ago•0 comments

21st Century ROAD to Housing Act to become law without POTUS signing

https://apnews.com/article/trump-housing-bill-77ec340dcdd676c46c458813b461b1af
1•toomuchtodo•8m ago•1 comments

Show HN: Termaxa – A cooperative gate for the shell commands AI agents run

https://github.com/termaxa/termaxa
1•devdoc83•11m ago•0 comments

Show HN: Postern, an email system for both humans and agents

https://github.com/skyphusion-labs/postern
1•skyphusion•12m ago•0 comments

Amble One

https://driveamble.com/pages/amble-one
3•edward•12m ago•0 comments

We built a 5x faster JavaScript package manager

https://nubjs.com/blog/unblocking-the-global-virtual-store
2•colinmcd•12m ago•0 comments

Show HN: OSS tool for testing out new trading thesis based on insider activity

https://github.com/bagoldbe/form4lab
1•bagoldbe•13m ago•0 comments

Starbucks bets on AI to replace Microsoft and IBM software

https://www.latimes.com/business/story/2026-07-09/starbucks-bets-on-ai-to-replace-microsoft-ibm-s...
1•speckx•13m ago•0 comments

How to be inspired without copying

https://www.joanwestenberg.com/p/how-to-be-inspired-without-copying
1•surprisetalk•17m ago•0 comments

Tell HN: I De-Googled Myself

4•degoogled•17m ago•0 comments

If you traded like the president, you'd beat the S&P

https://www.businessinsider.com/trump-portfolio-stock-trades-beat-market-analysis-2026-7
2•gtirloni•19m ago•0 comments

I'm pretty sure isRecord is our fault

https://twitter.com/tldraw/status/2075329561642840339
1•luispa•20m ago•1 comments

AI progress should upgrade our view of the human brain – not devalue it

https://livingsystems.substack.com/p/ai-progress-should-upgrade-our-view
1•samuell•20m ago•0 comments

Mythos 5 offered outside the US by Anthropic

https://news.sky.com/video/mythos-5-offered-outside-the-us-by-anthropic-13561860
1•johnbarron•20m ago•0 comments

My niche Rust project now competes with Microsoft

https://jdiaz97.github.io/blog/my-niche-rust-project-now-competes-with-microsfot/
1•jdiaz97•21m ago•1 comments

Goodbye Substack, Hello Tuhat

https://tuhat.net/@sbr/p/goodbye-hello
1•8by3•21m ago•0 comments

My Visionaire MCP verifies whether agent CSS fixes rendered

https://github.com/mi60dev/visionaire-engine
1•mishonyAI•21m ago•1 comments

Associate Editors resign from Statistics and Computing editorial board

https://statmodeling.stat.columbia.edu/2026/07/10/18-associate-editors-resign-from-statistics-and...
1•Tomte•22m 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.