生成AIエージェント (AI Agents)

自ら考え、行動するAI従業員。

翻訳待ちのコンテンツです。英語版を表示しています。

Unlike standard chatbots that just respond to text, Generative AI Agents can 'act'. They have access to tools (like browsers, code executors, or crypto wallets) and use a 'Reasoning-Act' (ReAct) loop to achieve a goal. In Web3, these agents can manage portfolios, trade assets, and interact with smart contracts without human intervention.

        graph LR
  Center["生成AIエージェント (AI Agents)"]:::main
  Pre_generative_ai["generative-ai"]:::pre --> Center
  click Pre_generative_ai "/terms/generative-ai"
  Rel_prompt_engineering["prompt-engineering"]:::related -.-> Center
  click Rel_prompt_engineering "/terms/prompt-engineering"
  Rel_retrieval_augmented_generation["retrieval-augmented-generation"]:::related -.-> Center
  click Rel_retrieval_augmented_generation "/terms/retrieval-augmented-generation"
  Rel_agentic_ai["agentic-ai"]:::related -.-> Center
  click Rel_agentic_ai "/terms/agentic-ai"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 理解度チェック

1 / 1

🧒 5歳でもわかるように説明

A regular AI is like a book you can ask questions. An [AI Agent](/ja/terms/ai-agent) is like a smart robot employee. You give it a task (like 'Buy me the best flight to Paris') and it goes and does all the steps for you.

🤓 Expert Deep Dive

Driven by frameworks like LangChain or AutoGPT. AI agents use 'Chain-of-Thought' reasoning to break down goals into sub-tasks. In the context of blockchains, they form the basis of 'Autonomous Worlds' and automated DeFi strategies.

🔗 関連用語

前提知識:

📚 出典