Add openai-endpoint plugin
Browse files- plugins.jsonl +1 -0
plugins.jsonl
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
{"name":"blackboard","description":"Shared mesh blackboard for agent status, findings, questions, answers, and searchable coordination notes.","github_url":"https://github.com/mesh-llm/blackboard","author_email":"maintainers@meshllm.cloud","author_name":"Mesh LLM"}
|
|
|
|
|
|
| 1 |
{"name":"blackboard","description":"Shared mesh blackboard for agent status, findings, questions, answers, and searchable coordination notes.","github_url":"https://github.com/mesh-llm/blackboard","author_email":"maintainers@meshllm.cloud","author_name":"Mesh LLM"}
|
| 2 |
+
{"name":"openai-endpoint","description":"Routes mesh-llm inference to an external OpenAI-compatible endpoint such as llama.cpp, vLLM, TGI, Ollama, or Lemonade Server.","github_url":"https://github.com/Mesh-LLM/openai-endpoint","author_email":"maintainers@meshllm.cloud","author_name":"Mesh LLM"}
|