Skip to main content
This example demonstrates Workflows 2.0 shows how to:
  1. Access outputs from specific named steps (get_step_content())
  2. Aggregate all previous outputs (get_all_previous_content())
  3. Create comprehensive reports by combining multiple research sources

Key Features:

  • Step Output Access: Retrieve data from any previous step by name or collectively.
  • Custom Reporting: Combine and analyze outputs from parallel or sequential steps.
  • Streaming Support: Real-time updates during execution.
access_multiple_previous_steps_output.py