-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
105 lines (105 loc) · 2.89 KB
/
Copy pathdefault.json
File metadata and controls
105 lines (105 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"cycle": {
"timeoutSeconds": 1740,
"stageBudgetsSeconds": {
"marketDiscovery": 120,
"agentResearch": 1500,
"validationExecution": 120,
"reconciliationReporting": 120
}
},
"marketSelection": {
"opportunityBoardVariant": "GENERALIST_CONTROL",
"maximumPromptMarkets": 24,
"minimumMinutesToClose": 5,
"maximumDaysToClose": 365,
"maximumSpread": "0.10",
"minimumLiquidityUsd": "1000",
"minimumVolume24hUsd": "500",
"allowIfLiquidityOrVolumePasses": true,
"familyScouts": {
"enabled": true,
"reservedPromptMarkets": 8,
"maximumFamilies": 8,
"maximumMembersPerFamily": 3,
"minimumFamilyMembers": 3,
"enrichmentRequestBudget": 24,
"maximumMarketsPerCategory": 4,
"maximumClimateMarkets": 4,
"scoringWeights": {
"liquidityOrDepth": "0.30",
"volume24h": "0.25",
"uncertainty": "0.20",
"exchangeRankQuality": "0.20",
"cappedRecurrence": "0.05"
}
}
},
"agent": {
"maximumRounds": 22,
"maximumWebSearches": 8,
"maximumProviderWebSearchesPerResponse": 2,
"maximumEvidenceSourceReadRequests": 6,
"maximumMarketDiscoveryRequests": 5,
"maximumMarketDetailRequests": 10,
"maximumMarketAnalysisRequests": 6,
"maximumTradePreviewRequests": 6,
"maximumNoteOperations": 20,
"passResearch": {
"minimumDiscoveryRequests": 1,
"minimumDistinctDiscoveryModes": 1,
"minimumInspectedMarkets": 4,
"minimumDistinctEventFamilies": 2,
"minimumWebSearches": 2,
"minimumMarketAnalyses": 1,
"minimumTradePreviews": 1
},
"memory": {
"enabled": false,
"maximumNotes": 50,
"maximumContextNotes": 20,
"maximumNoteCharacters": 1200
},
"state": {
"enabled": true,
"maximumBeliefs": 100,
"maximumContextBeliefs": 40,
"maximumBeliefCharacters": 2000,
"maximumPlanCharacters": 4000
},
"timeoutSeconds": 1500
},
"risk": {
"maximumPositionCostBasisFraction": "0.15",
"maximumCycleSpendFraction": "0.05",
"maximumExecutionSpread": "0.10",
"kellyFraction": "0.25",
"uncertaintyBoundWeight": "0.50",
"duplicateWindowMinutes": 30,
"minimumIndependentSources": 1,
"allowNakedShorts": false,
"emergencyExitEnabled": false
},
"exchange": {
"maximumConcurrentRequests": 4,
"targetRequestsPerSecond": 8,
"maximumGetRetries": 20,
"baseRetryDelayMilliseconds": 1000,
"maximumRetryDelayMilliseconds": 8000,
"activityLookbackDays": 30,
"cleanupUnexpectedOpenOrders": false,
"managedRestingBuyOrders": {
"enabled": false,
"maximumLifetimeMinutes": 15
}
},
"reporting": {
"directory": "reports",
"shadowLedger": {
"enabled": true,
"maximumObservationsPerCycle": 16,
"maximumSettlementChecksPerCycle": 24,
"maximumMarkChecksPerCycle": 12
}
}
}