Agent Workflows
Agent workflows turn multi-step analysis into structured, replayable work. They can be invoked from chat, product surfaces, schedules, alerts, or future workflow plugins.
What Workflows Coordinate
Section titled “What Workflows Coordinate”- Resource reads and mutations through the Resource Tree.
- Market data, news, fundamentals, and reference tools.
- Sandbox computation for screening, backtesting, event studies, and table generation.
- Research artifacts, notifications, and scheduled execution.
Invariants
Section titled “Invariants”Workflow execution should preserve typed inputs, replayable intent, and permission boundaries. User-owned resources remain in the database and Resource Tree; runtime analysis can produce artifacts or proposed mutations, but should not become a parallel source of truth.
Source docs: docs/vision/agent-workflows.md,
docs/vision/agent-env.md, and docs/vision/resource-tree.md.