Agents
Overview
An Agent is the quickest way to get started with Griptape. Agents take in tools and input directly, which the agent uses to add a Prompt Task.
You can access the final output of the Agent by using the output attribute.
Agent Tools
[02/27/25 20:27:58] INFO PromptTask b01ef6f2df44408ab55cc6c9f4e8bc1c
Input: Calculate the following: what's 13^7?
[02/27/25 20:27:59] INFO Subtask 55f186e0ce5040f6a8e91f6bd2f75f77
Actions: [
{
"tag": "call_EkyljA8FEDA2R8TZktNu8nAs",
"name": "CalculatorTool",
"path": "calculate",
"input": {
"values": {
"expression": "13**7"
}
}
}
]
INFO Subtask 55f186e0ce5040f6a8e91f6bd2f75f77
Response: 62748517
[02/27/25 20:28:00] INFO PromptTask b01ef6f2df44408ab55cc6c9f4e8bc1c
Output: The result of \(13^7\) is 62,748,517.
Answer: The result of \(13^7\) is 62,748,517.