·Agentic AI
Module 9 Lesson 1: What StrandAgents Are
The lightweight alternative. Understanding the event-driven, streaming-first architecture of StrandAgents.
6 articles
The lightweight alternative. Understanding the event-driven, streaming-first architecture of StrandAgents.
Reacting in real-time. How to design agents that trigger actions based on external signals rather than internal loops.
Choosing your memory model. When to build agents that remember the past vs agents that treat every event as new.
Zero latency. Understanding how to build agents that speak while they think using async Python and SSE.
Choosing the right tool. Understanding when to use event-driven strands over complex graphs or crews.
Hands-on: Build an event-driven agent pipeline that detects toxicity and triggers a response.