redesign fully scaffolded and web login works
This commit is contained in:
19
gateway/src/harness/workflows/trading-request/config.yaml
Normal file
19
gateway/src/harness/workflows/trading-request/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Trading Request Workflow Configuration
|
||||
|
||||
name: trading-request
|
||||
description: Human-in-the-loop workflow for executing trading requests
|
||||
|
||||
# Workflow settings
|
||||
timeout: 600000 # 10 minutes (includes human wait time)
|
||||
maxRetries: 1
|
||||
requiresApproval: true
|
||||
approvalNodes:
|
||||
- await_approval
|
||||
|
||||
# Trading limits
|
||||
maxPositionPercent: 0.05 # 5% of portfolio max
|
||||
minRiskRewardRatio: 2.0 # Minimum 2:1 risk/reward
|
||||
|
||||
# Model override (optional)
|
||||
model: claude-3-5-sonnet-20241022
|
||||
temperature: 0.2
|
||||
Reference in New Issue
Block a user