Skip to main content
Serve the research workflow with AgentOS to make it available to Slack, scheduled jobs, dashboards, and backend services. Register the individual analysts, research teams, and workflow in one runtime.
Every registered agent, team, and workflow gets a run endpoint. Sessions are served from a shared /sessions router, filterable by component and session type. A surface calls the workflow for the auditable review or a team for an open-ended question, with the same request shape.

Delivery surfaces

Product agents, data agents, and research systems use the same AgentOS run endpoints. Each surface selects the registered component that matches the request.

Choose an entry point

One AgentOS exposes all three. The surface chooses the shape per request.

Scheduled research

Use an AgentOS schedule to run a watchlist review at a fixed interval. Each run produces the workflow’s memos and decisions for the team. AgentOS ships the scheduler. Start it with AgentOS(..., scheduler=True) and register a cron against the workflow’s run endpoint with ScheduleManager. See Scheduling.

Next steps

Developer Resources