• Joined on 2025-12-26
daniel pushed to main at daniel/agent-claw 2026-05-16 14:49:33 +00:00
4ca5fee2c0 refactor: move factcloud from hardcoded SSM to per-user DynamoDB oauth2_m2m connection
daniel pushed to main at daniel/agent-claw 2026-05-16 14:26:02 +00:00
e77417b6cd feat: wire factcloud as direct MCP connection, drop knowledge_agent subagent
daniel pushed to main at daniel/agent-claw 2026-05-16 12:11:48 +00:00
ef5734101e fix: add knowledge_agent to system prompt subagent list
daniel pushed to main at daniel/agent-claw 2026-05-16 12:07:52 +00:00
8c28797bca feat: add /goal command for durable multi-turn objectives
daniel pushed to main at daniel/agent-claw 2026-05-16 04:32:26 +00:00
42dbdcde9e feat: factbase-cloud integration — knowledge_agent subagent with M2M auth
daniel pushed to main at daniel/agent-claw 2026-05-16 01:35:05 +00:00
ed6577ccf9 feat: billing tags on CDK stack + inference profile creation script
4f17bbd2c3 fix: intercept [HEARTBEAT] prompt, suppress chatty non-urgent responses
Compare 2 commits »
daniel pushed to main at daniel/agent-claw 2026-05-15 21:42:31 +00:00
e00702164d refactor: slim system prompt — SOUL.md+STATUS.md only, fix duplicate time injection
daniel pushed to main at daniel/agent-claw 2026-05-15 20:19:12 +00:00
05fee423f2 feat: dynamic subagent loading from SSM
daniel pushed to main at daniel/agent-claw 2026-05-15 16:49:06 +00:00
85efb082f7 fix: unconditional system prompt for call_aws availability
daniel pushed to main at daniel/agent-claw 2026-05-15 16:26:04 +00:00
40f9712c54 fix: remove explicit MCPClient.start() - Strands calls it internally
daniel pushed to main at daniel/agent-claw 2026-05-15 15:32:34 +00:00
ebd5a57ece fix: pass aws_service=aws-mcp to aws_iam_streamablehttp_client
daniel pushed to main at daniel/agent-claw 2026-05-15 15:28:53 +00:00
9c09dce519 deps: add mcp-proxy-for-aws to runtime dependencies
daniel pushed to main at daniel/agent-claw 2026-05-15 15:19:47 +00:00
0eff46126f Wire AWS MCP Server via mcp-proxy-for-aws
daniel pushed to main at daniel/agent-claw 2026-05-15 15:04:00 +00:00
266231d070 Add native boto3 AWS tools, remove broken AWS MCP client
daniel pushed to main at daniel/agent-claw 2026-05-15 14:29:10 +00:00
17b1536dae fix: move MCPClient imports inside try block, add TOOLS.md placeholder
daniel pushed to main at daniel/agent-claw 2026-05-15 14:14:36 +00:00
add8c6c988 fix: add missing MCPClient/streamablehttp_client imports; fix EXECUTION_ROLE_ARN to actual AgentCore role
daniel pushed to main at daniel/agent-claw 2026-05-15 13:56:10 +00:00
88ed337938 Add AWS MCP Server integration + IAM self-modify with approval gate
daniel pushed to main at daniel/agent-claw 2026-05-15 12:00:24 +00:00
68aad4fb71 Read model-id from /agent-claw/model-id SSM param and pass to BedrockModel
daniel pushed to main at daniel/agent-claw 2026-05-15 11:58:57 +00:00
f31d732cb9 Read model-id from SSM and pass to BedrockModel in main.py
62862f00f0 Make agent and compaction model IDs configurable via SSM
Compare 2 commits »
daniel pushed to main at daniel/agent-claw 2026-05-14 02:55:11 +00:00
bdd334b6fb feat: add user-configurable MCP connections