Skip to content

Commit 9d5495d

Browse files
committed
Added AI-Assistance markdown file(s) under ai directory in root repo
1 parent 202ab4f commit 9d5495d

3 files changed

Lines changed: 1129 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ And more — see [feature list](https://duckframework.com/features)
7575
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.
7676
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).~~
7777
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.
7979
14. **...and more**[Request a feature](./feature_request.md)
8080

8181
---
@@ -87,6 +87,19 @@ And more — see [feature list](https://duckframework.com/features)
8787

8888
---
8989

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.
100+
101+
---
102+
90103
## Getting Started
91104

92105
**Install latest version from Github using:**

0 commit comments

Comments
 (0)