Advanced features of Agentic Workflows
Learn about the advanced features of these Agentic Workflows and how to build and manage intelligent agents effectively.
- Artifact Files – The Artifact Files feature enables
generating artifact files by the integrated tools. Artifact files are the outputs of the agent
run and represent the final data or code produced during a workflow. You can upload different
artifact files when you test the workflows. Artifact files include the following examples:
- Structured data: CSV or Parquet files
- Interchange formats: JSON files
- Visualizations and media: Images and reports
- Content to run: Code files, such as Python scripts
- Smart Workflows - When enabled, the Smart Workflows feature uses an upgraded agentic framework that improves context management in complex multi-agent workflows, particularly those orchestrated by a Manager Agent. It ensures that agents receive the necessary historical context, reducing hallucination rates and improving overall workflow accuracy and stability.
- Planning - When enabled, the Planning feature forces the Manager Agent to generate and update an Execution Plan before running a complex task. This deliberate upfront thought process significantly improves accuracy and reliability in multi-agent collaboration, although it might introduce a slight initial latency and token cost for the planning step itself.
