Short, copy-pasteable how-tos for building offices in DisSysLab. Each recipe shows the smallest example that demonstrates a pattern, with a working gallery example you can run.
If you're brand new, start with the Getting Started guide first. The recipes assume you've installed DisSysLab and have run at least one office.
- How to filter for a topic — forward only the items you care about; drop everything else into an inspectable file.
- How to add a new RSS source — swap one shipped feed for another, or register a brand-new feed by name.
- How to chain offices (advanced) — feed the output of one office into the input of another, with each office as a black box.
- How to write a custom role — define a new kind of agent (translator, summarizer, tagger, fact-checker) by writing a short job description.
- How to send messages to the outside world — route an agent's mailbox to a file, the terminal, your inbox, or a chat channel: how an office acts on the world.
- How to monitor your inbox — point an office at your Gmail inbox and let an analyst surface only the emails that matter.
- How to receive webhooks — listen for HTTP POSTs from another service (GitHub, Stripe, Zapier, another office) and let an agent decide what to do with each one.
- Sources and sinks reference — every source and sink shipped with DisSysLab.
- Gallery README — every office the framework ships with.