Tobias Schmidt @tpschmidt.com · Jun 18

Step Functions can now run Bedrock agents as a native workflow step! No more Lambda-wrapping-an-agent 🫰 You can drop agent reasoning directly into a state machine, right next to your Lambda, ECS, DynamoDB, whatever task! Cool things

0 likes 1 replies

?

Replies

Tobias Schmidt · Jun 18

1) Parallel agents: Fan out multiple agents from one state, then join their results. Map state plus reasoning step in the same workflow! 2) Human approval gates built in! 3) Per-invocation overrides: Swap model, system prompt, or tools per step without duplicating agent config.