Quickstart
Quickstart
Install tools and inspect projects:
proto install
bun install
moon query projectsCreate a workspace file:
~/.config/agentboard/work.tomlExample workspace:
[[sources]]
id = "local"
[sources.source]
kind = "qmd"
collections = ["tasks"]
query = "intent: Find ready work items\nlex: status ready"
[[sources.actions]]
uses = "agentboard/run-cmd"
[sources.actions.with]
cmd = "echo {{ item.id }} {{ item.title }}"Planned CLI shape:
agentboard run work
agentboard list work