From cfd413f51efb49f7540c9c83964aa99dba4567e4 Mon Sep 17 00:00:00 2001 From: Agustin Armellini Fischer Date: Tue, 25 Mar 2025 18:41:23 +0100 Subject: [PATCH] Address comments --- docs/docs/integrations/tools/goat.ipynb | 26 +++---------------------- docs/scripts/tool_feat_table.py | 2 +- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/docs/docs/integrations/tools/goat.ipynb b/docs/docs/integrations/tools/goat.ipynb index bca1cc860e0..2520e279a70 100644 --- a/docs/docs/integrations/tools/goat.ipynb +++ b/docs/docs/integrations/tools/goat.ipynb @@ -22,7 +22,7 @@ "# GOAT\n", "\n", "## Overview\n", - "[GOAT](https://github.com/goat-sdk/goat) is the largest agentic finance toolkit for AI agents.\n", + "[GOAT](https://github.com/goat-sdk/goat) is the finance toolkit for AI agents.\n", "\n", "Create agents that can:\n", "\n", @@ -191,28 +191,8 @@ " ],\n", " )\n", "\n", - " agent = create_tool_calling_agent(llm, tools, prompt)\n", - " agent_executor = AgentExecutor(\n", - " agent=agent, tools=tools, handle_parsing_errors=True, verbose=True\n", - " )\n", - "\n", - " while True:\n", - " user_input = input(\"\\nYou: \").strip()\n", - "\n", - " if user_input.lower() == \"quit\":\n", - " print(\"Goodbye!\")\n", - " break\n", - "\n", - " try:\n", - " response = agent_executor.invoke(\n", - " {\n", - " \"input\": user_input,\n", - " }\n", - " )\n", - "\n", - " print(\"\\nAssistant:\", response[\"output\"])\n", - " except Exception as e:\n", - " print(\"\\nError:\", str(e))\n", + " # Initialize agent\n", + " # Your agent code here\n", "\n", "\n", "if __name__ == \"__main__\":\n", diff --git a/docs/scripts/tool_feat_table.py b/docs/scripts/tool_feat_table.py index b79a76d4d89..5a241474f52 100644 --- a/docs/scripts/tool_feat_table.py +++ b/docs/scripts/tool_feat_table.py @@ -228,7 +228,7 @@ The following table shows tools that can be used to automate tasks in databases: {database_table} -## Agentic Finance +## Finance The following table shows tools that can be used to execute financial transactions such as payments, purchases, and more: