/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 withAgentOS(..., scheduler=True) and register a cron against the workflow’s run endpoint with ScheduleManager. See Scheduling.