@@ -185,34 +185,6 @@ pnpm dev
185185
186186---
187187
188- ### AI Examples
189-
190- #### AI Sales Assistant
191- ** Path:** [ ` examples/ai-sales/ ` ] ( ./ai-sales/ )
192- ** Protocols:** AI (Agent, RAG, NLQ)
193-
194- Intelligent sales automation with lead qualification, email personalization, and opportunity insights.
195-
196- #### AI Support Assistant
197- ** Path:** [ ` examples/ai-support/ ` ] ( ./ai-support/ )
198- ** Protocols:** AI (Agent, RAG, Model Registry)
199-
200- RAG-powered customer support with vector search knowledge base.
201-
202- #### AI Data Analyst
203- ** Path:** [ ` examples/ai-analyst/ ` ] ( ./ai-analyst/ )
204- ** Protocols:** AI (NLQ, Agent)
205-
206- Natural language query system transforming questions into ObjectQL queries.
207-
208- #### AI Code Generator
209- ** Path:** [ ` examples/ai-codegen/ ` ] ( ./ai-codegen/ )
210- ** Protocols:** AI (Agent, Orchestration)
211-
212- Generate complete ObjectStack applications from natural language descriptions.
213-
214- ---
215-
216188### Plugin Examples
217189
218190#### Plugin Advanced CRM
@@ -298,13 +270,13 @@ Demonstrates plugin middleware patterns and HTTP interceptors.
298270### AI Protocol
299271| Protocol | Example | Location |
300272| ----------| ---------| ----------|
301- | Agent | ✅ Complete | [ AI Sales ] ( ./ai-sales/ ) , [ AI Support ] ( ./ai-support/ ) |
302- | RAG Pipeline | ✅ Complete | [ AI Support ] ( ./ai-support/ ) , [ Basic RAG ] ( ./basic/ai-rag-example.ts ) |
303- | Model Registry | ✅ Complete | [ AI Support ] ( ./ai-support/ ) |
304- | NLQ (Natural Language Query) | ✅ Complete | [ AI Analyst ] ( ./ai-analyst/ ) |
305- | Conversation | ✅ Complete | [ AI Sales ] ( ./ai-sales/ ) |
306- | Orchestration | ✅ Complete | [ AI Codegen ] ( ./ai-codegen/ ) |
307- | Cost Tracking | 🟡 Partial | [ AI Examples ] ( ./ai-support/ ) |
273+ | Agent | ✅ Complete | _ Spec Only _ |
274+ | RAG Pipeline | ✅ Complete | _ Spec Only _ |
275+ | Model Registry | ✅ Complete | _ Spec Only _ |
276+ | NLQ (Natural Language Query) | ✅ Complete | _ Spec Only _ |
277+ | Conversation | ✅ Complete | _ Spec Only _ |
278+ | Orchestration | ✅ Complete | _ Spec Only _ |
279+ | Cost Tracking | 🟡 Partial | _ Spec Only _ |
308280| Predictive Analytics | 🔴 Missing | _ Planned_ |
309281
310282### Automation Protocol
@@ -405,10 +377,7 @@ pnpm build
405377
406378#### Path 3: AI & Advanced (2-3 days)
4073791 . Complete Path 1 & 2
408- 2 . Study [ AI Support] ( ./ai-support/ ) - RAG patterns
409- 3 . Try [ AI Analyst] ( ./ai-analyst/ ) - NLQ patterns
410- 4 . Explore [ AI Codegen] ( ./ai-codegen/ ) - AI orchestration
411- 5 . Build [ Host Server] ( ./host/ ) - Production backend
380+ 2 . Build [ Host Server] ( ./host/ ) - Production backend
412381
413382---
414383
0 commit comments