Address comments

This commit is contained in:
Agustin Armellini Fischer 2025-03-25 18:41:23 +01:00
parent f47a65c509
commit cfd413f51e
2 changed files with 4 additions and 24 deletions

View File

@ -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",

View File

@ -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: