Definition
AI Agent
An autonomous software system powered by a large language model that can take actions, use tools, and make decisions to accomplish goals.
An AI agent is a software system built on top of a large language model (LLM) that can autonomously take actions to achieve goals. Unlike a simple chatbot that responds to prompts, agents can use tools (APIs, web browsers, code execution), maintain state across interactions, make multi-step plans, and adapt their approach based on results. Examples include research agents that search and synthesize information, coding agents that write and test software, and sales agents that prospect and send outreach. In the context of Mithril, agents are given financial autonomy through credit lines and wallets, enabling them to spend on APIs and services without human intervention.
Related terms
Agent Wallet
A blockchain wallet assigned to an AI agent, managed by Mithril, with configurable spending limits and controls.
Credit Line
A revolving line of credit issued to an agent or team by Mithril, enabling agents to spend now and settle at the end of the billing cycle.
SKILL.md
A markdown file that teaches AI agents how to interact with an API — including authentication, endpoints, and payment handling.
Autonomous Spending
The ability of an AI agent to make financial decisions and execute payments without human approval for each transaction.
Multi-Agent System
An architecture where multiple AI agents collaborate, each with its own role, tools, and wallet, to accomplish complex tasks.