Atjaunināt sīkdatņu piekrišanu

E-grāmata: AI Agents in Action

3.40/5 (79 ratings by Goodreads)
  • Formāts: 344 pages
  • Sērija : In Action
  • Izdošanas datums: 04-Mar-2025
  • Izdevniecība: Manning Publications
  • Valoda: eng
  • ISBN-13: 9781638357377
  • Formāts - EPUB+DRM
  • Cena: 49,74 €*
  • * ši ir gala cena, t.i., netiek piemērotas nekādas papildus atlaides
  • Ielikt grozā
  • Pievienot vēlmju sarakstam
  • Šī e-grāmata paredzēta tikai personīgai lietošanai. E-grāmatas nav iespējams atgriezt un nauda par iegādātajām e-grāmatām netiek atmaksāta.
  • Formāts: 344 pages
  • Sērija : In Action
  • Izdošanas datums: 04-Mar-2025
  • Izdevniecība: Manning Publications
  • Valoda: eng
  • ISBN-13: 9781638357377

DRM restrictions

  • Kopēšana (kopēt/ievietot):

    nav atļauts

  • Drukāšana:

    nav atļauts

  • Lietošana:

    Digitālo tiesību pārvaldība (Digital Rights Management (DRM))
    Izdevējs ir piegādājis šo grāmatu šifrētā veidā, kas nozīmē, ka jums ir jāinstalē bezmaksas programmatūra, lai to atbloķētu un lasītu. Lai lasītu šo e-grāmatu, jums ir jāizveido Adobe ID. Vairāk informācijas šeit. E-grāmatu var lasīt un lejupielādēt līdz 6 ierīcēm (vienam lietotājam ar vienu un to pašu Adobe ID).

    Nepieciešamā programmatūra
    Lai lasītu šo e-grāmatu mobilajā ierīcē (tālrunī vai planšetdatorā), jums būs jāinstalē šī bezmaksas lietotne: PocketBook Reader (iOS / Android)

    Lai lejupielādētu un lasītu šo e-grāmatu datorā vai Mac datorā, jums ir nepieciešamid Adobe Digital Editions (šī ir bezmaksas lietotne, kas īpaši izstrādāta e-grāmatām. Tā nav tas pats, kas Adobe Reader, kas, iespējams, jau ir jūsu datorā.)

    Jūs nevarat lasīt šo e-grāmatu, izmantojot Amazon Kindle.

Create LLM-powered autonomous agents and intelligent assistants tailored to your business and personal needs.

From script-free customer service chatbots to fully independent agents operating seamlessly in the background, AI-powered assistants represent a breakthrough in machine intelligence. In AI Agents in Action, you'll master a proven framework for developing practical agents that handle real-world business and personal tasks.

Author Micheal Lanham combines cutting-edge academic research with hands-on experience to help you:

• Understand and implement AI agent behavior patterns
• Design and deploy production-ready intelligent agents
• Leverage the OpenAI Assistants API and complementary tools
• Implement robust knowledge management and memory systems
• Create self-improving agents with feedback loops
• Orchestrate collaborative multi-agent systems
• Enhance agents with speech and vision capabilities

You won't find toy examples or fragile assistants that require constant supervision. AI Agents in Action teaches you to build trustworthy AI capable of handling high-stakes negotiations. You'll master prompt engineering to create agents with distinct personas and profiles, and develop multi-agent collaborations that thrive in unpredictable environments. Beyond just learning a new technology, you'll discover a transformative approach to problem-solving.

Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

About the technology

Most production AI systems require many orchestrated interactions between the user, AI models, and a wide variety of data sources. AI agents capture and organize these interactions into autonomous components that can process information, make decisions, and learn from interactions behind the scenes. This book will show you how to create AI agents and connect them together into powerful multi-agent systems.

About the book

In AI Agents in Action, you’ll learn how to build production-ready assistants, multi-agent systems, and behavioral agents. You’ll master the essential parts of an agent, including retrieval-augmented knowledge and memory, while you create multi-agent applications that can use software tools, plan tasks autonomously, and learn from experience. As you explore the many interesting examples, you’ll work with state-of-the-art tools like OpenAI Assistants API, GPT Nexus, LangChain, Prompt Flow, AutoGen, and CrewAI.

What's inside

• Knowledge management and memory systems
• Feedback loops for continuous agent learning
• Collaborative multi-agent systems
• Speech and computer vision

About the reader

For intermediate Python programmers.

About the author

Micheal Lanham is a software and technology innovator with over 20 years of industry experience. He has authored books on deep learning, including Manning’s Evolutionary Deep Learning.

Table of Contents

1 Introduction to agents and their world
2 Harnessing the power of large language models
3 Engaging GPT assistants
4 Exploring multi-agent systems
5 Empowering agents with actions
6 Building autonomous assistants
7 Assembling and using an agent platform
8 Understanding agent memory and knowledge
9 Mastering agent prompts with prompt flow
10 Agent reasoning and evaluation
11 Agent planning and feedback
A Accessing OpenAI large language models
B Python development environment