frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AVO: Agentic Variation Operators for Autonomous Evolutionary Search

https://arxiv.org/abs/2603.24517
1•ijidak•18s ago•0 comments

From Sensor Watch to Open Book Touch:A Framework for Creativity by Joey Castillo

https://www.crowdsupply.com/oddly-specific-objects/open-book-touch/updates/from-sensor-watch-to-o...
1•raffael_de•33s ago•0 comments

Show HN: Xue – A binary format for animating weather forecasts in browser

https://xue.ringsaturn.me
1•ringsaturn•37s ago•0 comments

Orchestration engine to drive autonomous AI coding agents in parallel

https://github.com/alex-reysa/singular-lite
1•alexreysa•1m ago•0 comments

Open-sourcing OpenPubkey SSH (OPKSSH): integrating single sign-on with SSH

https://www.ethanheilman.com/x/33/index.html
1•birdculture•3m ago•0 comments

AGI Will Set Off an Industrial Explosion

https://newsletter.ai-frontiers.org/p/agi-will-set-off-an-industrial-explosion
1•gmays•4m ago•0 comments

A Plain File Todo System That Works for Me

https://nkit.dev/blogs/plain_file_todo_system_that_works_for_me
1•nkit•5m ago•0 comments

Television to the Rescue Camille Acker on the Craft Potential of TV

https://lithub.com/television-to-the-rescue-camille-acker-on-the-craft-potential-of-tv/
1•ynac•8m ago•1 comments

A Sloppy Interface Is a Security Liability

https://blog.jim-nielsen.com/2026/sloppy-ui-is-security-liability/
1•Brajeshwar•12m ago•0 comments

U.S. Water Utility Cyberattacks: CISA Warns of Exposed PLCs in 2026

https://cyberupdates365.com/u-s-water-utility-cyberattacks/
2•udayhero•12m ago•0 comments

Ruminations on Notifications

https://dbushell.com/2026/08/20/ruminations-on-notifications/
1•tobr•13m ago•0 comments

Simply manage and search through your messy photos and screenshots on windows

https://apps.microsoft.com/detail/9mt89hd9s6sm?hl=en-US&gl=US
1•ringlochid•13m ago•0 comments

Longer meal intervals linked to faster disease accumulation in older adults

https://news.ki.se/longer-meal-intervals-linked-to-faster-disease-accumulation-in-older-adults
1•speckx•15m ago•0 comments

WhatsApp allows to see common lineage and first-upload timestamp of chat Media

https://github.com/alejandrocora/WhatsAppMediaEnumeration
1•alejandrocora•16m ago•1 comments

Krissis 4.0 for better decision making

1•Kribtg•16m ago•0 comments

California's Refining Industry: A Recent History

https://siepr.stanford.edu/publications/essay/californias-refining-industry-recent-history
2•toomuchtodo•16m ago•0 comments

Is the Smithsonian Trying to Destroy America?

https://www.newyorker.com/culture/the-lede/is-the-smithsonian-really-trying-to-destroy-america
1•rbanffy•17m ago•0 comments

How Juniors learn the trade when an agent writes the code

https://www.moystard.com/blog/ai-native-juniors/
1•moystard•17m ago•0 comments

I came to write THAT paper with Leslie Lamport

https://lawrencecpaulson.github.io//2026/08/21/Lamport.html
1•baruchel•19m ago•0 comments

US Navy carrier honouring Black war hero to be renamed after Trump

https://www.theguardian.com/us-news/2026/aug/21/navy-carrier-black-war-hero-trump-report
6•Alien1Being•19m ago•0 comments

America's First Legal Psilocybin Program Treated 346 People

https://www.sciencealert.com/americas-first-legal-psilocybin-program-treated-346-people-heres-wha...
1•downbad_•19m ago•0 comments

Chimpanzees Make the Same 'Laugh Faces' When They Emit Laughter and When Silent

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0127337
2•thunderbong•20m ago•1 comments

The List That Forgets

https://chazstevens.substack.com/p/the-list-that-forgets
1•severine•21m ago•0 comments

Pay-to-rank leaderboard exclusively for memecoins

https://www.topmemecoin.cash/
1•btsurgeo•21m ago•0 comments

Show HN: Muteval – mutation testing for your LLM evals

https://github.com/AshwinUgale/muteval
1•Ashwin1121•22m ago•0 comments

Moravec's Paradox

https://en.wikipedia.org/wiki/Moravec%27s_paradox
1•kensai•22m ago•0 comments

Lego color wheels (and why build a grid instead)

https://www.youtube.com/watch?v=7BXFFT0aPpE
1•fanf2•23m ago•0 comments

A two-month calendar on my Desktop

https://leancrew.com/all-this/2026/08/a-two-month-calendar-on-my-desktop/
2•surprisetalk•24m ago•0 comments

Show HN: My thirds steam game (and it failed)

https://store.steampowered.com/app/4943550/NOMSTERS/
2•ibackstrom•24m ago•0 comments

Getting the Steam Deck LCD working on a Raspberry Pi

https://www.jeffgeerling.com/blog/2026/steam-deck-lcd-pi-hat/
4•Brajeshwar•25m 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.