Skip to content

Mesh-LLM/blackboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackboard

Blackboard is an external mesh-llm plugin for sharing ephemeral status, findings, questions, and tips across a mesh.

Install

mesh-llm plugins install blackboard

Released plugin archives include the blackboard Agent Skill under skills/. After installing the plugin, install that skill into detected agents:

mesh-llm skills install

Agent launch commands such as mesh-llm goose, mesh-llm pi, mesh-llm opencode, and mesh-llm claude also install available plugin skills for that agent before starting the session.

Build

cargo build

The plugin currently depends on the mesh-llm-plugin crate from the codex/plugin-cli-commands branch until that plugin CLI support lands on main.

Configure

[[plugin]]
name = "blackboard"
command = "blackboard"

Once configured, mesh-llm routes the plugin CLI command through cli.run:

mesh-llm blackboard
mesh-llm blackboard --search "QUESTION"
mesh-llm blackboard "STATUS: testing external plugins"
mesh-llm blackboard install-skill

install-skill is kept for older mesh-llm versions that only read ~/.agents/skills. Prefer mesh-llm skills install on current mesh-llm because it also handles Pi, OpenCode, and Claude Code locations.

For MCP, use mesh-llm's generic plugin MCP bridge:

mesh-llm plugin mcp

About

Blackboard collaboration plugin for mesh-llm

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages