All Domains
1
27% of examAgentic Architecture & Orchestration
Design and implement agentic systems using the Claude Agent SDK, including multi-agent coordination, lifecycle management, and programmatic enforcement patterns.
Key Topics
- Agentic loop lifecycle and stop_reason handling
- Multi-agent coordinator-subagent patterns
- Subagent spawning via Task tool and context passing
- Programmatic enforcement vs prompt-based guidance
- Agent SDK hooks (PostToolUse, tool call interception)
- Task decomposition strategies
- Session management (--resume, fork_session)
- Guardrails and safety layers in agent architectures
- Agent state machines and workflow orchestration
Official Resources