docs: add project business workflow
Browse files- .cursor/rules/ai-agent-workflow.mdc +3 -3
- .cursor/rules/coding-standards.mdc +1 -1
- .cursor/rules/database-query-guidelines.mdc +3 -3
- .cursor/rules/project-business-workflow.mdc +8 -0
- .cursor/rules/security-guidelines.mdc +3 -3
- .cursor/rules/technical-architecture.mdc +3 -3
- .cursor/rules/visualization-guidelines.mdc +3 -3
.cursor/rules/ai-agent-workflow.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
description:
|
| 3 |
-
globs:
|
| 4 |
-
alwaysApply:
|
| 5 |
---
|
| 6 |
# AI Agent Workflow
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
+
description:
|
| 3 |
+
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
---
|
| 6 |
# AI Agent Workflow
|
| 7 |
|
.cursor/rules/coding-standards.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
description:
|
| 3 |
globs:
|
| 4 |
-
alwaysApply:
|
| 5 |
---
|
| 6 |
# Coding Standards
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
description:
|
| 3 |
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
---
|
| 6 |
# Coding Standards
|
| 7 |
|
.cursor/rules/database-query-guidelines.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
description:
|
| 3 |
-
globs:
|
| 4 |
-
alwaysApply:
|
| 5 |
---
|
| 6 |
# Database Query Guidelines
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
+
description:
|
| 3 |
+
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
---
|
| 6 |
# Database Query Guidelines
|
| 7 |
|
.cursor/rules/project-business-workflow.mdc
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
description:
|
| 3 |
+
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
+
---
|
| 6 |
+
project workflow:
|
| 7 |
+
In this project we are developing the talk to your data feature(prompt to SQL). From the Gradio Chat window (app.py), the langchain_mcp_client is launched, the client responds to incoming requests using the langchain ai-agent and postgres_mcp_server tools. the return consists of 4 parts: 1-result/data, 2-detail explanation of the result, 3-sql query used, and 4-chart of this result (pie-chart, bar-chart)).
|
| 8 |
+
all these processes are reflected in the gradio chat window in a markdown format for the user.
|
.cursor/rules/security-guidelines.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
description:
|
| 3 |
-
globs:
|
| 4 |
-
alwaysApply:
|
| 5 |
---
|
| 6 |
# Security Guidelines
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
+
description:
|
| 3 |
+
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
---
|
| 6 |
# Security Guidelines
|
| 7 |
|
.cursor/rules/technical-architecture.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
description:
|
| 3 |
-
globs:
|
| 4 |
-
alwaysApply:
|
| 5 |
---
|
| 6 |
# Technical Architecture
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
+
description:
|
| 3 |
+
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
---
|
| 6 |
# Technical Architecture
|
| 7 |
|
.cursor/rules/visualization-guidelines.mdc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
description:
|
| 3 |
-
globs:
|
| 4 |
-
alwaysApply:
|
| 5 |
---
|
| 6 |
# Visualization Guidelines
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
+
description:
|
| 3 |
+
globs:
|
| 4 |
+
alwaysApply: true
|
| 5 |
---
|
| 6 |
# Visualization Guidelines
|
| 7 |
|