Skip to content

Commit e2b091b

Browse files
ethanwestfalljuntao
authored andcommitted
add CLAUDE.md, trading_agents folder (contains logic to orchestrate a team of trading agents), and .claude folder
1 parent c97d8e7 commit e2b091b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.claude/settings.local.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(cd /c/Users/ethan/Desktop/ByteTrade_Repos/fintool/trading_agents && python simulate.py btc --fast 2>&1 | head -100)",
5+
"Bash(python simulate.py btc --fast 2>&1 | head -80)",
6+
"Bash(python simulate.py btc --fast 2>&1 | head -120)",
7+
"Bash(python simulate.py btc --fast 2>&1)",
8+
"Bash(pip install:*)",
9+
"Bash(python simulate.py eth --fast 2>&1 && python simulate.py hype --fast 2>&1)",
10+
"Bash(python simulate.py all --fast 2>&1 | tail -30)"
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)