From 5f8622eb551139386b5e7c5d02676e4aaf18d73e Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sun, 20 Apr 2025 14:08:01 -0700 Subject: [PATCH] cleanup --- .../benchmark_results_20250418_132525.json | 512 ------------------ .../benchmark_results_20250418_132655.json | 267 --------- .../benchmark_results_20250418_133031.json | 467 ---------------- .../benchmark_results_20250418_133109.json | 467 ---------------- .../benchmark_results_20250418_133308.json | 252 --------- .../benchmark_results_20250418_133511.json | 252 --------- docs/mkdocs.yml | 3 + docs/web3/token.md | 108 ++++ pyproject.toml | 2 +- .../agent_exec_benchmark.py | 0 10 files changed, 112 insertions(+), 2218 deletions(-) delete mode 100644 benchmark_results/benchmark_results_20250418_132525.json delete mode 100644 benchmark_results/benchmark_results_20250418_132655.json delete mode 100644 benchmark_results/benchmark_results_20250418_133031.json delete mode 100644 benchmark_results/benchmark_results_20250418_133109.json delete mode 100644 benchmark_results/benchmark_results_20250418_133308.json delete mode 100644 benchmark_results/benchmark_results_20250418_133511.json create mode 100644 docs/web3/token.md rename agent_exec_benchmark.py => tests/agent_exec_benchmark.py (100%) diff --git a/benchmark_results/benchmark_results_20250418_132525.json b/benchmark_results/benchmark_results_20250418_132525.json deleted file mode 100644 index fbaee18a..00000000 --- a/benchmark_results/benchmark_results_20250418_132525.json +++ /dev/null @@ -1,512 +0,0 @@ -{ - "metadata": { - "timestamp": "2025-04-18T13:25:17.781535", - "num_iterations": 3, - "agent_config": { - "model_name": "gpt-4o-mini", - "max_loops": 2 - } - }, - "results": { - "Conduct an analysis of the best real undervalued ETFs": { - "execution_times": [ - 3.394164800643921, - 0.2887423038482666, - 0.15843510627746582 - ], - "system_metrics": [ - { - "cpu_percent": 27.1, - "memory_percent": 84.4, - "process_memory_mb": 175.5 - }, - { - "cpu_percent": 30.4, - "memory_percent": 84.8, - "process_memory_mb": 175.984375 - }, - { - "cpu_percent": 24.9, - "memory_percent": 84.8, - "process_memory_mb": 176.125 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 3.394, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 35.3, - "memory_percent": 84.2, - "process_memory_mb": 185.453125 - }, - "post": { - "cpu_percent": 27.1, - "memory_percent": 84.4, - "process_memory_mb": 175.5 - } - } - }, - { - "iteration": 2, - "execution_time": 0.289, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 84.4, - "process_memory_mb": 175.53125 - }, - "post": { - "cpu_percent": 30.4, - "memory_percent": 84.8, - "process_memory_mb": 175.984375 - } - } - }, - { - "iteration": 3, - "execution_time": 0.158, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 84.8, - "process_memory_mb": 175.984375 - }, - "post": { - "cpu_percent": 24.9, - "memory_percent": 84.8, - "process_memory_mb": 176.125 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 1.28, - "median": 0.289, - "min": 0.158, - "max": 3.394, - "std_dev": 1.832 - }, - "memory_usage": { - "mean": 175.87, - "median": 175.984, - "min": 175.5, - "max": 176.125, - "std_dev": 0.328 - }, - "cpu_usage": { - "mean": 27.467, - "median": 27.1, - "min": 24.9, - "max": 30.4, - "std_dev": 2.768 - } - } - }, - "What are the top performing tech stocks this quarter?": { - "execution_times": [ - 0.6481029987335205, - 0.22909188270568848, - 0.24907231330871582 - ], - "system_metrics": [ - { - "cpu_percent": 21.2, - "memory_percent": 84.7, - "process_memory_mb": 176.25 - }, - { - "cpu_percent": 0.0, - "memory_percent": 83.8, - "process_memory_mb": 176.40625 - }, - { - "cpu_percent": 0.0, - "memory_percent": 83.9, - "process_memory_mb": 176.765625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 0.648, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 50.0, - "memory_percent": 84.8, - "process_memory_mb": 176.125 - }, - "post": { - "cpu_percent": 21.2, - "memory_percent": 84.7, - "process_memory_mb": 176.25 - } - } - }, - { - "iteration": 2, - "execution_time": 0.229, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 84.7, - "process_memory_mb": 176.25 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.8, - "process_memory_mb": 176.40625 - } - } - }, - { - "iteration": 3, - "execution_time": 0.249, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.8, - "process_memory_mb": 176.40625 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.9, - "process_memory_mb": 176.765625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 0.375, - "median": 0.249, - "min": 0.229, - "max": 0.648, - "std_dev": 0.236 - }, - "memory_usage": { - "mean": 176.474, - "median": 176.406, - "min": 176.25, - "max": 176.766, - "std_dev": 0.264 - }, - "cpu_usage": { - "mean": 7.067, - "median": 0.0, - "min": 0.0, - "max": 21.2, - "std_dev": 12.24 - } - } - }, - "Analyze current market trends in renewable energy sector": { - "execution_times": [ - 2.0344760417938232, - 0.48967909812927246, - 0.08599114418029785 - ], - "system_metrics": [ - { - "cpu_percent": 22.9, - "memory_percent": 83.7, - "process_memory_mb": 168.40625 - }, - { - "cpu_percent": 21.9, - "memory_percent": 83.6, - "process_memory_mb": 168.3125 - }, - { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 166.328125 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 2.034, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.9, - "process_memory_mb": 176.78125 - }, - "post": { - "cpu_percent": 22.9, - "memory_percent": 83.7, - "process_memory_mb": 168.40625 - } - } - }, - { - "iteration": 2, - "execution_time": 0.49, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 33.3, - "memory_percent": 83.7, - "process_memory_mb": 168.421875 - }, - "post": { - "cpu_percent": 21.9, - "memory_percent": 83.6, - "process_memory_mb": 168.3125 - } - } - }, - { - "iteration": 3, - "execution_time": 0.086, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 168.3125 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 166.328125 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 0.87, - "median": 0.49, - "min": 0.086, - "max": 2.034, - "std_dev": 1.028 - }, - "memory_usage": { - "mean": 167.682, - "median": 168.312, - "min": 166.328, - "max": 168.406, - "std_dev": 1.174 - }, - "cpu_usage": { - "mean": 14.933, - "median": 21.9, - "min": 0.0, - "max": 22.9, - "std_dev": 12.942 - } - } - }, - "Compare Bitcoin and Ethereum investment potential": { - "execution_times": [ - 0.08068418502807617, - 0.08303999900817871, - 0.08367633819580078 - ], - "system_metrics": [ - { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 159.078125 - }, - { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 159.21875 - }, - { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 143.015625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 0.081, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 166.4375 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 159.078125 - } - } - }, - { - "iteration": 2, - "execution_time": 0.083, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 159.078125 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 159.21875 - } - } - }, - { - "iteration": 3, - "execution_time": 0.084, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 159.21875 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 143.015625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 0.082, - "median": 0.083, - "min": 0.081, - "max": 0.084, - "std_dev": 0.002 - }, - "memory_usage": { - "mean": 153.771, - "median": 159.078, - "min": 143.016, - "max": 159.219, - "std_dev": 9.315 - }, - "cpu_usage": { - "mean": 0.0, - "median": 0.0, - "min": 0.0, - "max": 0.0, - "std_dev": 0.0 - } - } - }, - "Evaluate the risk factors in emerging markets": { - "execution_times": [ - 0.08391690254211426, - 0.08319473266601562, - 0.08199191093444824 - ], - "system_metrics": [ - { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 143.28125 - }, - { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 130.984375 - }, - { - "cpu_percent": 24.1, - "memory_percent": 83.5, - "process_memory_mb": 77.046875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 0.084, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 143.015625 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 143.28125 - } - } - }, - { - "iteration": 2, - "execution_time": 0.083, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 143.28125 - }, - "post": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 130.984375 - } - } - }, - { - "iteration": 3, - "execution_time": 0.082, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 83.6, - "process_memory_mb": 130.984375 - }, - "post": { - "cpu_percent": 24.1, - "memory_percent": 83.5, - "process_memory_mb": 77.046875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 0.083, - "median": 0.083, - "min": 0.082, - "max": 0.084, - "std_dev": 0.001 - }, - "memory_usage": { - "mean": 117.104, - "median": 130.984, - "min": 77.047, - "max": 143.281, - "std_dev": 35.231 - }, - "cpu_usage": { - "mean": 8.033, - "median": 0.0, - "min": 0.0, - "max": 24.1, - "std_dev": 13.914 - } - } - } - } -} \ No newline at end of file diff --git a/benchmark_results/benchmark_results_20250418_132655.json b/benchmark_results/benchmark_results_20250418_132655.json deleted file mode 100644 index 4120bc7a..00000000 --- a/benchmark_results/benchmark_results_20250418_132655.json +++ /dev/null @@ -1,267 +0,0 @@ -{ - "metadata": { - "timestamp": "2025-04-18T13:25:33.415938", - "num_iterations": 1, - "agent_config": { - "model_name": "gpt-4o-mini", - "max_loops": 1 - } - }, - "results": { - "Conduct an analysis of the best real undervalued ETFs": { - "execution_times": [ - 14.138006687164307 - ], - "system_metrics": [ - { - "cpu_percent": 20.7, - "memory_percent": 84.4, - "process_memory_mb": 65.859375 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 14.138, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 37.6, - "memory_percent": 84.2, - "process_memory_mb": 239.515625 - }, - "post": { - "cpu_percent": 20.7, - "memory_percent": 84.4, - "process_memory_mb": 65.859375 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 14.138, - "median": 14.138, - "min": 14.138, - "max": 14.138 - }, - "memory_usage": { - "mean": 65.859, - "median": 65.859, - "min": 65.859, - "max": 65.859 - }, - "cpu_usage": { - "mean": 20.7, - "median": 20.7, - "min": 20.7, - "max": 20.7 - } - } - }, - "What are the top performing tech stocks this quarter?": { - "execution_times": [ - 17.769688844680786 - ], - "system_metrics": [ - { - "cpu_percent": 18.1, - "memory_percent": 83.0, - "process_memory_mb": 56.75 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 17.77, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 100.0, - "memory_percent": 84.4, - "process_memory_mb": 66.234375 - }, - "post": { - "cpu_percent": 18.1, - "memory_percent": 83.0, - "process_memory_mb": 56.75 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 17.77, - "median": 17.77, - "min": 17.77, - "max": 17.77 - }, - "memory_usage": { - "mean": 56.75, - "median": 56.75, - "min": 56.75, - "max": 56.75 - }, - "cpu_usage": { - "mean": 18.1, - "median": 18.1, - "min": 18.1, - "max": 18.1 - } - } - }, - "Analyze current market trends in renewable energy sector": { - "execution_times": [ - 14.471845149993896 - ], - "system_metrics": [ - { - "cpu_percent": 15.5, - "memory_percent": 82.3, - "process_memory_mb": 56.671875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 14.472, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 100.0, - "memory_percent": 83.0, - "process_memory_mb": 57.015625 - }, - "post": { - "cpu_percent": 15.5, - "memory_percent": 82.3, - "process_memory_mb": 56.671875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 14.472, - "median": 14.472, - "min": 14.472, - "max": 14.472 - }, - "memory_usage": { - "mean": 56.672, - "median": 56.672, - "min": 56.672, - "max": 56.672 - }, - "cpu_usage": { - "mean": 15.5, - "median": 15.5, - "min": 15.5, - "max": 15.5 - } - } - }, - "Compare Bitcoin and Ethereum investment potential": { - "execution_times": [ - 15.340633869171143 - ], - "system_metrics": [ - { - "cpu_percent": 16.5, - "memory_percent": 81.8, - "process_memory_mb": 54.5625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 15.341, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 82.4, - "process_memory_mb": 56.953125 - }, - "post": { - "cpu_percent": 16.5, - "memory_percent": 81.8, - "process_memory_mb": 54.5625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 15.341, - "median": 15.341, - "min": 15.341, - "max": 15.341 - }, - "memory_usage": { - "mean": 54.562, - "median": 54.562, - "min": 54.562, - "max": 54.562 - }, - "cpu_usage": { - "mean": 16.5, - "median": 16.5, - "min": 16.5, - "max": 16.5 - } - } - }, - "Evaluate the risk factors in emerging markets": { - "execution_times": [ - 19.98606514930725 - ], - "system_metrics": [ - { - "cpu_percent": 18.5, - "memory_percent": 82.2, - "process_memory_mb": 56.15625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 19.986, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_percent": 81.8, - "process_memory_mb": 55.046875 - }, - "post": { - "cpu_percent": 18.5, - "memory_percent": 82.2, - "process_memory_mb": 56.15625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 19.986, - "median": 19.986, - "min": 19.986, - "max": 19.986 - }, - "memory_usage": { - "mean": 56.156, - "median": 56.156, - "min": 56.156, - "max": 56.156 - }, - "cpu_usage": { - "mean": 18.5, - "median": 18.5, - "min": 18.5, - "max": 18.5 - } - } - } - } -} \ No newline at end of file diff --git a/benchmark_results/benchmark_results_20250418_133031.json b/benchmark_results/benchmark_results_20250418_133031.json deleted file mode 100644 index f8397015..00000000 --- a/benchmark_results/benchmark_results_20250418_133031.json +++ /dev/null @@ -1,467 +0,0 @@ -{ - "metadata": { - "timestamp": "2025-04-18T13:30:16.543562", - "num_iterations": 3, - "agent_config": { - "model_name": "gpt-4o-mini", - "max_loops": 1 - } - }, - "results": { - "Conduct an analysis of the best real undervalued ETFs": { - "execution_times": [ - 14.789254, - 13.413338, - 13.084335 - ], - "system_metrics": [ - { - "cpu_percent": 5.1, - "memory_mb": 67.765625 - }, - { - "cpu_percent": 3.7, - "memory_mb": 199.875 - }, - { - "cpu_percent": 16.2, - "memory_mb": 203.453125 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 14.789, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_mb": 243.046875 - }, - "post": { - "cpu_percent": 5.1, - "memory_mb": 67.765625 - } - } - }, - { - "iteration": 2, - "execution_time": 13.413, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 202.0, - "memory_mb": 243.109375 - }, - "post": { - "cpu_percent": 3.7, - "memory_mb": 199.875 - } - } - }, - { - "iteration": 3, - "execution_time": 13.084, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 107.1, - "memory_mb": 243.21875 - }, - "post": { - "cpu_percent": 16.2, - "memory_mb": 203.453125 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 13.762, - "median": 13.413, - "min": 13.084, - "max": 14.789, - "std_dev": 0.738 - }, - "memory_usage": { - "mean": 157.031, - "median": 199.875, - "min": 67.766, - "max": 203.453, - "std_dev": 63.137 - }, - "cpu_usage": { - "mean": 8.333, - "median": 5.1, - "min": 3.7, - "max": 16.2, - "std_dev": 5.592 - } - } - }, - "What are the top performing tech stocks this quarter?": { - "execution_times": [ - 14.40021, - 7.619928, - 9.870042 - ], - "system_metrics": [ - { - "cpu_percent": 2.5, - "memory_mb": 69.734375 - }, - { - "cpu_percent": 0.5, - "memory_mb": 204.46875 - }, - { - "cpu_percent": 0.8, - "memory_mb": 204.640625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 14.4, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 109.3, - "memory_mb": 243.1875 - }, - "post": { - "cpu_percent": 2.5, - "memory_mb": 69.734375 - } - } - }, - { - "iteration": 2, - "execution_time": 7.62, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 194.6, - "memory_mb": 243.328125 - }, - "post": { - "cpu_percent": 0.5, - "memory_mb": 204.46875 - } - } - }, - { - "iteration": 3, - "execution_time": 9.87, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 187.1, - "memory_mb": 243.734375 - }, - "post": { - "cpu_percent": 0.8, - "memory_mb": 204.640625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 10.63, - "median": 9.87, - "min": 7.62, - "max": 14.4, - "std_dev": 2.82 - }, - "memory_usage": { - "mean": 159.615, - "median": 204.469, - "min": 69.734, - "max": 204.641, - "std_dev": 63.555 - }, - "cpu_usage": { - "mean": 1.267, - "median": 0.8, - "min": 0.5, - "max": 2.5, - "std_dev": 0.881 - } - } - }, - "Analyze current market trends in renewable energy sector": { - "execution_times": [ - 3.193721, - 11.01429, - 13.543417 - ], - "system_metrics": [ - { - "cpu_percent": 5.7, - "memory_mb": 223.109375 - }, - { - "cpu_percent": 1.4, - "memory_mb": 203.46875 - }, - { - "cpu_percent": 9.9, - "memory_mb": 199.1875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 3.194, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 223.0, - "memory_mb": 243.8125 - }, - "post": { - "cpu_percent": 5.7, - "memory_mb": 223.109375 - } - } - }, - { - "iteration": 2, - "execution_time": 11.014, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 270.1, - "memory_mb": 243.953125 - }, - "post": { - "cpu_percent": 1.4, - "memory_mb": 203.46875 - } - } - }, - { - "iteration": 3, - "execution_time": 13.543, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 340.8, - "memory_mb": 244.0625 - }, - "post": { - "cpu_percent": 9.9, - "memory_mb": 199.1875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 9.25, - "median": 11.014, - "min": 3.194, - "max": 13.543, - "std_dev": 4.405 - }, - "memory_usage": { - "mean": 208.589, - "median": 203.469, - "min": 199.188, - "max": 223.109, - "std_dev": 10.415 - }, - "cpu_usage": { - "mean": 5.667, - "median": 5.7, - "min": 1.4, - "max": 9.9, - "std_dev": 3.47 - } - } - }, - "Compare Bitcoin and Ethereum investment potential": { - "execution_times": [ - 3.424122, - 12.162575, - 9.831582 - ], - "system_metrics": [ - { - "cpu_percent": 1.9, - "memory_mb": 217.640625 - }, - { - "cpu_percent": 2.9, - "memory_mb": 203.171875 - }, - { - "cpu_percent": 31.2, - "memory_mb": 204.765625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 3.424, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 364.2, - "memory_mb": 245.671875 - }, - "post": { - "cpu_percent": 1.9, - "memory_mb": 217.640625 - } - } - }, - { - "iteration": 2, - "execution_time": 12.163, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 659.7, - "memory_mb": 245.734375 - }, - "post": { - "cpu_percent": 2.9, - "memory_mb": 203.171875 - } - } - }, - { - "iteration": 3, - "execution_time": 9.832, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 612.4, - "memory_mb": 245.953125 - }, - "post": { - "cpu_percent": 31.2, - "memory_mb": 204.765625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 8.473, - "median": 9.832, - "min": 3.424, - "max": 12.163, - "std_dev": 3.695 - }, - "memory_usage": { - "mean": 208.526, - "median": 204.766, - "min": 203.172, - "max": 217.641, - "std_dev": 6.478 - }, - "cpu_usage": { - "mean": 12.0, - "median": 2.9, - "min": 1.9, - "max": 31.2, - "std_dev": 13.583 - } - } - }, - "Evaluate the risk factors in emerging markets": { - "execution_times": [ - 2.948636, - 12.942413, - 11.361344 - ], - "system_metrics": [ - { - "cpu_percent": 402.2, - "memory_mb": 246.078125 - }, - { - "cpu_percent": 2.2, - "memory_mb": 203.34375 - }, - { - "cpu_percent": 4.5, - "memory_mb": 203.59375 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 2.949, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 1494.6, - "memory_mb": 246.140625 - }, - "post": { - "cpu_percent": 402.2, - "memory_mb": 246.078125 - } - } - }, - { - "iteration": 2, - "execution_time": 12.942, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 529.1, - "memory_mb": 246.265625 - }, - "post": { - "cpu_percent": 2.2, - "memory_mb": 203.34375 - } - } - }, - { - "iteration": 3, - "execution_time": 11.361, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 578.8, - "memory_mb": 246.65625 - }, - "post": { - "cpu_percent": 4.5, - "memory_mb": 203.59375 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 9.084, - "median": 11.361, - "min": 2.949, - "max": 12.942, - "std_dev": 4.386 - }, - "memory_usage": { - "mean": 217.672, - "median": 203.594, - "min": 203.344, - "max": 246.078, - "std_dev": 20.087 - }, - "cpu_usage": { - "mean": 136.3, - "median": 4.5, - "min": 2.2, - "max": 402.2, - "std_dev": 188.022 - } - } - } - } -} \ No newline at end of file diff --git a/benchmark_results/benchmark_results_20250418_133109.json b/benchmark_results/benchmark_results_20250418_133109.json deleted file mode 100644 index 84b2d948..00000000 --- a/benchmark_results/benchmark_results_20250418_133109.json +++ /dev/null @@ -1,467 +0,0 @@ -{ - "metadata": { - "timestamp": "2025-04-18T13:30:51.812685", - "num_iterations": 3, - "agent_config": { - "model_name": "gpt-4o-mini", - "max_loops": 1 - } - }, - "results": { - "Conduct an analysis of the best real undervalued ETFs": { - "execution_times": [ - 8.791961, - 15.974623, - 10.00903 - ], - "system_metrics": [ - { - "cpu_percent": 3.9, - "memory_mb": 73.96875 - }, - { - "cpu_percent": 4.6, - "memory_mb": 71.171875 - }, - { - "cpu_percent": 21.5, - "memory_mb": 76.015625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 8.792, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_mb": 133.765625 - }, - "post": { - "cpu_percent": 3.9, - "memory_mb": 73.96875 - } - } - }, - { - "iteration": 2, - "execution_time": 15.975, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 96.7, - "memory_mb": 133.8125 - }, - "post": { - "cpu_percent": 4.6, - "memory_mb": 71.171875 - } - } - }, - { - "iteration": 3, - "execution_time": 10.009, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 76.2, - "memory_mb": 137.15625 - }, - "post": { - "cpu_percent": 21.5, - "memory_mb": 76.015625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 11.592, - "median": 10.009, - "min": 8.792, - "max": 15.975, - "std_dev": 3.139 - }, - "memory_usage": { - "mean": 73.719, - "median": 73.969, - "min": 71.172, - "max": 76.016, - "std_dev": 1.985 - }, - "cpu_usage": { - "mean": 10.0, - "median": 4.6, - "min": 3.9, - "max": 21.5, - "std_dev": 8.137 - } - } - }, - "What are the top performing tech stocks this quarter?": { - "execution_times": [ - 10.980763, - 11.800057, - 18.108609 - ], - "system_metrics": [ - { - "cpu_percent": 2.8, - "memory_mb": 76.203125 - }, - { - "cpu_percent": 2.4, - "memory_mb": 76.65625 - }, - { - "cpu_percent": 0.4, - "memory_mb": 69.515625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 10.981, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 40.8, - "memory_mb": 137.40625 - }, - "post": { - "cpu_percent": 2.8, - "memory_mb": 76.203125 - } - } - }, - { - "iteration": 2, - "execution_time": 11.8, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 87.4, - "memory_mb": 137.4375 - }, - "post": { - "cpu_percent": 2.4, - "memory_mb": 76.65625 - } - } - }, - { - "iteration": 3, - "execution_time": 18.109, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 180.9, - "memory_mb": 137.640625 - }, - "post": { - "cpu_percent": 0.4, - "memory_mb": 69.515625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 13.63, - "median": 11.8, - "min": 10.981, - "max": 18.109, - "std_dev": 3.185 - }, - "memory_usage": { - "mean": 74.125, - "median": 76.203, - "min": 69.516, - "max": 76.656, - "std_dev": 3.265 - }, - "cpu_usage": { - "mean": 1.867, - "median": 2.4, - "min": 0.4, - "max": 2.8, - "std_dev": 1.05 - } - } - }, - "Analyze current market trends in renewable energy sector": { - "execution_times": [ - 15.015125, - 9.916293, - 6.958686 - ], - "system_metrics": [ - { - "cpu_percent": 1.3, - "memory_mb": 69.953125 - }, - { - "cpu_percent": 14.6, - "memory_mb": 74.765625 - }, - { - "cpu_percent": 5.0, - "memory_mb": 72.90625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 15.015, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 169.6, - "memory_mb": 137.9375 - }, - "post": { - "cpu_percent": 1.3, - "memory_mb": 69.953125 - } - } - }, - { - "iteration": 2, - "execution_time": 9.916, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 212.3, - "memory_mb": 138.171875 - }, - "post": { - "cpu_percent": 14.6, - "memory_mb": 74.765625 - } - } - }, - { - "iteration": 3, - "execution_time": 6.959, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 149.0, - "memory_mb": 138.4375 - }, - "post": { - "cpu_percent": 5.0, - "memory_mb": 72.90625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 10.63, - "median": 9.916, - "min": 6.959, - "max": 15.015, - "std_dev": 3.328 - }, - "memory_usage": { - "mean": 72.542, - "median": 72.906, - "min": 69.953, - "max": 74.766, - "std_dev": 1.982 - }, - "cpu_usage": { - "mean": 6.967, - "median": 5.0, - "min": 1.3, - "max": 14.6, - "std_dev": 5.605 - } - } - }, - "Compare Bitcoin and Ethereum investment potential": { - "execution_times": [ - 15.44115, - 13.797926, - 8.355462 - ], - "system_metrics": [ - { - "cpu_percent": 2.4, - "memory_mb": 70.59375 - }, - { - "cpu_percent": 1.0, - "memory_mb": 69.875 - }, - { - "cpu_percent": 1.1, - "memory_mb": 73.5 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 15.441, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 218.0, - "memory_mb": 138.515625 - }, - "post": { - "cpu_percent": 2.4, - "memory_mb": 70.59375 - } - } - }, - { - "iteration": 2, - "execution_time": 13.798, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 298.8, - "memory_mb": 138.59375 - }, - "post": { - "cpu_percent": 1.0, - "memory_mb": 69.875 - } - } - }, - { - "iteration": 3, - "execution_time": 8.355, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 226.1, - "memory_mb": 139.984375 - }, - "post": { - "cpu_percent": 1.1, - "memory_mb": 73.5 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 12.532, - "median": 13.798, - "min": 8.355, - "max": 15.441, - "std_dev": 3.028 - }, - "memory_usage": { - "mean": 71.323, - "median": 70.594, - "min": 69.875, - "max": 73.5, - "std_dev": 1.567 - }, - "cpu_usage": { - "mean": 1.5, - "median": 1.1, - "min": 1.0, - "max": 2.4, - "std_dev": 0.638 - } - } - }, - "Evaluate the risk factors in emerging markets": { - "execution_times": [ - 6.380516, - 9.943111, - 9.821866 - ], - "system_metrics": [ - { - "cpu_percent": 126.4, - "memory_mb": 118.28125 - }, - { - "cpu_percent": 18.0, - "memory_mb": 75.28125 - }, - { - "cpu_percent": 1.8, - "memory_mb": 74.1875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 6.381, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 83.4, - "memory_mb": 140.046875 - }, - "post": { - "cpu_percent": 126.4, - "memory_mb": 118.28125 - } - } - }, - { - "iteration": 2, - "execution_time": 9.943, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 197.8, - "memory_mb": 140.109375 - }, - "post": { - "cpu_percent": 18.0, - "memory_mb": 75.28125 - } - } - }, - { - "iteration": 3, - "execution_time": 9.822, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 181.7, - "memory_mb": 140.171875 - }, - "post": { - "cpu_percent": 1.8, - "memory_mb": 74.1875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 8.715, - "median": 9.822, - "min": 6.381, - "max": 9.943, - "std_dev": 1.652 - }, - "memory_usage": { - "mean": 89.25, - "median": 75.281, - "min": 74.188, - "max": 118.281, - "std_dev": 20.533 - }, - "cpu_usage": { - "mean": 48.733, - "median": 18.0, - "min": 1.8, - "max": 126.4, - "std_dev": 55.315 - } - } - } - } -} \ No newline at end of file diff --git a/benchmark_results/benchmark_results_20250418_133308.json b/benchmark_results/benchmark_results_20250418_133308.json deleted file mode 100644 index 6e1c1bb4..00000000 --- a/benchmark_results/benchmark_results_20250418_133308.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "metadata": { - "timestamp": "2025-04-18T13:31:55.055663", - "num_iterations": 1, - "agent_config": { - "model_name": "gpt-4o-mini", - "max_loops": 1 - } - }, - "results": { - "Conduct an analysis of the best real undervalued ETFs": { - "execution_times": [ - 11.214983 - ], - "system_metrics": [ - { - "cpu_percent": 1.2, - "memory_mb": 187.140625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 11.215, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_mb": 192.546875 - }, - "post": { - "cpu_percent": 1.2, - "memory_mb": 187.140625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 11.215, - "median": 11.215, - "min": 11.215, - "max": 11.215 - }, - "memory_usage": { - "mean": 187.141, - "median": 187.141, - "min": 187.141, - "max": 187.141 - }, - "cpu_usage": { - "mean": 1.2, - "median": 1.2, - "min": 1.2, - "max": 1.2 - } - } - }, - "What are the top performing tech stocks this quarter?": { - "execution_times": [ - 13.182044 - ], - "system_metrics": [ - { - "cpu_percent": 0.3, - "memory_mb": 57.671875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 13.182, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 96.3, - "memory_mb": 187.140625 - }, - "post": { - "cpu_percent": 0.3, - "memory_mb": 57.671875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 13.182, - "median": 13.182, - "min": 13.182, - "max": 13.182 - }, - "memory_usage": { - "mean": 57.672, - "median": 57.672, - "min": 57.672, - "max": 57.672 - }, - "cpu_usage": { - "mean": 0.3, - "median": 0.3, - "min": 0.3, - "max": 0.3 - } - } - }, - "Analyze current market trends in renewable energy sector": { - "execution_times": [ - 11.858239 - ], - "system_metrics": [ - { - "cpu_percent": 0.3, - "memory_mb": 56.53125 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 11.858, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 98.1, - "memory_mb": 57.8125 - }, - "post": { - "cpu_percent": 0.3, - "memory_mb": 56.53125 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 11.858, - "median": 11.858, - "min": 11.858, - "max": 11.858 - }, - "memory_usage": { - "mean": 56.531, - "median": 56.531, - "min": 56.531, - "max": 56.531 - }, - "cpu_usage": { - "mean": 0.3, - "median": 0.3, - "min": 0.3, - "max": 0.3 - } - } - }, - "Compare Bitcoin and Ethereum investment potential": { - "execution_times": [ - 25.299971 - ], - "system_metrics": [ - { - "cpu_percent": 0.1, - "memory_mb": 55.734375 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 25.3, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 89.8, - "memory_mb": 56.671875 - }, - "post": { - "cpu_percent": 0.1, - "memory_mb": 55.734375 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 25.3, - "median": 25.3, - "min": 25.3, - "max": 25.3 - }, - "memory_usage": { - "mean": 55.734, - "median": 55.734, - "min": 55.734, - "max": 55.734 - }, - "cpu_usage": { - "mean": 0.1, - "median": 0.1, - "min": 0.1, - "max": 0.1 - } - } - }, - "Evaluate the risk factors in emerging markets": { - "execution_times": [ - 11.951775 - ], - "system_metrics": [ - { - "cpu_percent": 0.3, - "memory_mb": 55.5625 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 11.952, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 56.3, - "memory_mb": 55.890625 - }, - "post": { - "cpu_percent": 0.3, - "memory_mb": 55.5625 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 11.952, - "median": 11.952, - "min": 11.952, - "max": 11.952 - }, - "memory_usage": { - "mean": 55.562, - "median": 55.562, - "min": 55.562, - "max": 55.562 - }, - "cpu_usage": { - "mean": 0.3, - "median": 0.3, - "min": 0.3, - "max": 0.3 - } - } - } - } -} \ No newline at end of file diff --git a/benchmark_results/benchmark_results_20250418_133511.json b/benchmark_results/benchmark_results_20250418_133511.json deleted file mode 100644 index 36ce2a72..00000000 --- a/benchmark_results/benchmark_results_20250418_133511.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "metadata": { - "timestamp": "2025-04-18T13:34:14.487430", - "num_iterations": 1, - "agent_config": { - "model_name": "gpt-4o-mini", - "max_loops": 1 - } - }, - "results": { - "Conduct an analysis of the best real undervalued ETFs": { - "execution_times": [ - 9.132072 - ], - "system_metrics": [ - { - "cpu_percent": 1.8, - "memory_mb": 66.5 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 9.132, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 0.0, - "memory_mb": 229.375 - }, - "post": { - "cpu_percent": 1.8, - "memory_mb": 66.5 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 9.132, - "median": 9.132, - "min": 9.132, - "max": 9.132 - }, - "memory_usage": { - "mean": 66.5, - "median": 66.5, - "min": 66.5, - "max": 66.5 - }, - "cpu_usage": { - "mean": 1.8, - "median": 1.8, - "min": 1.8, - "max": 1.8 - } - } - }, - "What are the top performing tech stocks this quarter?": { - "execution_times": [ - 8.669393 - ], - "system_metrics": [ - { - "cpu_percent": 0.3, - "memory_mb": 73.859375 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 8.669, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 86.7, - "memory_mb": 66.609375 - }, - "post": { - "cpu_percent": 0.3, - "memory_mb": 73.859375 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 8.669, - "median": 8.669, - "min": 8.669, - "max": 8.669 - }, - "memory_usage": { - "mean": 73.859, - "median": 73.859, - "min": 73.859, - "max": 73.859 - }, - "cpu_usage": { - "mean": 0.3, - "median": 0.3, - "min": 0.3, - "max": 0.3 - } - } - }, - "Analyze current market trends in renewable energy sector": { - "execution_times": [ - 10.922691 - ], - "system_metrics": [ - { - "cpu_percent": 0.4, - "memory_mb": 55.6875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 10.923, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 108.3, - "memory_mb": 73.859375 - }, - "post": { - "cpu_percent": 0.4, - "memory_mb": 55.6875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 10.923, - "median": 10.923, - "min": 10.923, - "max": 10.923 - }, - "memory_usage": { - "mean": 55.688, - "median": 55.688, - "min": 55.688, - "max": 55.688 - }, - "cpu_usage": { - "mean": 0.4, - "median": 0.4, - "min": 0.4, - "max": 0.4 - } - } - }, - "Compare Bitcoin and Ethereum investment potential": { - "execution_times": [ - 13.72297 - ], - "system_metrics": [ - { - "cpu_percent": 0.3, - "memory_mb": 55.671875 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 13.723, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 87.7, - "memory_mb": 55.828125 - }, - "post": { - "cpu_percent": 0.3, - "memory_mb": 55.671875 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 13.723, - "median": 13.723, - "min": 13.723, - "max": 13.723 - }, - "memory_usage": { - "mean": 55.672, - "median": 55.672, - "min": 55.672, - "max": 55.672 - }, - "cpu_usage": { - "mean": 0.3, - "median": 0.3, - "min": 0.3, - "max": 0.3 - } - } - }, - "Evaluate the risk factors in emerging markets": { - "execution_times": [ - 14.099555 - ], - "system_metrics": [ - { - "cpu_percent": 0.3, - "memory_mb": 56.0 - } - ], - "iterations": [ - { - "iteration": 1, - "execution_time": 14.1, - "success": true, - "system_metrics": { - "pre": { - "cpu_percent": 61.7, - "memory_mb": 55.8125 - }, - "post": { - "cpu_percent": 0.3, - "memory_mb": 56.0 - } - } - } - ], - "statistics": { - "execution_time": { - "mean": 14.1, - "median": 14.1, - "min": 14.1, - "max": 14.1 - }, - "memory_usage": { - "mean": 56.0, - "median": 56.0, - "min": 56.0, - "max": 56.0 - }, - "cpu_usage": { - "mean": 0.3, - "median": 0.3, - "min": 0.3, - "max": 0.3 - } - } - } - } -} \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 14382b49..84c20fe0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -370,6 +370,9 @@ nav: - Overview: "swarms_rs/overview.md" - Agents: "swarms_rs/agents.md" + - Governance: + - Tokenomics: "web3/token.md" + # - Prompts API: # - Add Prompts: "swarms_platform/prompts/add_prompt.md" diff --git a/docs/web3/token.md b/docs/web3/token.md new file mode 100644 index 00000000..3e6d3e4e --- /dev/null +++ b/docs/web3/token.md @@ -0,0 +1,108 @@ +# $swarms Tokenomics + +::: info +**Empowering the Agentic Revolution** +Token Contract Address: `74SBV4zDXxTRgv1pEMoECskKBkZHc2yGPnc7GYVepump` +::: + +

+ $swarms is available on:
+ Pump.fun · Kraken · Bitget · Binance · OKX · and more +

+ +--- + +## 📦 Overview + +- **Token Name:** Swarms Coin +- **Ticker:** `$swarms` +- **Blockchain:** Solana +- **Utility:** + - Powering decentralized AI agents + - Incentive mechanism for developers and contributors + - Backbone of the Swarms ecosystem + +--- + +## 📊 Token Distribution + +| Allocation | Percentage | Purpose | +|-----------------|------------|-----------------------------------------------| +| 🧠 **Team** | `3%` | Operational resources, development, long-term sustainability | +| 🌍 **Public Sale** | `97%` | Community-owned, distributed through DEXs and CEXs | + +> 🧾 Originally, the team received only **2%**, one of the lowest allocations in DAO history. + +--- + +## 📣 A Message from the Team + +!!! quote + When we launched $swarms, we believed in radical decentralization. + Our team took only **2%** of the total supply — one of the smallest team allocations ever. + But this came at a cost. + +We underestimated how extreme decentralization can open doors for: +- **Market manipulation** +- **Exchange dominance** +- **Unsustainable development funding** + +--- + +## ⚖️ Our Proposed Solution + +We believe in the community — and in **responsible decentralization**. Through **DAO governance**, we propose the following: + +=== "Governance Proposals" +- 📈 **Increase team allocation to 10%** + To ensure sustainable growth, development, and community engagement. +- 🌱 **Launch a Grants Program** + Fuel innovation through Swarms-based agentic projects. +- 🛡 **Fight Market Manipulation** + Leverage community voting + on-chain tools to create defense mechanisms. +- 🤝 **Strengthen Community Dev Initiatives** + Enable contributors through better tools and incentives. + +--- + +## 🚀 Ecosystem Growth Plans + +- **Developer Bounties** via DAO +- **Agent SDKs** and AI node infrastructure +- **Liquidity Incentives** to support token utility +- **Cross-chain compatibility** in future phases + +--- + +## 📬 Call to Action + +[![DAO Governance](https://img.shields.io/badge/DAO%20Portal-Join%20Now-blue?logo=ethereum&style=for-the-badge)](https://dao.swarms.world) +[![Investor Page](https://img.shields.io/badge/Investor%20Info-Explore-green?style=for-the-badge)](https://investors.swarms.world) + +> Secure the future of Swarms DAO with your voice. + +--- + +## 📘 Summary + +| Key Metric | Value | +|------------------------|--------------| +| New Proposed Team Allocation | **10%** | +| Public & Ecosystem | **90%** | +| Governance | Community-led | +| Blockchain | Solana | +| Project Focus | Agentic AI, Decentralized Infrastructure | + +--- + +## 🌐 Links + +- [DAO Governance Portal][dao] +- [Investor Information][investors] +- [Official Website][site] +- [Discord Community][discord] + +[dao]: https://dao.swarms.world/ +[investors]: https://investors.swarms.world/ +[site]: https://swarms.world/ +[discord]: https://discord.gg/swarms diff --git a/pyproject.toml b/pyproject.toml index 56960caa..b0e8f831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "7.7.1" +version = "7.7.2" description = "Swarms - TGSC" license = "MIT" authors = ["Kye Gomez "] diff --git a/agent_exec_benchmark.py b/tests/agent_exec_benchmark.py similarity index 100% rename from agent_exec_benchmark.py rename to tests/agent_exec_benchmark.py