llm-kb
← Back to releases
Tool Release

Toolnexus: a vendor-neutral tool-calling layer for LLMs, byte-identical across 5 languages

Toolnexus is a small, vendor-neutral library that provides a unified tool-calling interface for LLMs, ported byte-identically across JavaScript, Python, Go, Java, and C#. It treats MCP servers, agent skills, custom functions, HTTP endpoints, shell/file tools, and remote A2A agents as the same callable, emitting schemas in OpenAI, Anthropic, and Gemini formats. The library includes a client with built-in parallel and chained tool-calling loops and supports human-in-the-loop suspend/resume.

0 engagement·1 source·Sun, Jul 12, 2026, 12:32 PM
Toolnexus unifies diverse tool sources behind a single `Tool` interface, allowing any LLM to dynamically call tools as agent frameworks do. It supports multiple schema formats and includes a client for parallel and chained calls. A notable feature is real human-in-the-loop suspend/resume, enabling interactive workflows. The library is designed for portability and consistency across five major programming languages.

Entities

OpenAI(company)Gemini(model)Anthropic(company)MCP(concept)Toolnexus(tool)A2A(concept)

Related

ProductSun, Jul 12, 2026, 12:37 PM

Toolnexus: vendor-neutral tool-calling library for LLMs in 5 languages

Toolnexus is a small, vendor-neutral tool-calling library and client loop that provides a unified Tool interface over six sources: MCP servers, agent skills, custom functions, HTTP endpoints, built-in shell/file tools, and remote A2A agents. It handles the entire tool-calling loop (parallel/chained calls, streaming, hooks, retries, memory, metrics) and supports human-in-the-loop via suspend/resume. The library is ported identically across JavaScript, Python, Go, Java, and C#, solving the problem of fragmented tool integration for developers building LLM agents.

1 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 01:34 PM

Declarative, sandboxed language for tool orchestration with LLMs

Skillscript is a small, declarative language for defining fixed procedures that local agents execute consistently, avoiding LLM drift and token waste. It lets users write and version agent behaviors instead of relying on model guesses each time. Solves the problem of unreliable, costly agent task execution for developers building local AI agents.

13 engagement·1 source·hackernews
BenchmarkMon, Jul 6, 2026, 11:21 AM

Community compares local LLMs for agentic workflows using tool-eval-bench

A GitHub user published an interactive comparison report evaluating local LLMs for agentic workflows, using the tool-eval-bench benchmark (84 scenarios, 16 categories, 8 trials). The report targets single DGX Spark or other 96-128GB rigs and covers multi-turn tool orchestration, function calling, and autonomous planning as exercised by Hermes Agent.

31 engagement·1 source·github
Tool ReleaseWed, Jul 8, 2026, 07:28 PM

AgentMaker: a new Python framework for building LLM agents and multi-agent systems

AgentMaker is a general-purpose Python framework for building LLM agents and multi-agent systems, featuring tools, memory, RAG, context engineering, guardrails, human-in-the-loop, and observability. It is released under MIT license on GitHub and PyPI.

32 engagement·1 source·github
ProductSat, Jul 11, 2026, 06:40 AM

Enola: engineering intelligence layer for AI coding agents

Enola is an open-source engineering intelligence layer that helps AI coding agents understand existing codebases. It answers questions about change impact, dependency reachability, safe module deletion, refactoring priorities, and architecture drift. The tool uses LLMs to analyze code context and provide insights that reduce mistakes from both humans and AI agents.

4 engagement·1 source·reddit