frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Inexpressible States: The History and Usage of Algebraic Data Types

https://www.makonea.com/en-US/blog/inexpressible-states-the-history-and-usage-of-algebraic-data-t...
1•jdw64•1m ago•0 comments

FlashAttention: Part 2

https://chizkidd.github.io//2026/09/17/flashattention-2/
1•ibobev•1m ago•0 comments

Fable 5.1 vs. Astra for coding: Fable 2X more expensive per task but solves more

https://aistack.imec-int.com/blog/astra-vs-fable-update
1•mindwraps•1m ago•1 comments

Extracting Grid Information Using CSS

https://blog.master.dev/extracting-grid-information-using-css/
1•ibobev•2m ago•0 comments

Lunch with the FT: Raspberry Pi Founder Eben Upton

https://www.ft.com/content/07acddb2-9a2f-4646-b7dd-2cb4ebe0257d
1•jyunwai•2m ago•0 comments

GPUs: Rent vs. Buy

https://cloud-gpus.com/rent-vs-buy/
1•6bitquant•2m ago•0 comments

Open Peeps – A hand-drawn illustration library

https://www.openpeeps.com/
1•kepler471•4m ago•0 comments

Grandmasters: Official Theatrical Trailer [video]

https://www.youtube.com/watch?v=QJ411MMkf7o
2•jonbaer•6m ago•0 comments

Wafer-Scale Superconducting Transistors Cut Cryo Cables

https://spectrum.ieee.org/superconducting-transistors
2•rbanffy•7m ago•0 comments

Show HN: Forcefield: A fast, lightweight local-first AI agent harness

https://github.com/fabledruns/forcefield
2•jehoshuam•7m ago•0 comments

Stepshell – an authenticated web terminal for Kubernetes pods

https://github.com/aortmann/stepshell
2•aortmann•8m ago•0 comments

Orca – deterministic, AI-driven development flows

https://github.com/VirtusLab/orca
3•mihau•10m ago•0 comments

A SQL Where Clause for Taste

https://query.farm/blog/a-where-clause-for-taste/
2•rustyconover•10m ago•0 comments

Meetings [pdf]

https://www.nber.org/system/files/working_papers/w35706/w35706.pdf
2•mooreds•10m ago•0 comments

WiFi QR Stand (3D Print with live preview)

https://github.com/Niek/wifi-stand
2•NiekvdMaas•11m ago•0 comments

The ABCs of Getting Rich

https://everywheremillionaire.substack.com/p/the-abcs-of-getting-rich
1•mooreds•11m ago•0 comments

Crab (Fiction): Google's AI Overview Invented a "Crab Team"

https://john.hartnup.uk/fiction/crab/
1•ereiamjh•12m ago•1 comments

Why Bend 2's typechecker benchmarks are misleading (and its practical flaws)

https://gist.github.com/Nezk/dda0511c492cf9bd673885f0341dca0e
2•Nezk•12m ago•0 comments

Turning a childhood home into a place to share with strangers

https://www.marketplace.org/story/2026/09/17/turning-a-childhood-home-into-a-place-to-share-with-...
1•mooreds•13m ago•0 comments

Signal Beta Lets Users Register Without a Phone Number

https://digitalescapetools.com/2026/09/signal-android-8-28-beta-numberless-registration.html
1•xabd•13m ago•0 comments

Patch2vuln v1.0: Streamlining Vulnerability Advisory from Git Patch

https://gcve.eu/2026/09/18/introducing-patch2vuln-v1.0-streamlining-vulnerability-advisory-creati...
1•adulau•14m ago•0 comments

Data centers are swapping water for forever chemicals to keep AI cool

https://fortune.com/2026/09/18/data-centers-ai-compute-pfas-forever-chemicals-water/
1•F3nd0•14m ago•0 comments

Show HN: Figranium – Stack blocks to build browser workflows and call via API

https://github.com/figranium/figranium
2•asernasr•17m ago•0 comments

Code review automation fixed the wrong problem

https://tomosu.ai/blogs/code-review-automation.html
1•tomosu-ai•18m ago•0 comments

Keeping Humans in the Loop

https://roarepally.com/blog/ai-as-an-intelligence-amplifier
1•ro_arepally•20m ago•0 comments

Find Jobs That Interview Without LeetCode

https://noleet.lol/
2•monological•21m ago•0 comments

HEIF Heist

https://heif-heist.com/#overview
2•machinecontrol•21m ago•0 comments

Show HN: Skillmem – local memory for coding agents that stores how, not what

https://github.com/liza-studio/skillmem
1•mrPetrukovich•26m ago•0 comments

AI is an elite crime spree

https://www.thebignewsletter.com/p/ai-is-an-elite-crime-spree
6•chmaynard•27m ago•0 comments

Fibonacci Product

https://www.johndcook.com/blog/2026/09/16/fibonacci-product/
1•ibobev•28m 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.