-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlanggraph.json
More file actions
29 lines (29 loc) · 1.43 KB
/
Copy pathlanggraph.json
File metadata and controls
29 lines (29 loc) · 1.43 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
{
"dependencies": ["."],
"graphs": {
"agent": "./src/agents/agent.py:agent",
"warren_buffett": "./src/agents/warren_buffett/agent.py:agent",
"aswath_damodaran": "./src/agents/aswath_damodaran/agent.py:agent",
"ben_graham": "./src/agents/ben_graham/agent.py:agent",
"bill_ackman": "./src/agents/bill_ackman/agent.py:agent",
"cathie_wood": "./src/agents/cathie_wood/agent.py:agent",
"charlie_munger": "./src/agents/charlie_munger/agent.py:agent",
"fundamentals": "./src/agents/fundamentals/agent.py:agent",
"michael_burry": "./src/agents/michael_burry/agent.py:agent",
"peter_lynch": "./src/agents/peter_lynch/agent.py:agent",
"phil_fisher": "./src/agents/phil_fisher/agent.py:agent",
"portfolio_manager": "./src/agents/portfolio_manager/agent.py:agent",
"rakesh_jhunjhunwala": "./src/agents/rakesh_jhunjhunwala/agent.py:agent",
"risk_manager": "./src/agents/risk_manager/agent.py:agent",
"sentiment": "./src/agents/sentiment/agent.py:agent",
"stanley_druckenmiller": "./src/agents/stanley_druckenmiller/agent.py:agent",
"technicals": "./src/agents/technicals/agent.py:agent",
"trading": "./src/agents/trading/agent.py:agent",
"valuation": "./src/agents/valuation/agent.py:agent",
"information_query": "./src/agents/information_query/agent.py:agent"
},
"http": {
"configurable-headers": { "include": ["x-api-key", "authorization", "x-settings"] }
},
"env": ".env"
}