BeFreed
    Categories>AI>AI Agent:从对话框走向行动派,深度解析智能体核心架构

    AI Agent:从对话框走向行动派,深度解析智能体核心架构

    11 min
    |
    |
    1. Mai 2026
    AITechnologyBusiness

    当大模型不再止于聊天,如何通过感知、大脑与行动模块构建能解决复杂问题的智能体?Lena 和 Eli 将带你拆解规划器、记忆协同与工具库核心架构,助你完成从 LLM 基础到商业化落地的深度进阶。

    AI Agent:从对话框走向行动派,深度解析智能体核心架构

    Bestes Zitat aus AI Agent:从对话框走向行动派,深度解析智能体核心架构

    “

    AI Agent 不仅有大脑,还长出了‘手脚’,有了‘记忆’,能真正去驱动外部世界,完成所谓的‘知行合一’。现在的核心竞争力不再是单纯卷大模型的参数规模,而在于你如何‘编排智能’。

    ”

    Diese Audiolektion wurde von einem BeFreed-Community-Mitglied erstellt

    Eingabefrage

    This lesson is part of the learning plan: 'AI前沿技术进阶与商业化落地实战指南'. Lesson topic: AI Agent 核心架构:感知、大脑与行动 Overview: 拆解智能体的五大模块,理解其如何从“回答问题”转向“解决问题”。 Key insights to cover in order: 1. 规划器(Planner)的任务分解逻辑 2. 短期记忆(Redis)与长期记忆(向量库)的协同 3. 工具库(Toolset)的标准化接口规范 Listener profile: - Learning goal: ai最新技术学习和商业化 - Background knowledge: 我学过基础课程,之前接触过计算机视觉和大语言模型。 - Guidance: 应该涵盖最新AI技术趋势和商业应用案例,可以在现有计算机视觉和大语言模型基础上深入学习。 Tailor examples, pacing, and depth to this listener. Avoid analogies or references that assume knowledge outside this listener's profile.

    Moderatorstimmen
    Lenaplay
    Lenaplay
    Lernstil
    Schnell
    Wissensquellen
    [url_1c5a5d5e:c0000] cloud.baidu.com/article/5745893 p1-1
    link
    https://cloud.baidu.com/article/5745893
    [url_0b4717b8:c0000] developer.aliyun.com/article/1707471 p1-1
    link
    https://developer.aliyun.com/article/1707471
    [url_72bb16a7:c0000] cloud.tencent.com/developer/article/2640566 p1-1
    link
    https://cloud.tencent.com/developer/article/2640566
    [url_926289f2:c0000] devpress.csdn.net/v1/article/detail/151155242 p1-1
    link
    https://devpress.csdn.net/v1/article/detail/151155242
    [url_bbb0af5f:c0000] cloud.tencent.com.cn/developer/article/2609763 p1-1
    link
    https://cloud.tencent.com.cn/developer/article/2609763?policyId=1003
    [url_8741edc0:c0000] cloud.tencent.com/developer/article/2412999 p1-1
    link
    https://cloud.tencent.com/developer/article/2412999

    Häufig gestellte Fragen

    AI Agent 被形象地称为长了“手脚”和“记忆”的大模型。普通的聊天机器人通常局限于“聊天框里的魔法”,即简单的问答交互;而 AI Agent 具备感知、大脑和行动三个核心模块。它不仅能理解指令,还能通过规划器拆解复杂任务,利用记忆系统存储信息,并调用外部工具库去驱动外部世界,从而实现从“只会说话”到“能解决问题”的进阶。

    AI Agent 的记忆系统模仿人类,分为短期记忆和长期记忆。短期记忆通常基于 Redis 等缓存技术,用于存储当前的对话上下文,以便理解“那个订单”等即时指代,建议生存时间在 5 分钟以内。长期记忆则依赖向量数据库(如 Milvus 或 Pinecone),通过检索增强生成(RAG)技术,让 Agent 能够像查阅参考书一样检索历史案例或专业知识,从而处理复杂的企业级任务。

    为了防止 Agent 做出危险操作(如误删数据库),执行层必须具备严格的安全设计。首先,需要建立基于 RBAC 模型的权限控制系统,确保 Agent 调用工具前经过身份鉴权。其次,所有输入输出需通过 JSON Schema 等方式进行严格校验。对于高危动作(如执行代码),应在 Docker 等隔离的沙箱环境中运行。此外,还需引入熔断机制和频率限制,防止 Agent 动作过快冲垮第三方系统。

    由于 AI 产品的每一次生成和检索都需要消耗算力,传统的“无限量包月”模式可能导致亏损。建议转向“点数制”定价,确保算力支出与收入挂钩。在商业逻辑上,应从关注结果转向关注成本与效率的平衡。只要 Agent 能显著减少用户的操作步骤或消除学习焦虑,用户通常愿意支付溢价。同时,确保客户终身价值(LTV)大于获客成本的三倍以上,是业务可持续发展的红线。

    这通常与数据处理和检索策略有关。如果文档切分不当导致语义断裂,Agent 就难以搜到准确答案,建议每个数据块保持在 300 到 800 字并保留重叠部分。针对“幻觉”问题,可以通过“知识验证”要求模型仅基于检索内容回答。此外,引入 Rerank(重排序)技术,利用精确的小模型对初步检索结果进行二次排序,可以显著提升回答的准确率。

    Mehr entdecken

    agent实操和应用,特别是最先进的agent架构如何设计,如何让a gen t

    agent实操和应用,特别是最先进的agent架构如何设计,如何让a gen t

    LERNPLAN

    agent实操和应用,特别是最先进的agent架构如何设计,如何让a gen t

    随着大模型从对话向行动演进,掌握Agent架构设计已成为AI开发者的核心竞争力。本课程适合希望从理论跨越到实操,构建具备自主决策和多机协作能力的深度开发者。

    3 h 38 m•4 Abschnitte
    Learn about Llm agent

    Learn about Llm agent

    LERNPLAN

    Learn about Llm agent

    As AI shifts from passive chat to active autonomy, mastering agents is essential for the next generation of software development. This plan is ideal for developers and tech innovators looking to build self-correcting, task-oriented AI systems.

    4 h 5 m•4 Abschnitte
    Study LLM internals and Claude Code harness

    Study LLM internals and Claude Code harness

    LERNPLAN

    Study LLM internals and Claude Code harness

    As AI evolves from simple chat interfaces to autonomous agents, understanding the underlying architecture is crucial for senior developers. This plan bridges the gap between deep learning theory and practical, agentic development using Claude Code, making it ideal for engineers looking to build reliable AI-driven software.

    3 h 26 m•4 Abschnitte
    How to setup ai agents like a pro

    How to setup ai agents like a pro

    LERNPLAN

    How to setup ai agents like a pro

    This plan is essential for developers and business leaders looking to move beyond basic prompts into the world of autonomous systems. It provides a technical roadmap for anyone wanting to automate complex operations and scale productivity using advanced AI architectures.

    4 h 26 m•4 Abschnitte
    高效训练多语种、多音色、高质量语音模型

    高效训练多语种、多音色、高质量语音模型

    LERNPLAN

    高效训练多语种、多音色、高质量语音模型

    随着生成式AI的爆发,高质量多语种语音技术已成为人机交互的核心。本方案专为希望掌握从底层Transformer架构到高并发部署全流程的AI工程师和开发者设计,旨在提升构建企业级语音产品的实战能力。

    3 h 21 m•4 Abschnitte
    AI: Use, Implement, and Monetize

    AI: Use, Implement, and Monetize

    LERNPLAN

    AI: Use, Implement, and Monetize

    This comprehensive path bridges the gap between technical AI development and commercial execution. It is ideal for developers, entrepreneurs, and strategists who want to not only build sophisticated AI systems but also successfully bring them to market.

    2 h 33 m•4 Abschnitte
    Master Agentic Systems as an AI Engineer

    Master Agentic Systems as an AI Engineer

    LERNPLAN

    Master Agentic Systems as an AI Engineer

    As AI shifts from passive chat to active agency, mastering autonomous workflows is the next frontier for engineers. This path is ideal for developers and data scientists looking to build, scale, and govern production-ready multi-agent systems.

    3 h 37 m•4 Abschnitte
    Use AI to enhance daily life

    Use AI to enhance daily life

    LERNPLAN

    Use AI to enhance daily life

    As AI rapidly shifts from experimental technology to everyday tool, the gap between those who can harness it effectively and those who can't is widening. This learning plan is essential for professionals, entrepreneurs, students, and curious individuals who want to stay relevant and amplify their capabilities rather than being left behind. Whether you're overwhelmed by AI hype or already dabbling with ChatGPT, this structured approach will transform you from a casual user into someone who strategically leverages AI to multiply their impact.

    2 h 6 m•5 Abschnitte

    Von Columbia University Alumni in San Francisco entwickelt

    BeFreed vereint eine globale Gemeinschaft von 1,000,000 wissbegierigen Menschen
    Erfahren Sie mehr darüber, wie BeFreed im Web diskutiert wird

    "Instead of endless scrolling, I just hit play on BeFreed. It saves me so much time."

    @Moemenn
    platform
    star
    star
    star
    star
    star

    "I never knew where to start with nonfiction—BeFreed’s book lists turned into podcasts gave me a clear path."

    @Chloe, Solo founder, LA
    platform
    comments
    12
    likes
    117

    "Perfect balance between learning and entertainment. Finished ‘Thinking, Fast and Slow’ on my commute this week."

    @Raaaaaachelw
    platform
    star
    star
    star
    star
    star

    "Crazy how much I learned while walking the dog. BeFreed = small habits → big gains."

    @Matt, YC alum
    platform
    comments
    12
    likes
    108

    "Reading used to feel like a chore. Now it’s just part of my lifestyle."

    @Erin, Investment Banking Associate , NYC
    platform
    comments
    254
    likes
    17

    "Feels effortless compared to reading. I’ve finished 6 books this month already."

    @djmikemoore
    platform
    star
    star
    star
    star
    star

    "BeFreed turned my guilty doomscrolling into something that feels productive and inspiring."

    @Pitiful
    platform
    comments
    96
    likes
    4.5K

    "BeFreed turned my commute into learning time. 20-min podcasts are perfect for finishing books I never had time for."

    @SofiaP
    platform
    star
    star
    star
    star
    star

    "BeFreed replaced my podcast queue. Imagine Spotify for books — that’s it. 🙌"

    @Jaded_Falcon
    platform
    comments
    201
    thumbsUp
    16

    "It is great for me to learn something from the book without reading it."

    @OojasSalunke
    platform
    star
    star
    star
    star
    star

    "The themed book list podcasts help me connect ideas across authors—like a guided audio journey."

    @Leo, Law Student, UPenn
    platform
    comments
    37
    likes
    483

    "Makes me feel smarter every time before going to work"

    @Cashflowbubu
    platform
    star
    star
    star
    star
    star

    Von Columbia University Alumni in San Francisco entwickelt

    BeFreed vereint eine globale Gemeinschaft von 1,000,000 wissbegierigen Menschen
    Erfahren Sie mehr darüber, wie BeFreed im Web diskutiert wird

    "Instead of endless scrolling, I just hit play on BeFreed. It saves me so much time."

    @Moemenn
    platform
    star
    star
    star
    star
    star

    "I never knew where to start with nonfiction—BeFreed’s book lists turned into podcasts gave me a clear path."

    @Chloe, Solo founder, LA
    platform
    comments
    12
    likes
    117

    "Perfect balance between learning and entertainment. Finished ‘Thinking, Fast and Slow’ on my commute this week."

    @Raaaaaachelw
    platform
    star
    star
    star
    star
    star

    "Crazy how much I learned while walking the dog. BeFreed = small habits → big gains."

    @Matt, YC alum
    platform
    comments
    12
    likes
    108

    "Reading used to feel like a chore. Now it’s just part of my lifestyle."

    @Erin, Investment Banking Associate , NYC
    platform
    comments
    254
    likes
    17

    "Feels effortless compared to reading. I’ve finished 6 books this month already."

    @djmikemoore
    platform
    star
    star
    star
    star
    star

    "BeFreed turned my guilty doomscrolling into something that feels productive and inspiring."

    @Pitiful
    platform
    comments
    96
    likes
    4.5K

    "BeFreed turned my commute into learning time. 20-min podcasts are perfect for finishing books I never had time for."

    @SofiaP
    platform
    star
    star
    star
    star
    star

    "BeFreed replaced my podcast queue. Imagine Spotify for books — that’s it. 🙌"

    @Jaded_Falcon
    platform
    comments
    201
    thumbsUp
    16

    "It is great for me to learn something from the book without reading it."

    @OojasSalunke
    platform
    star
    star
    star
    star
    star

    "The themed book list podcasts help me connect ideas across authors—like a guided audio journey."

    @Leo, Law Student, UPenn
    platform
    comments
    37
    likes
    483

    "Makes me feel smarter every time before going to work"

    @Cashflowbubu
    platform
    star
    star
    star
    star
    star

    "Instead of endless scrolling, I just hit play on BeFreed. It saves me so much time."

    @Moemenn
    platform
    star
    star
    star
    star
    star

    "I never knew where to start with nonfiction—BeFreed’s book lists turned into podcasts gave me a clear path."

    @Chloe, Solo founder, LA
    platform
    comments
    12
    likes
    117

    "Perfect balance between learning and entertainment. Finished ‘Thinking, Fast and Slow’ on my commute this week."

    @Raaaaaachelw
    platform
    star
    star
    star
    star
    star

    "Crazy how much I learned while walking the dog. BeFreed = small habits → big gains."

    @Matt, YC alum
    platform
    comments
    12
    likes
    108

    "Reading used to feel like a chore. Now it’s just part of my lifestyle."

    @Erin, Investment Banking Associate , NYC
    platform
    comments
    254
    likes
    17

    "Feels effortless compared to reading. I’ve finished 6 books this month already."

    @djmikemoore
    platform
    star
    star
    star
    star
    star

    "BeFreed turned my guilty doomscrolling into something that feels productive and inspiring."

    @Pitiful
    platform
    comments
    96
    likes
    4.5K

    "BeFreed turned my commute into learning time. 20-min podcasts are perfect for finishing books I never had time for."

    @SofiaP
    platform
    star
    star
    star
    star
    star

    "BeFreed replaced my podcast queue. Imagine Spotify for books — that’s it. 🙌"

    @Jaded_Falcon
    platform
    comments
    201
    thumbsUp
    16

    "It is great for me to learn something from the book without reading it."

    @OojasSalunke
    platform
    star
    star
    star
    star
    star

    "The themed book list podcasts help me connect ideas across authors—like a guided audio journey."

    @Leo, Law Student, UPenn
    platform
    comments
    37
    likes
    483

    "Makes me feel smarter every time before going to work"

    @Cashflowbubu
    platform
    star
    star
    star
    star
    star

    "Instead of endless scrolling, I just hit play on BeFreed. It saves me so much time."

    @Moemenn
    platform
    star
    star
    star
    star
    star

    "I never knew where to start with nonfiction—BeFreed’s book lists turned into podcasts gave me a clear path."

    @Chloe, Solo founder, LA
    platform
    comments
    12
    likes
    117

    "Perfect balance between learning and entertainment. Finished ‘Thinking, Fast and Slow’ on my commute this week."

    @Raaaaaachelw
    platform
    star
    star
    star
    star
    star

    "Crazy how much I learned while walking the dog. BeFreed = small habits → big gains."

    @Matt, YC alum
    platform
    comments
    12
    likes
    108

    "Reading used to feel like a chore. Now it’s just part of my lifestyle."

    @Erin, Investment Banking Associate , NYC
    platform
    comments
    254
    likes
    17

    "Feels effortless compared to reading. I’ve finished 6 books this month already."

    @djmikemoore
    platform
    star
    star
    star
    star
    star

    "BeFreed turned my guilty doomscrolling into something that feels productive and inspiring."

    @Pitiful
    platform
    comments
    96
    likes
    4.5K

    "BeFreed turned my commute into learning time. 20-min podcasts are perfect for finishing books I never had time for."

    @SofiaP
    platform
    star
    star
    star
    star
    star

    "BeFreed replaced my podcast queue. Imagine Spotify for books — that’s it. 🙌"

    @Jaded_Falcon
    platform
    comments
    201
    thumbsUp
    16

    "It is great for me to learn something from the book without reading it."

    @OojasSalunke
    platform
    star
    star
    star
    star
    star

    "The themed book list podcasts help me connect ideas across authors—like a guided audio journey."

    @Leo, Law Student, UPenn
    platform
    comments
    37
    likes
    483

    "Makes me feel smarter every time before going to work"

    @Cashflowbubu
    platform
    star
    star
    star
    star
    star
    1.5K Ratings4.7
    Starten Sie Ihre Lernreise, jetzt
    BeFreed App
    BeFreed

    Lernen Sie alles, personalisiert

    DiscordLinkedIn
    Empfohlene Buchzusammenfassungen
    Crucial ConversationsThe Perfect MarriageInto the WildNever Split the DifferenceAttachedGood to GreatSay Nothing
    Trendkategorien
    Self HelpCommunication SkillRelationshipMindfulnessPhilosophyInspirationProductivity
    Leselisten von Prominenten
    Elon MuskCharlie KirkBill GatesSteve JobsAndrew HubermanJoe RoganJordan Peterson
    Preisgekrönte Sammlung
    Pulitzer PrizeNational Book AwardGoodreads Choice AwardsNobel Prize in LiteratureNew York TimesCaldecott MedalNebula Award
    Empfohlene Themen
    ManagementAmerican HistoryWarTradingStoicismAnxietySex
    Beste Bücher nach Jahr
    2025 Best Non Fiction Books2024 Best Non Fiction Books2023 Best Non Fiction Books
    Empfohlene Autoren
    Chimamanda Ngozi AdichieGeorge OrwellO. J. SimpsonBarbara O'NeillWinston ChurchillCharlie Kirk
    BeFreed vs. andere Apps
    BeFreed vs. Other Book Summary AppsBeFreed vs. ElevenReaderBeFreed vs. ReadwiseBeFreed vs. Anki
    Lernwerkzeuge
    Knowledge VisualizerAI Podcast Generator
    Informationen
    Über unsarrow
    Preisearrow
    FAQarrow
    Blogarrow
    Karrierearrow
    Partnerschaftenarrow
    Botschafter-Programmarrow
    Verzeichnisarrow
    BeFreed
    Try now
    © 2026 BeFreed
    NutzungsbedingungenDatenschutzrichtlinie
    BeFreed

    Lernen Sie alles, personalisiert

    DiscordLinkedIn
    Empfohlene Buchzusammenfassungen
    Crucial ConversationsThe Perfect MarriageInto the WildNever Split the DifferenceAttachedGood to GreatSay Nothing
    Trendkategorien
    Self HelpCommunication SkillRelationshipMindfulnessPhilosophyInspirationProductivity
    Leselisten von Prominenten
    Elon MuskCharlie KirkBill GatesSteve JobsAndrew HubermanJoe RoganJordan Peterson
    Preisgekrönte Sammlung
    Pulitzer PrizeNational Book AwardGoodreads Choice AwardsNobel Prize in LiteratureNew York TimesCaldecott MedalNebula Award
    Empfohlene Themen
    ManagementAmerican HistoryWarTradingStoicismAnxietySex
    Beste Bücher nach Jahr
    2025 Best Non Fiction Books2024 Best Non Fiction Books2023 Best Non Fiction Books
    Lernwerkzeuge
    Knowledge VisualizerAI Podcast Generator
    Empfohlene Autoren
    Chimamanda Ngozi AdichieGeorge OrwellO. J. SimpsonBarbara O'NeillWinston ChurchillCharlie Kirk
    BeFreed vs. andere Apps
    BeFreed vs. Other Book Summary AppsBeFreed vs. ElevenReaderBeFreed vs. ReadwiseBeFreed vs. Anki
    Informationen
    Über unsarrow
    Preisearrow
    FAQarrow
    Blogarrow
    Karrierearrow
    Partnerschaftenarrow
    Botschafter-Programmarrow
    Verzeichnisarrow
    BeFreed
    Try now
    © 2026 BeFreed
    NutzungsbedingungenDatenschutzrichtlinie

    Kernaussagen

    1

    从聊天框到行动派的进化

    0:00
    0:31
    0:49
    1:03
    1:30
    2

    感知层:不仅仅是听懂人话

    1:39
    1:57
    2:20
    2:25
    2:56
    3

    规划器:给 Agent 装一个“老员工”的脑子

    3:07
    3:22
    3:40
    3:43
    4:01
    4:05
    4

    记忆协同:Redis 与向量库的华尔兹

    4:35
    4:51
    5:16
    5:21
    5:40
    5:45
    5

    工具库:如何让 Agent 安全地“动手”

    6:13
    6:27
    6:50
    1:03
    7:12
    7:15
    6

    商业化落地:从 Demo 到生产的生死线

    7:38
    7:50
    8:07
    8:10
    8:31
    8:37
    7

    避坑指南:为什么你的 Agent 经常“不听话”

    9:00
    9:10
    9:33
    9:38
    10:04
    8

    结语:在算法的世界里寻找答案

    10:14
    10:27
    10:42
    1:03
    11:16
    11:33

    Mehr davon

    Buchcover von AI 协作:从单打独斗到专家团队
    [file_10d6fe8c:c0000] 55ef0be6a0624a94ac85fed8219212bd.pdf p1-1[file_10d6fe8c:c0001] 55ef0be6a0624a94ac85fed8219212bd.pdf p1-1[file_10d6fe8c:c0002] 55ef0be6a0624a94ac85fed8219212bd.pdf p1-1
    3 sources
    AI 协作:从单打独斗到专家团队
    单 Agent 在处理复杂长任务时常面临逻辑断层与性能瓶颈。Lena 和 Eli 将带你拆解多智能体系统(MAS)的协作逻辑,看 AI 如何通过分布式分工,在软件开发、供应链等领域实现从“全能天才”到“高效团队”的跨越。
    12 min
    Buchcover von 多模态大模型的通感时代
    [url_d38eb1bb:c0000] cloud.baidu.com/article/3553145 p1-1[url_a2a7b078:c0000] cloud.baidu.com/article/4601054 p1-1[url_1cb17089:c0000] cloud.tencent.com/developer/article/2652460 p1-1[url_8e07593a:c0000] view.inews.qq.com/a/20241206A0A5M400 p1-1
    5 sources
    多模态大模型的通感时代
    当 AI 突破文字限制并集成世界模型,它正通过三维推理和 MoE 架构重塑物理理解。Lena 和 Eli 将带你拆解文生视频背后的工业野心,助你将跨模态技术转化为切实的商业竞争力。
    13 min
    Buchcover von Building AI agents that actually do the work
    Keras Reinforcement Learning ProjectsAutomating Salesforce Marketing CloudChatGPT for DummiesArtificial Intelligence and Generative AI for Beginners
    19 sources
    Building AI agents that actually do the work
    Stop using LLMs as simple chatbots. Learn how to build autonomous agents that use tools and APIs to handle complex workflows and solve real problems.
    29 min
    Buchcover von AI Agent Study 101: Your Complete Guide
    Keras Reinforcement Learning ProjectsAI Agent Architecture: Frameworks, Patterns & Best PracticesSmythOS - AI Agent Architecture: Building Blocks for Intelligent SystemsArtificial Intelligence and Generative AI for Beginners
    6 sources
    AI Agent Study 101: Your Complete Guide
    Dive into the fascinating world of AI agents with Lena and Eli as they break down everything from reinforcement learning to multi-agent frameworks. Discover how machines are learning to think independently and transform industries.
    9 min
    Buchcover von Building AI Agents: Beyond Chatbots
    What Is ChatGPT Doing ... and Why Does It Work?Make Your Own Neural NetworkChatGPT For DummiesArtificial Intelligence and Generative AI for Beginners
    13 sources
    Building AI Agents: Beyond Chatbots
    Discover how LLMs have evolved from text generators to action-taking AI agents. Learn the neural architecture behind these systems and how to build your own agents that can understand goals and execute complex tasks autonomously.
    32 min
    Buchcover von AI 进化论:从模拟人脑到智能体
    A Brief History of Artificial IntelligenceThe Singularity is NearerAge of A. I.AI 2041
    29 sources
    AI 进化论:从模拟人脑到智能体
    面对 AI 爆发带来的认知焦虑,Lena 和 Miles 深入拆解了神经网络与深度学习的底层逻辑。听完这期,你将理解机器如何从机械计算演变为自我进化的智能体,并掌握在 AI 时代高效工作的提示词秘籍。
    28 min
    Buchcover von Rebooting AI
    Rebooting AI
    Gary Marcus and Ernest Davis
    Two AI experts critically examine current AI limitations and propose a roadmap for developing truly intelligent, trustworthy systems.
    10 min
    Buchcover von Marketing Artificial Intelligence
    Marketing Artificial Intelligence
    Paul Roetzer & Mike Kaput
    Unlock the power of AI in marketing with expert insights on leveraging technology for unprecedented campaign success.
    10 min