frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open-source social media scheduler

https://cogsend.com/
1•deepakness•1m ago•0 comments

EN World Is Being DDoS'd by AI Bots

https://www.enworld.org/
1•schrectacular•3m ago•1 comments

Operation Migration

https://en.wikipedia.org/wiki/Operation_Migration
1•thunderbong•6m ago•0 comments

Tesla Closes Texas Airspace for Roadster Launch Event

https://www.notateslaapp.com/news/4711/tesla-closes-texas-airspace-for-roadster-launch-event
2•m463•12m ago•0 comments

I annotated 87 real invoices to find out what they contain

https://invoicestospreadsheets.com/blog/what-87-real-invoices-contain
2•uziidev•14m ago•1 comments

Nearly Half of Age of Empires Dev Edge Laid Off

https://www.vgchartz.com/article/469158/nearly-half-of-age-of-empires-dev-worlds-edge-laid-off/
3•Jimmc414•23m ago•0 comments

We're Making Tailscale Faster

https://tailscale.com/blog/making-tailscale-faster
1•mfrw•24m ago•0 comments

RepoDocs – turn your repo's Markdown/*.md into a Figma-like board you can edit

https://github.com/alecerca/repoDocs
1•alecerca•26m ago•0 comments

Show HN:Tornedo- Everything a torrent client does, without leaving your terminal

https://www.npmjs.com/package/tornedo
1•debdev•26m ago•0 comments

Naming AI agents after Seinfeld characters helps bots join the team – report

https://www.theregister.com/ai-and-ml/2026/09/22/security-firm-finds-naming-ai-agents-after-seinf...
1•mikelgan•29m ago•0 comments

Open-weight models take 56% of token volume

https://vercel.com/blog/ai-gateway-production-index-september-2026
1•mgdo•33m ago•0 comments

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
2•benjaminclauss•36m ago•0 comments

Trump says US will henceforth call AI 'super intelligence'

https://www.reuters.com/legal/government/trump-says-us-will-henceforth-call-ai-super-intelligence...
6•OuterVale•37m ago•1 comments

Show HN: I generated 21k astrology pages with Swiss Ephemeris, open sourced

https://github.com/feifeizhao25-ship-it/astrology-pseo-generator
1•tianji-astrolog•38m ago•1 comments

Weak models write tool calls as prose. We started executing them

https://fiit.ai/engineering/tool-calls-as-prose
1•airbai•39m ago•0 comments

Formal methods can start small

https://www.yovico.ai/blog/formal-methods-can-start-small/
1•siberiankot•40m ago•0 comments

Z.ai uploading local code repos to overseas cloud without consent

https://www.reuters.com/legal/litigation/chinas-zai-disables-ai-coding-assistant-features-after-s...
1•txscdn•45m ago•1 comments

Strands harness: frontier performance with 28% lower token cost

https://strandsagents.com/blog/introducing-strands-harness/
3•fourfire•51m ago•0 comments

Can the US Build a DJI? A Teardown of Two DJI Drones

https://www.arenaphysica.com/publications/dji-teardown
1•tristanj•51m ago•0 comments

NASA-Funded Research Finds Complex Life Defying Record Heat

https://science.nasa.gov/science-research/planetary-science/nasa-funded-research-finds-complex-li...
1•Jimmc414•54m ago•1 comments

I'm sick of Claudisms, & what will happen next in AI-boosted software dev

https://www.polso.info/im-sick-of-claudisms-future-ai-software-development
2•rizsyed1•55m ago•1 comments

AQAB: Anti-fascist blocklist QAnon, conspiracy, fake news, far-right, hate sites

https://codeberg.org/NotaInutilis/AQAB
2•Baljhin•1h ago•0 comments

Trump administration attacks Australia optout algorithm law in rare intervention

https://www.abc.net.au/news/2026-09-22/trump-administration-slams-digital-duty-of-care-bill/10718...
1•jyhrow•1h ago•1 comments

Fun: First-Class Functions, Currying, and a Surprise

https://blog.tinyinterpreters.dev/posts/fun-first-class-functions/
1•TheWiggles•1h ago•0 comments

Meta admits Muse's likeness to OpenClaw isn't a coincidence

https://techcrunch.com/2026/09/22/meta-admits-muses-likeness-to-openclaw-isnt-a-coincidence/
1•sbulaev•1h ago•1 comments

Cities across US oppose Trump FCC plan to preempt local broadband rules

https://arstechnica.com/tech-policy/2026/09/cities-across-us-oppose-trump-fcc-plan-to-preempt-loc...
7•pseudolus•1h ago•0 comments

Web-based IBM 1620 emulator and IPL-V from 1963

https://github.com/pkimpel/retro-1620
2•abrax3141•1h ago•1 comments

Ask HN: What do people do with Android phones once security updates end?

1•trombuance•1h ago•2 comments

Show HN: Birthed, a daily board of what mattered that locks at midnight

https://github.com/jasonepage/Birthed
1•jpage2•1h ago•1 comments

Reflections on object oriented design patterns (2026)

1•kooi•1h ago•1 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.