HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Oaklight

no profile record

Submissions

LLM-Rosetta: Zero-Dep API Translator for OpenAI, Anthropic, Google and Streaming

github.com
3 points·by Oaklight·3 months ago·0 comments

Zerodep: Performant single-file, zero-dep Python modules (protobuf, YAML, etc.)

github.com
2 points·by Oaklight·3 months ago·0 comments

Show HN: LLM-Rosetta - Translate LLM API Calls Across OpenAI, Anthropic, Gemini

github.com
2 points·by Oaklight·3 months ago·0 comments

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

github.com
3 points·by Oaklight·last year·4 comments

comments

Oaklight
·last year·discuss
what's GTM?
Oaklight
·last year·discuss
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.