environmentState property

Map<String, dynamic> environmentState
final

Application-defined environment state. Schema is decided by the application's outcome extractor.

Examples:

  • Card agent: {card_file, card_status, card_template, ...}
  • PKM agent: {workspace_diff, fact_id_recorded, insight_updated}
  • Schedule agent:{aggregation_yaml, dirty_state, ...}

Implementation

final Map<String, dynamic> environmentState;