Warning, /swf-testbed/workflows/prompt_processing_default.toml is written in an unsupported language. File is not indexed.
0001 [testbed]
0002 namespace = "test-user"
0003
0004 [workflow]
0005 name = "prompt_processing"
0006 version = "1.0"
0007 description = "Prompt processing of STF files"
0008 includes = ["daq_state_machine.toml"]
0009
0010 # =============================================================================
0011 # Agent Configuration
0012 # =============================================================================
0013 [agents.stf-data]
0014 enabled = true
0015 script = "agents/data_agent.py"
0016
0017 [agents.stf-processing]
0018 enabled = true
0019 script = "agents/prompt_processing_agent.py"
0020
0021 # =============================================================================
0022 # Prompt Processing Parameters (used by prompt_processing.py)
0023 # =============================================================================
0024 [simulation]
0025 # STF generation parameters
0026 stf_count = 10 # Number of STF files to generate
0027 physics_period_count = 1 # Number of physics periods
0028
0029 # Timing parameters
0030 realtime = true # Run in real-time (1 sim second = 1 wall second)
0031
0032 [prompt_processing]
0033 # Prompt processing parameters