AI & MLagent-ai
AI Agent
Also known asAutonomous AgentAgentic AI
An autonomous AI system that can plan, use tools, and take actions to accomplish goals. Agents use LLMs as the reasoning core and have access to tools (APIs, code execution, web browsing, database queries). In blockchain: agents can analyze smart contracts, execute transactions, monitor DeFi positions, and automate trading strategies. Frameworks: LangChain, CrewAI, Claude Agent SDK.
Related terms
2AI & ML
LLM (Large Language Model)
A neural network trained on vast text corpora to understand and generate human language. LLMs (GPT-4, Claude, Llama, Gem...
AI & ML
Tool Use (Function Calling)
An LLM capability where the model generates structured calls to external tools/functions rather than just text. The mode...