Phase 1 cleanup: onboarding flow, per-user S3 MEMORY.md, seed script

This commit is contained in:
daniel
2026-05-06 21:11:07 -05:00
parent 893c110729
commit 841e729b18
4 changed files with 107 additions and 21 deletions

View File

@@ -149,7 +149,7 @@ def main(payload: dict, context) -> dict:
user_context = f'Name: {name}'
if username:
user_context += f'\nTelegram username: @{username}'
system_prompt = build_system_prompt(user_context=user_context)
system_prompt = build_system_prompt(user_context=user_context, actor_id=actor_id)
# Model: claude-sonnet-4-6 via cross-region inference
model = BedrockModel(