Index
Symbols
@function_tool decorator 62
A
agent-as-tool pattern 91
functionality 93-96
versus handoffs 92, 93
Agent Loop 28
agent primitive 27, 28
Agents SDK
vector stores and FileSearchTool, using 126-128
agent testing
end-to-end testing 203-207
unit testing 207, 208
agent visualization 178-180
AI Agent 5
anatomy 10
building, framework 22
build methodology 10
customer service agent 48-51
developing 48
design patterns 16
handoff, adding 55-57
multi-agent orchestration 23, 24
overview 4
practical applications 7
tool, adding 51-55
with simple analogy 5
AI agents, anatomy
control logic framework 12
long-term memory 14, 15
memory and knowledge 14
model 10, 11
retrieved knowledge 16
tooling interface 12, 13
training knowledge 15, 16
working memory 14
AI agents, design patterns
CoT 17
hierarchical/multi-agent pattern 17, 18
planner...