Postgres for agents
create_database
neondb
with the neondb_owner
role.
execute_sql_ddl
CREATE TABLE
) using a connection URI and SQL command. Transactions are automatically handled.
run_sql_query
SELECT
, INSERT
) using a connection URI and SQL query. Results are returned as formatted strings.
AgentStack/examples/web_researcher
where an agent stores collected data in Postgres as part of a multi-agent workflow.
agents.yaml
file. You may need to remove unused tools to keep each agent’s scope clear.