Skip to content
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
a406b43
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jun 30, 2026
176d224
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jun 30, 2026
5b70cdb
Merge branch 'master' into perf/async-quota-exhausted-472205780069192…
sheepdestroyer Jun 30, 2026
854e768
Merge branch 'master' into perf/async-quota-exhausted-472205780069192…
sheepdestroyer Jun 30, 2026
dadce19
Merge branch 'master' into perf/async-quota-exhausted-472205780069192…
sheepdestroyer Jul 1, 2026
abd03cb
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jul 1, 2026
4b3bb58
Merge branch 'master' into perf/async-quota-exhausted-472205780069192…
sheepdestroyer Jul 1, 2026
8b44541
Update router/agy_proxy.py
sheepdestroyer Jul 1, 2026
0ddf171
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jul 1, 2026
7573726
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jul 1, 2026
d50178c
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jul 1, 2026
617d375
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jul 1, 2026
8877cb0
⚑ [performance] Unblock event loop by using aiofiles for CLI log reading
google-labs-jules[bot] Jul 1, 2026
ec6952c
Merge branch 'master' into perf/async-quota-exhausted-472205780069192…
sheepdestroyer Jul 1, 2026
6a823a4
chore: remove duplicate aiofiles import from agy_proxy.py
sheepdestroyer Jul 1, 2026
1262558
chore: clean up whitespace in main.py
sheepdestroyer Jul 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions start-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -f "$ENV_FILE" ]; then
set +a
fi

# Ensure openssl is installed if we need to generate passwords/keys



if [ -z "$OPENROUTER_API_KEY" ]; then
Expand Down Expand Up @@ -160,8 +160,6 @@ if [ -z "$MINIO_ROOT_PASSWORD" ]; then
echo "βœ“ Generated new MINIO_ROOT_PASSWORD and saved to $ENV_FILE"
fi



# DYNAMIC_LITELLM_MASTER_KEY_PLACEHOLDER in router config is resolved at runtime from env

FULL_REBUILD=false
Expand Down Expand Up @@ -387,7 +385,7 @@ placeholders = [
"ENCRYPTION_KEY_PLACEHOLDER",
"postgres-password-***",
"MINIO_USER_PLACEHOLDER",
"MINIO_PASSWORD_PLACEHOLDER"
"MINIO_PASSWORD_PLACEHOLDER",
"LANGFUSE_INIT_USER_PASSWORD_PLACEHOLDER"
]
for ph in placeholders:
Expand Down