-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathhedge_fund_agent.json
More file actions
27 lines (27 loc) · 932 Bytes
/
hedge_fund_agent.json
File metadata and controls
27 lines (27 loc) · 932 Bytes
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
{
"name": "AI Hedge Fund Agent",
"description": "Proof-of-concept multi-agent system that analyzes equities and generates research-focused trading signals. For educational and research use only — not intended for real trading or investment.",
"url": "http://localhost:10001/",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text",
"text/plain"
],
"defaultOutputModes": [
"text",
"text/plain"
],
"skills": [
{
"id": "run_hedge_fund",
"name": "Run Hedge Fund",
"description": "Execute the multi-agent analysis pipeline for specified tickers and date range. Returns proposed orders, position sizing and rationale from contributing agents.",
"tags": ["analysis"]
}
]
}