AgentOS serves agents, teams, and workflows on the same contract.
Where a research system lives
| Surface | Shape |
|---|---|
| Slack channel | An analyst asks “review NVDA”; the pipeline replies in-thread with the memo |
| Scheduled review | A cron runs the workflow nightly on a watchlist and posts the decisions |
| Dashboard | A widget triggers a review and renders the structured decision |
| Backend gate | A pipeline calls the workflow before a position changes, blocks on a PASS |
Pick the entry point per request
| Caller wants | Hit |
|---|---|
| The decision of record | The Workflow (deterministic, auditable) |
| An open-ended question | A coordinate Team |
| An independent multi-view read | A broadcast Team |
| A single fact | A route Team |
Scheduled research is the high-leverage pattern
The review nobody remembered to run is the one that mattered. A scheduled workflow turns deep research from on-demand to always-on: every morning the watchlist is reviewed, the memos are written, and the decisions are waiting before anyone asks.Next steps
| Task | Guide |
|---|---|
| Add Slack or a browser surface | Interfaces |
| Lock down the endpoints | Security and auth |