frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Teslacode.dev – use Claude Code on your Tesla screen

https://teslacode.dev
1•kvakkefly•37s ago•0 comments

Organisation-specific Git authentication and commit signing

https://jamesmead.org/blog/2026-04-19-organisation-specific-git-authentication-and-commit-signing
1•speckx•52s ago•0 comments

Show HN: Mcptunnels – ngrok for MCP with basic OAuth

https://terragohan.github.io/mcptunnels/
2•helpprotactiniu•1m ago•0 comments

Freedom vs. Control

https://blog.lewman.com/freedom-vs-control.html
1•jruohonen•2m ago•0 comments

Expanding Censorship in Public Libraries

https://pen.org/report/out-of-circulation/
1•willmarch•2m ago•0 comments

Crab: A serverless Git remote for large files, backed by your object store

https://github.com/crabbuild/crab
2•forhappy•2m ago•0 comments

Ford government to begin ripping out, reconfiguring Toronto bike lanes

https://www.cbc.ca/news/canada/toronto/ford-government-toronto-bike-lanes-9.7327751
1•debo_•3m ago•0 comments

Dwarf Fortress creator: industry in shambles over AI and layoffs

1•01-_-•3m ago•0 comments

Show HN: Vedic astrology from your Vedic birth chart

https://vedicastrology.com
1•wowinter15•4m ago•0 comments

Ask HN: Why Doesn't an OSS Developer Union Exist?

1•smashah•5m ago•0 comments

DaemonCore Academy – 127 free cybersecurity lessons and disposable Docker ranges

https://academy.daemoncore.app
2•DaemonCoreApp•5m ago•0 comments

Hang on to Your Firefox

https://www.newsonaut.com/articles/hang-on-to-your-firefox
2•speckx•5m ago•0 comments

Mold linker will be rewritten in Rust

https://twitter.com/rui314/status/2094677980857680052
1•adamnemecek•5m ago•0 comments

Fable 5.1 Solves the Cyphral Distich

https://www.vals.ai/blogs/fable-solves-cyphral-distich
1•bashtoni•9m ago•0 comments

Zero of 773 FIPS 140-3 certificates are validated at Level 4

https://808bits.com/articles/fips-140-3-levels-explained/
2•meehow•9m ago•0 comments

Atlas Brain Wearable Pre-Order

https://atlasmankind.com/press/atlas-launches-preorders/
3•hasheddan•9m ago•0 comments

Introducing Blue Continuum

https://www.bluecontinuummag.com
1•dnetesn•10m ago•0 comments

The Age of the Micro-Entreprenuer

https://arjunrakesh.substack.com/p/the-age-of-the-micro-entrepreneur
1•arjunrko•10m ago•0 comments

Explore real AI risks through the lens of pop culture

https://cultural-alignment.com
2•transitivebs•10m ago•1 comments

Bioluminescence and Living Earth

https://worldsensorium.com/bioluminescence-and-living-earth/
1•dnetesn•11m ago•0 comments

The Harness, the Horse, or the Hay

https://queener.substack.com/p/the-harness-the-horse-or-the-hay
2•mithr•14m ago•0 comments

Topologist's Map of the World

https://www.futilitycloset.com/2026/09/01/small-world-20/
2•beardyw•15m ago•0 comments

OpenAI: Path to Astra: critical capabilities and frontier safeguards

https://openai.com/index/path-to-astra/
3•jithinraj•15m ago•0 comments

Apple reveals 'shocking evidence' from ex-employee's MacBook in OpenAI suit

https://9to5mac.com/2026/08/31/apple-openai-forensic-macbook-evidence/
5•colinprince•17m ago•0 comments

V2Kit: A Lightweight Toolkit for V2Ray Config Manipulation

https://pypi.org/project/v2kit/
1•rankorn•18m ago•0 comments

Show HN: Indextkn – live list prices for 900 AI models in one API

https://indextkn.com
1•lellow•18m ago•0 comments

ARC-AGI Without Pretraining (2025)

https://iliao2345.github.io/blog_posts/arc_agi_without_pretraining/arc_agi_without_pretraining.html
1•newsuser•20m ago•0 comments

New system views in PostgreSQL 19

https://clickhouse.com/blog/postgres-19-new-system-views
1•samaysharma•20m ago•0 comments

Dev-sandbox – One bash script to isolate AI coding agents with Podman

https://github.com/kosmrljt/dev-sandbox
2•tomazko•20m ago•0 comments

Cerebras's Next Generation CS-4: Fast Just Got Faster

https://newsletter.semianalysis.com/p/cerebrass-next-generation-cs-4-fast
1•rbanffy•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.