Retool Agents
Retool Agents is currently in public beta on Retool Cloud.
Retool Agents makes it simple for builders to automate work using large-language models (LLMs) by creating agents. Agents are systems that can complete or delegate tasks based on LLM reasoning.
Agents call tools—for example, workflows, functions, or other agents—to gather information and complete or delegate actions. When invoked, an agent:
- Receives a task, or input, as natural language. Tasks are provided as input to agents via written instructions.
- Uses an LLM to decide whether to respond to the input, get more information, or take action in another system.
- Provides the result of the tool call back to the LLM, and the LLM reasons in an open-ended cycle called an agentic loop without a pre-defined stopping point.
- Finally, the agent responds to your original message or question once it reaches a conclusion.
You can invoke an agent using any of the following trigger methods:
- The built-in chat experience in Retool Agents.
- Sending an email to the agent.
- The Agent Chat component in apps.
- The Invoke Agent block in workflows.
You can then test, deploy, evaluate, and monitor your agent directly from Retool.
Retool Agents is not currently available to Self-hosted Retool organizations.