Agentes de IA Generativa

Entidade de IA autônoma.

Conteúdo pendente de tradução. Exibindo a versão em inglês.

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["Agentes de IA Generativa"]:::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;

      

🧠 Teste de conhecimento

1 / 1

🧒 Explique como se eu tivesse 5 anos

A regular AI is like a book you can ask questions. An [AI Agent](/pt/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.

🔗 Termos relacionados

Pré-requisitos:

📚 Fontes