이 레슨을 한국어로 번역하는 중입니다. 지금은 English 버전을 보고 계십니다.번역을 도와주세요
이 강의는 인증 강좌의 일부입니다 Agent Career Ladder — Build
0 / 5 강의 완료강좌 보기

0%

본문으로 건너뛰기

What an Agent Actually Is

입문~20 0/3 단계

What an Agent Actually Is

A chatbot talks. An agent acts in a loop: it reads a goal, picks a tool, looks at the result, and decides the next step until the job is done or it asks you to take over.

That loop is the whole skill. Models get better. The job of the human is still: set the goal, give the tools, watch the trace, stop a bad run.

Learning outcomes

  • Name the three parts of an agent: model, tools, loop
  • Explain why a loop without a stop condition is dangerous
  • Build a one-page explainer someone else could understand

This is lesson 1 of the free Build stage of the Agent Career Ladder. You will publish a real artifact by lesson 5.

안내

1

Add an <h1> that contains the word Agent

힌트: The heading should name the thing you are explaining.

2

Add <section class="parts"> listing model, tools, and loop

3

Add <section class="stop"> describing when a human must interrupt the loop

내 코드

html
19
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

실시간 미리보기

실시간 미리보기