/ examples / scheduler / test_default_budget.yaml
test_default_budget.yaml
 1  framework: praisonai
 2  
 3  agents:
 4    - name: "Budget Test Agent"
 5      role: "Tester"
 6      instructions: "Count from 1 to 3"
 7      verbose: true
 8  
 9  task: "Print numbers 1, 2, 3"
10  
11  schedule:
12    interval: "*/3s"
13    max_retries: 2
14    run_immediately: true
15    # No max_cost specified - should default to $1.00