RaabtaHQ

Back office, overnight

Tomorrow, prepared overnight

Split across helpers while the building is empty

Preparing a clinic day is three unrelated jobs that all have to be done and none of which need each other. Done in sequence it takes an hour; done at once it takes as long as the slowest one.

  • One run, three helpers, working at the same time
  • Each helper gets only the tools its own piece needs
  • None of them can message a patient, by construction
  • A single briefing waiting in the morning

Today

Twenty minutes at the start of every day working out what today actually looks like.

With this running

A briefing already written, naming the two unconfirmed appointments and the three things running low.

RaabtaHQ — Agent run · prepare tomorrow
The runFolded the answers together
read the diaryread invoicesread stockmessage the customer

Each helper gets only what its own piece needs

confirm tomorrow
read the diarymessage the customer
11 appointments, 2 unconfirmed
chase unpaid
read invoicesmessage the customer
PKR 84,000 across 6 invoices
check stock
read stockmessage the customer
3 items below reorder level

Tomorrow: 2 to confirm, 6 invoices to chase, 3 items to reorder

Three helpers did the work. None of them could have messaged a patient if it had tried.

Step by step

What actually happens

  1. Assistant

    Wakes at ten at night and plans the job into three pieces.

  2. Assistant

    Hands each piece to its own helper — the diary, the balances, the stock — running at once.

  3. Assistant

    Each helper reports back; the run folds three answers into one briefing.

  4. Your team

    Arrives to a note naming what needs attention, rather than a blank diary to interpret.

01 / 02

Narrower, never wider

Each helper is handed a subset of what the parent run could already do — the diary helper gets diary tools and nothing else. That narrowing runs through the same permission path the parent went through, so a helper cannot end up with something its parent lacked, and it is not a prompt instruction that a model could talk itself past.

  • The parent's own tools are the ceiling
  • Each helper names the smaller set it needs
  • Sending tools are removed from a helper outright
  • A helper has no conversation attached, so there is nobody to message

02 / 02

Parallel is one instruction

There is no graph to draw and no dependency syntax. Everything named in one instruction runs at the same time; making one piece use another's result means waiting and asking again. That is a deliberate limit — a scheduling language hidden inside a tool is still a scheduling language, and it is the part of every agent framework that becomes impossible to reason about.

How this is put together

The same building blocks every assistant is made of. Nothing here is bespoke to this scenario.

What starts it

A scheduleEvery night at 22:00

Where it runs

Nowhere a customer can see. This one never sends a message — it has no tool that could.

What it can do

  • Checked the time
  • Looked through the appointments
  • Checked the doctors
  • Looked through the treatments
  • Planned out the steps
  • Added a note
  • Made a note to remember something

What it uses

Sub-agentsYour instructions libraryLong-term memory

Needs

An account running the matching industry module — the tools above come with it. See the modules

Every action above is a real capability, and every run keeps a record of which ones it used. How the engine holds this together →

More like this

Other things it does

Browse the whole library

Where this runs

The channels this scenario works on, and the industry module it belongs to.

Would this work for how you actually operate?

Tell us the scenario you have in mind. If it needs a building block we do not have, we would rather say so than sell you a demo.