• Joined on 2025-12-26
daniel pushed to main at daniel/agent-claw 2026-05-08 16:17:41 +00:00
f4444cbd22 Fix: pass only authorized http to build(), not credentials, so timeout applies to API calls
daniel pushed to main at daniel/agent-claw 2026-05-08 16:12:10 +00:00
350ce231a4 embed workspace-mcp as direct dependency, simplify google credential loading
daniel pushed to main at daniel/agent-claw 2026-05-08 15:56:33 +00:00
245c2d64f5 Add debug logging to google_workspace tools
daniel pushed to main at daniel/agent-claw 2026-05-08 15:53:21 +00:00
6d0464ea07 Add httplib2 15s timeout + cache_discovery=False to prevent hangs
daniel pushed to main at daniel/agent-claw 2026-05-08 15:49:14 +00:00
25cba295b0 Update uv.lock to include google-api-python-client and deps
daniel pushed to main at daniel/agent-claw 2026-05-08 15:37:35 +00:00
ad594f6797 Add direct Google Calendar/Gmail tools, remove workspace_mcp
daniel pushed to main at daniel/agent-claw 2026-05-08 15:27:49 +00:00
943cf26d77 workspace-mcp: strip /workspace prefix for API GW proxy route
daniel pushed to main at daniel/agent-claw 2026-05-08 15:24:40 +00:00
647cb516db Route workspace-mcp through API Gateway to bypass SCP Lambda URL block
daniel pushed to main at daniel/agent-claw 2026-05-08 15:17:11 +00:00
eaf19fa9c5 Add debug logging for google_email and workspace_mcp URL
daniel pushed to main at daniel/agent-claw 2026-05-08 14:52:03 +00:00
700e9af2b8 Fix OAUTH_START_URL: use 'or' fallback in case env var is empty string
daniel pushed to main at daniel/agent-claw 2026-05-08 14:44:44 +00:00
9bf6461e1b Disable extended thinking: causes blank responses via streaming retry
daniel pushed to main at daniel/agent-claw 2026-05-08 14:38:23 +00:00
f90171cb43 test-bot: use env vars for credentials when available
daniel pushed to main at daniel/agent-claw 2026-05-08 14:31:05 +00:00
c3432649c0 Add deploy-agentcore.sh: SSO creds + staging sync before agentcore deploy
daniel pushed to main at daniel/agent-claw 2026-05-08 14:23:26 +00:00
b728356fe4 Hardcode OAUTH_START_URL fallback (env var not propagating to runtime)
daniel pushed to main at daniel/agent-claw 2026-05-08 04:31:13 +00:00
4e90440011 Hardcode scheduler Lambda ARN fallback (env var not propagating)
daniel pushed to main at daniel/agent-claw 2026-05-08 04:24:50 +00:00
58ed60f7b7 Add EventBridge scheduling: schedule_reminder, list_reminders, cancel_reminder
daniel pushed to main at daniel/agent-claw 2026-05-08 04:21:07 +00:00
825294d433 Inject current datetime into system prompt on every request
daniel pushed to main at daniel/agent-claw 2026-05-08 04:18:52 +00:00
0a0e26ccd2 Enable extended thinking: budget_tokens=2000
daniel pushed to main at daniel/agent-claw 2026-05-08 00:29:52 +00:00
b919a13c76 Fix enrolled_services key mapping in agent-runner payload
daniel pushed to main at daniel/agent-claw 2026-05-08 00:26:25 +00:00
ce95cf4c12 Remove send_message @tool def: was causing session-history duplicates