HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Oaklight

no profile record

投稿

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

github.com
3 ポイント·投稿者 Oaklight·3 か月前·0 コメント

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

github.com
2 ポイント·投稿者 Oaklight·3 か月前·0 コメント

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

github.com
2 ポイント·投稿者 Oaklight·3 か月前·0 コメント

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

github.com
3 ポイント·投稿者 Oaklight·昨年·4 コメント

コメント

Oaklight
·昨年·議論
what's GTM?
Oaklight
·昨年·議論
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.