← Member help · Chat

Scheduled jobs from Chat (v1 — gated)

Status

Enabled on this fabric (ops dogfood): MCP schedule gate ON + minute tick timer.
Ask in OmniLore mode (not Auto alone). The agent should call schedule_create and return a schedule_id and next_run_at.

Broader multi-tenant member policy is still maturing — treat this as gated and confirm with your operator if you are unsure you are allowed to schedule.

What you can ask

> “Every day at 2:00 AM America/Chicago, leave me a short fabric status note.”

The agent should call schedule_create and return:

Job kinds (v1)

| Kind | Result |
|------|--------|
| workspace_note | Markdown under your workspace schedules/<id>/ |
| personal_brief | Personal daily brief script for you only |
| agent_prompt_capped | Short Ollama answer (allowlisted model, no tools) |
| frontier_digest_capped | Timed FRONTIER DRAFT (live web cites + quality gate). Not automated deep research; not product SoT. Ops-only create during member beta. Members who want deep research: use a personal Deep Research Chat agent (tools + challenge dual), not this job kind. |

Honesty (frontier digests)

Not available (v1)

Delivery

| Path | Notes |
|------|--------|
| Workspace files | Always: workspaces/<you>/schedules/<schedule_id>/ (and LATEST when produced) |
| Optional notify | Mattermost-style notify only when policy allows (ops allowlist) |
| Chat thread popup | Not yet — open Chat does not auto-ping at 2 AM |

List / pause / cancel

| Ask | Tool (under the hood) |
|-----|------------------------|
| “List my schedules” | schedule_list |
| “Pause / resume …” | schedule_pause / schedule_resume |
| “Cancel schedule sch_…” | schedule_cancel |
| “Run this one now” | schedule_run_now (when allowed) |

Schedule ids must look like sch_ + 16 hex characters. Odd paths or free-form ids are rejected.

Related

End.