You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ And more — see [feature list](https://duckframework.com/features)
75
75
10.**Complete Reverse Proxy Server** – **Duck** only acts as reverse proxy for Django only. Need to make Duck a full-fledged reverse proxy server with optional sticky sessions.
76
76
11.~~**Component Mutation Observer** – Need to build an optional component mutation observer for keeping track of child changes for fastest re-render (approx. 75x fast on unchanged children).~~
77
77
12.**MCP (Model Context Protocol) Server** – Need to make it easy for creating MCP servers for easy AI communication.
78
-
13.**JWT (JSON-based Web Token) Authentication** – Need to add JWT authentication persistent logins.
78
+
13.**JWT (JSON-based Web Token) Authentication** – Need to add JWT authentication persistent logins.
79
79
14.**...and more** – [Request a feature](./feature_request.md)
80
80
81
81
---
@@ -87,6 +87,19 @@ And more — see [feature list](https://duckframework.com/features)
87
87
88
88
---
89
89
90
+
## AI Assistance
91
+
92
+
All AI-assisted functionality is grouped under the `ai` directory in the root of this repository.
93
+
94
+
This directory includes:
95
+
- AI integration logic
96
+
- Supporting utilities and helpers
97
+
- Configuration and usage examples
98
+
99
+
Refer to it for a deeper understanding of how AI is incorporated into the project.
0 commit comments