nice-bill commited on
Commit
1341087
·
1 Parent(s): 6959207

Add lock file and placeholders

Browse files
Files changed (4) hide show
  1. .env.example +18 -0
  2. .python-version +1 -0
  3. main.py +6 -0
  4. uv.lock +0 -0
.env.example ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MiniMax API
2
+ MINIMAX_API_KEY= your_minimax_api_key_here
3
+ # Supabase
4
+ SUPABASE_URL=your_supabase_project_url
5
+ SUPABASE_KEY=your_supabase_anon_key
6
+
7
+ # Simulation Settings
8
+ NUM_AGENTS=5
9
+ TURNS_PER_RUN=10
10
+ TOTAL_RUNS=100
11
+
12
+ # Token Settings
13
+ INITIAL_TOKENS=100
14
+
15
+ # Pool Settings
16
+ POOL_RESERVE_A=1000
17
+ POOL_RESERVE_B=1000
18
+ SWAP_FEE=0.003
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.11
main.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ def main():
2
+ print("Hello from defi-agents!")
3
+
4
+
5
+ if __name__ == "__main__":
6
+ main()
uv.lock ADDED
The diff for this file is too large to render. See raw diff