What problem does it solve?
Connects agent tools and OpenAI clients to a running mesh-llm node, enabling tool-enabled prompts, model routing, and centralized management. See docs/AGENTS.md for full reference.
Core Features & Use Cases
- Built-in launchers (goose, claude, opencode, pi) that inject configuration and start a local client connected to the mesh.
- Manual config guidance for any OpenAI client using the base URL http://<host>:9337/v1 with a non-empty API key.
- Validating agent behavior and tool-call reliability with reference to the agent harness and mesh model routing.
- Blackboard cross-mesh coordination with the blackboard plugin for cross-node status sharing (optional).
Quick Start
Connect an agent harness to the mesh-llm endpoint and verify a tool-enabled chat by issuing a request to http://127.0.0.1:9337/v1/chat/completions.