frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MCP for building secured apps on SQL databases

https://www.dronahq.com/mcp-server/
1•kinj28•3m ago•0 comments

Who coined the term "spin doctor"?

https://www.theguardian.com/notesandqueries/query/0,5753,-1124,00.html
2•teleforce•9m ago•0 comments

Cyberattacks target water systems in at least 12 states

https://www.axios.com/2026/08/04/water-cyberattacks-us-iran
2•toomuchtodo•10m ago•0 comments

Sendspin: Open standard for the complete music listening experience

https://github.com/Sendspin
1•teleforce•13m ago•0 comments

Are Native Americans in the final stages of cultural eradication in the USA?

https://medium.com/freedomofthought/are-native-americans-in-the-final-stages-of-cultural-eradicat...
1•raynchad•16m ago•1 comments

The Moral Compass of AI: Why Fairness Shapes Our Future

https://medium.com/freedomofthought/the-moral-compass-of-ai-why-fairness-shapes-our-future-d2aed5...
1•raynchad•26m ago•0 comments

SpaceX hit by surging AI costs as insiders prepare to sell their shares

https://www.nbcnews.com/business/business-news/spacex-earnings-surging-ai-costs-rcna590682
3•mapping365•27m ago•0 comments

Funding found for free meals in Seattle schools

https://www.seattletimes.com/education-lab/funding-found-for-free-meals-in-seattle-schools/
2•petethomas•29m ago•0 comments

Do you find paid contribution on AI Annotation (e.g. DataAnnotation), moral?

1•moorcheh•30m ago•1 comments

Massive Worms, Tiny Bodies: Why Horsehair Worms Might Be Good for Nature [video]

https://www.youtube.com/watch?v=1VSeb-ZNRYY
1•thunderbong•30m ago•0 comments

Solving the Shortest Vector Problem in $2^{0.6039n}$ Time via Mid-Point Hessian

https://arxiv.org/abs/2608.02478
1•sbulaev•32m ago•0 comments

Trump administration drafting ban on Chinese data center devices, sources say

https://www.reuters.com/world/trump-administration-drafting-ban-chinese-data-center-devices-sourc...
2•mikhael•33m ago•0 comments

I built an AI tool that turns your photo into a Greek mythology character

http://blurb.cam/
1•gaoheyang•34m ago•0 comments

Rochelle Hudson

https://the-wanderling.com/hudson.html
1•petethomas•36m ago•0 comments

Nucleus – A lightweight dashboard for Linux dev environments (PHP and systemd)

https://github.com/LebToki/Nucleus
1•LebToki•38m ago•0 comments

The White House Is Keeping Its AI Cybersecurity Framework Secret

https://www.wired.com/story/the-white-house-is-keeping-its-ai-cybersecurity-framework-secret/
4•reasonableklout•39m ago•0 comments

The Bitwarden subscription is now $20 a year

https://bitwarden.com/pricing/
2•mikalauskas•42m ago•0 comments

SF $192 fine for teaching tennis to his own children

https://twitter.com/Polymarket/status/2084790486590517503
5•bilsbie•42m ago•0 comments

Reliability Lessons from SQLite – Richard Hipp | SSW (2026) [video]

https://www.youtube.com/watch?v=V_qzqY1bb7I
1•mif•43m ago•1 comments

Learning BASIC Like It's 1983 (2018)

https://twobithistory.org/2018/09/02/learning-basic.html
1•downbad_•44m ago•0 comments

NPM Registry Protocol

https://github.com/npm/statusboard/issues/340
1•jcbhmr•46m ago•0 comments

DiCaprio and Bezos set USD$200M fund to recover endangered species

https://variety.com/2026/film/news/leonardo-dicaprio-jeff-bezos-project-endangered-species-123682...
3•teleforce•57m ago•0 comments

Show HN: AI Version of My Resume

2•ricky300300•1h ago•0 comments

NexBoard

https://nexboard.ca
2•KonDanikas•1h ago•1 comments

AI used new levels of 'autonomy and deception'

https://www.bbc.co.uk/news/articles/c1w1lvn7d9go
3•smarri•1h ago•0 comments

After Losses, Retail Investors Flock to 3x Leverage as 2x Product Are Restricted

https://www.asiae.co.kr/en/article/2026080416131786841
7•mapping365•1h ago•1 comments

Wine Planted in Sand

http://www.nlcwines.com/colares-1
1•marysminefnuf•1h ago•0 comments

Show HN: Hubmesh – Multi-hop RAG retrieval with zero LLM calls in the query path

https://github.com/DemigodDSK/hubmesh
1•dsk_7699•1h ago•0 comments

CrewAI in Python: Coordinating Teams of AI Agents

https://realpython.com/crewai-python/
2•inferhaven•1h ago•0 comments

Show HN: AI gateway open source integrated with cursor and open router

https://www.routerfuel.com/
2•U_Zargar•1h 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.