jamesdumay commited on
Commit
c75b9c5
·
verified ·
1 Parent(s): b570926

Add metrics and flash-moe plugins

Browse files
Files changed (1) hide show
  1. plugins.jsonl +2 -0
plugins.jsonl CHANGED
@@ -1,2 +1,4 @@
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"}
 
 
 
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"}
3
+ {"name":"metrics","description":"Advertises mesh-llm metrics support through the plugin API while OTLP export remains configured by mesh-llm telemetry settings.","github_url":"https://github.com/Mesh-LLM/metrics","author_email":"maintainers@meshllm.cloud","author_name":"Mesh LLM"}
4
+ {"name":"flash-moe","description":"Connects mesh-llm to a Flash-MoE OpenAI-compatible endpoint or plugin-supervised Flash-MoE process.","github_url":"https://github.com/Mesh-LLM/flash-moe","author_email":"maintainers@meshllm.cloud","author_name":"Mesh LLM"}