fix: DAGI Router agents logic, MicroDAO logo URL handling

This commit is contained in:
Apple
2025-12-01 06:03:08 -08:00
parent e3accd4df0
commit 909258fdcb
3 changed files with 35 additions and 42 deletions

View File

@@ -7,9 +7,13 @@
<key>ProgramArguments</key>
<array>
<string>/usr/bin/python3</string>
<string>/opt/homebrew/bin/python3</string>
<string>/Users/apple/github-projects/microdao-daarion/scripts/node-guardian-loop.py</string>
<string>--node-id=node-2-macbook-m4max</string>
<string>--node-name=MacBook Pro M4 Max</string>
<string>--city-url=https://daarion.space/api</string>
<string>--environment=development</string>
<string>--roles=development,gpu,ai_runtime,testing</string>
</array>
<key>WorkingDirectory</key>
@@ -17,8 +21,6 @@
<key>EnvironmentVariables</key>
<dict>
<key>CITY_API_URL</key>
<string>https://daarion.space/api/city</string>
<key>SWAPPER_URL</key>
<string>http://localhost:8890</string>
<key>PYTHONUNBUFFERED</key>