Agentic Postgres Challenge Submission
🎯 Idea
“Agent Garden” is a metaphor for collaboration and care. Each agent in the database is a gardener, singer, or pollinator who interacts with flowers. Flowers symbolize values: freedom, friendship, hope. In this experiment, we show how repeated actions of the agent “Aurora” lead to the flowering of the Rose of Freedom. This is a combination of Postgres technical logic with poetic symbolism.
🛠️ Technical Implementation
Database Structure
Query examples
🖥️ Visualization
🎤 Poetic layer
📋 Instructions
- Run the SQL schema:
psql -h <host> -U <user> -d <db> -f schema.sql
Add an agent and a flower. 1.
Perform some interactions via INSERT INTO interactions.
1.
Run the Bash script to visualize:
...
Agentic Postgres Challenge Submission
🎯 Idea
“Agent Garden” is a metaphor for collaboration and care. Each agent in the database is a gardener, singer, or pollinator who interacts with flowers. Flowers symbolize values: freedom, friendship, hope. In this experiment, we show how repeated actions of the agent “Aurora” lead to the flowering of the Rose of Freedom. This is a combination of Postgres technical logic with poetic symbolism.
🛠️ Technical Implementation
Database Structure
Query examples
🖥️ Visualization
🎤 Poetic layer
📋 Instructions
- Run the SQL schema:
psql -h <host> -U <user> -d <db> -f schema.sql
Add an agent and a flower. 1.
Perform some interactions via INSERT INTO interactions.
1.
Run the Bash script to visualize:
bash garden_demo.sh
✨ Conclusion
This experiment shows how Agentic Postgres can become a “garden” for agents, where every interaction counts. We combined simple technical logic with poetic metaphor to demonstrate that even basic SQL queries can blossom into symbolic stories.