<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns="http://www.loc.gov/MARC21/slim">
 <record>
  <leader>06742nam a22004693i 4500</leader>
  <controlfield tag="001">000729861</controlfield>
  <controlfield tag="003">MiAaPQ</controlfield>
  <controlfield tag="005">20260207165040.0</controlfield>
  <controlfield tag="006">m     o  d |</controlfield>
  <controlfield tag="007">cr cnu||||||||</controlfield>
  <controlfield tag="008">260207s2025    xx      o     ||||0 eng d</controlfield>
  <datafield tag="STA" ind1=" " ind2=" ">
   <subfield code="a">NEZPRACOVANÝ IMPORT</subfield>
  </datafield>
  <datafield tag="020" ind1=" " ind2=" ">
   <subfield code="a">9781806112005</subfield>
   <subfield code="q">(electronic bk.)</subfield>
  </datafield>
  <datafield tag="035" ind1=" " ind2=" ">
   <subfield code="a">(MiAaPQ)EBC32321860</subfield>
  </datafield>
  <datafield tag="035" ind1=" " ind2=" ">
   <subfield code="a">(Au-PeEL)EBL32321860</subfield>
  </datafield>
  <datafield tag="035" ind1=" " ind2=" ">
   <subfield code="a">(OCoLC)1543219244</subfield>
  </datafield>
  <datafield tag="100" ind1="1" ind2=" ">
   <subfield code="a">Habib, Henry.</subfield>
  </datafield>
  <datafield tag="245" ind1="1" ind2="0">
   <subfield code="a">Building Agents with OpenAI Agents SDK :</subfield>
   <subfield code="b">Create Practical AI Agents and Agentic Systems Through Hands-On Projects.</subfield>
  </datafield>
  <datafield tag="250" ind1=" " ind2=" ">
   <subfield code="a">1st ed.</subfield>
  </datafield>
  <datafield tag="264" ind1=" " ind2="1">
   <subfield code="a">Birmingham :</subfield>
   <subfield code="b">Packt Publishing, Limited,</subfield>
   <subfield code="c">2025.</subfield>
  </datafield>
  <datafield tag="264" ind1=" " ind2="4">
   <subfield code="c">©2025.</subfield>
  </datafield>
  <datafield tag="300" ind1=" " ind2=" ">
   <subfield code="a">1 online resource (277 pages)</subfield>
  </datafield>
  <datafield tag="336" ind1=" " ind2=" ">
   <subfield code="a">text</subfield>
   <subfield code="b">txt</subfield>
   <subfield code="2">rdacontent</subfield>
  </datafield>
  <datafield tag="337" ind1=" " ind2=" ">
   <subfield code="a">computer</subfield>
   <subfield code="b">c</subfield>
   <subfield code="2">rdamedia</subfield>
  </datafield>
  <datafield tag="338" ind1=" " ind2=" ">
   <subfield code="a">online resource</subfield>
   <subfield code="b">cr</subfield>
   <subfield code="2">rdacarrier</subfield>
  </datafield>
  <datafield tag="505" ind1="0" ind2=" ">
   <subfield code="a">Cover -- Title Page -- Copyright Page -- Contributors -- Table of Contents -- Preface -- Your Book Comes with Exclusive Perks - Here's How to Unlock Them -- Part 1: AI Agents -- Chapter 1: Introduction to AI Agents -- Technical requirements -- Overview of AI agents -- What is an AI agent? -- Understanding AI agents with a simple analogy -- Strengths and weaknesses of AI agents versus traditional systems -- Practical applications of AI agents -- Productivity gains -- Better interactivity -- New businesses -- Build methodology of AI agents -- Anatomy of an AI agent -- Model -- Tooling interface -- Memory and knowledge -- Design patterns -- CoT -- ReAct (Reasoning + Acting) -- Planner-execution -- Hierarchical/multi-agent -- Summary -- Chapter 2: Introduction to OpenAI Agents SDK -- Technical requirements -- Design features of OpenAI Agents SDK -- Framework for building AI agents -- Multi-agent orchestration -- Minimal abstraction -- Pythonic, extensible, and open sourced -- Core primitives -- Agent -- Runner -- Tools -- Handoff -- Guardrails -- Tracing -- Summary -- Chapter 3: Environment Setup and Developing Your First Agent -- Technical requirements -- Environment setup -- Python version and dependencies -- Project directory, virtual environment, and installations -- Registering for OpenAI API and setting up the API key -- Verifying the environment setup -- Alternative methods: Google Colab -- Development prerequisites -- Python functions architecture -- Python asynchronous programming -- Python Pydantic data validation -- Developing your first AI Agent -- A simple customer service agent -- Adding a tool -- Adding a handoff -- Summary -- Part 2: OpenAI Agents SDK -- Chapter 4: Agent Tools and MCPs -- Technical requirements -- Using custom tools with Python functions -- Defining a new tool -- Agent and tool behavior -- Tool choice.</subfield>
  </datafield>
  <datafield tag="505" ind1="8" ind2=" ">
   <subfield code="a">Tool use behavior -- Complex tool inputs with Pydantic -- Examples of custom tools -- Arithmetic computation tool -- External API call tool -- Database query tool -- Chained tool calls -- OpenAI hosted tools -- WebSearchTool -- FileSearchTool -- ImageGenerationTool -- CodeInterpreterTool -- Handoff versus agent-as-tool patterns -- Functionality -- MCP -- What is MCP? -- Adding an MCP server as a tool -- Summary -- Chapter 5: Memory and Knowledge -- Technical requirements -- Working memory -- Managing inputs and responses -- Chat conversations -- Conversation management with Sessions -- Managing large conversation threads -- Sliding message window -- Message summarization -- Long-term memory -- Persistent message logs -- Structured memory recall -- Training knowledge -- Retrieved knowledge -- Unstructured data -- Document ingestion -- Retrieval -- Using vector stores and FileSearchTool in the Agents SDK -- Limitations -- Summary -- Chapter 6: Multi-Agent Systems and Handoffs -- Technical requirements -- Multi-agent orchestrations -- Deterministic orchestration -- Dynamic orchestration -- Handoffs in OpenAI Agents SDK -- Introduction to handoffs -- Multi-agent switching -- Customizing handoffs -- Handoff prompting -- Multi-agent patterns -- Centralized system -- Hierarchical system -- Decentralized system -- Swarm system -- Summary -- Chapter 7: Model and Context Management -- Technical requirements -- Model management -- Adjusting the underlying model -- Adjusting the model settings -- Third-party models -- Context management -- Local context -- Summary -- Chapter 8: Agent System Management -- Technical requirements -- Agent visualization -- Guardrails -- Input guardrails -- Output guardrails -- Logging, tracing, and observability -- Custom traces and spans -- Grouping multiple traces and spans together -- Disabling traces -- Agent testing.</subfield>
  </datafield>
  <datafield tag="505" ind1="8" ind2=" ">
   <subfield code="a">End-to-end testing -- Unit testing -- Summary -- Part 3: Build AI Agents -- Chapter 9: Building AI Agents and Agentic Systems -- Technical requirements -- Building a customer service employee AI agent -- Setting up the database -- Setting up a vector store -- Creating a function tool to query data -- Creating a vector store search tool -- Creating an input guardrail -- Creating a retention agent -- Creating a customer service agent -- Building the runner -- Testing the agent -- Orchestrating an automated multi-agent workflow -- Setting up a customer database -- Setting up the transcripts JSON -- Creating function tools to retrieve data and search the web -- Creating the customer research agent -- Creating the email creation agent -- Orchestrating the workflow -- Testing the workflow -- Summary -- Packt Page -- Other Books You May Enjoy -- Index -- Blank Page.</subfield>
  </datafield>
  <datafield tag="520" ind1=" " ind2=" ">
   <subfield code="a">Master OpenAI's Agents SDK to design production-ready AI agents and agentic systems that solve real-world problems with practical guidanceGet your book with a free PDF, AI Assistant, and Next-Gen Reader Key Features Gain a complete understanding of the OpenAI Agents SDK features including models, tools, memory, guardrails, orchestration, tracing.</subfield>
  </datafield>
  <datafield tag="588" ind1=" " ind2=" ">
   <subfield code="a">Description based on publisher supplied metadata and other sources.</subfield>
  </datafield>
  <datafield tag="590" ind1=" " ind2=" ">
   <subfield code="a">Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2026. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.</subfield>
  </datafield>
  <datafield tag="655" ind1=" " ind2="7">
   <subfield code="a">elektronické knihy</subfield>
   <subfield code="7">fd186907</subfield>
   <subfield code="2">czenas</subfield>
  </datafield>
  <datafield tag="655" ind1=" " ind2="9">
   <subfield code="a">electronic books</subfield>
   <subfield code="2">eczenas</subfield>
  </datafield>
  <datafield tag="776" ind1="0" ind2="8">
   <subfield code="i">Print version:</subfield>
   <subfield code="a">Habib, Henry</subfield>
   <subfield code="t">Building Agents with OpenAI Agents SDK</subfield>
   <subfield code="d">Birmingham : Packt Publishing, Limited,c2025</subfield>
  </datafield>
  <datafield tag="710" ind1="2" ind2=" ">
   <subfield code="a">ProQuest (firma)</subfield>
   <subfield code="7">ko2008435111</subfield>
  </datafield>
  <datafield tag="856" ind1="4" ind2="0">
   <subfield code="u">https://ebookcentral.proquest.com/lib/vsep/detail.action?docID=32321860</subfield>
   <subfield code="y">Plný text</subfield>
  </datafield>
  <datafield tag="856" ind1="4" ind2="2">
   <subfield code="u">https://knihovna.vse.cz/zdroje/proquest-ebook-central/?info</subfield>
   <subfield code="y">Informace o práci s e-knihami</subfield>
  </datafield>
  <datafield tag="BAS" ind1=" " ind2=" ">
   <subfield code="a">PQ-OWNED</subfield>
  </datafield>
  <datafield tag="BAS" ind1=" " ind2=" ">
   <subfield code="a">EB</subfield>
  </datafield>
  <datafield tag="993" ind1=" " ind2=" ">
   <subfield code="x">NEPOSILAT</subfield>
   <subfield code="y">EB</subfield>
  </datafield>
 </record>
</collection>
