-
Book Overview & Buying
-
Table Of Contents
DeepSeek in Practice
By :
In Chapter 4, we discussed how to build simple applications using DeepSeek. In this chapter, we will discuss how to build LLM-powered agents with DeepSeek. At the time of writing, agents are a very popular topic. Many companies and engineers are rushing to build so-called agentic applications. A large number of agentic products have come out in recent years. Some popular examples are OpenAI’s deep research (https://openai.com/index/introducing-deep-research/) and Google’s Gemini Deep Research products (https://gemini.google/overview/deep-research), where LLMs will dynamically search the web for you and come up with a report that visits multiple websites and resources. If you work with software, you might have used some agentic systems: Claude Code (https://docs.anthropic.com/en/docs/claude-code/overview) and Cursor (https://www.cursor.com/) are good examples of agent-powered products.
Besides this, the libraries and frameworks used to build agents...