Teddy documentation
Teddy documentation Tài liệu plugin Teddy — AI assistant / operating layer cho WordPress. Bắt đầu nhanh Bạn muốn… Đọc… Biết plugin làm được gì (user-facing) 06-features.md Cài / build / test…
Teddy documentation#
Tài liệu plugin Teddy — AI assistant / operating layer cho WordPress.
Bắt đầu nhanh#
| Bạn muốn… | Đọc… |
|---|---|
| Biết plugin làm được gì (user-facing) | 06-features.md |
| Cài / build / test nhanh | ../README.md |
| Viết plugin mở rộng Teddy | EXTENSION_GUIDE.md |
Bộ prompt kiến trúc (01–05)#
Dùng cho product/architecture/AI coding — không thay thế hướng dẫn tính năng:
| # | File | Nội dung |
|---|---|---|
| 01 | 01-vision-prompt.md | Vision & nguyên tắc |
| 02 | 02-system-architecture-prompt.md | Clean Architecture, tools, RAG, workflows |
| 03 | 03-development-rules-prompt.md | Coding standard, testing, CI |
| 04 | 04-roadmap-prompt.md | Milestone v0.1 → v1.0 → Enterprise |
| 05 | 05-ai-coding-rules.md | Quy tắc khi AI sinh code |
| 06 | 06-features.md | Catalog tính năng đã ship |
| 07 | 07-user-guide.md | Hướng dẫn dùng GA |
| 08 | 08-enterprise-roadmap.md | Định hướng phát triển Enterprise (E0–E4) |
| ADR | adr/README.md | Quyết định kiến trúc Enterprise |
Module notes#
Chi tiết kỹ thuật theo lớp / module:
| Module | Path |
|---|---|
| Agent Pipeline | modules/agent-pipeline/README.md |
| Channels (Messenger+) | modules/channels/README.md |
| Knowledge / RAG | modules/knowledge/README.md |
| Memory | modules/memory/README.md |
| Observability | modules/observability/README.md |
| Onboarding | modules/onboarding/README.md |
| Provider | modules/provider/README.md |
| SDK | modules/sdk/README.md |
| Security | modules/security/README.md |
| Tool System | modules/tool-system/README.md |
| Workflow | modules/workflow/README.md |
README ngắn trong src/ (Domain, Application, …) được sinh/giữ bởi node scripts/generate-module-readmes.mjs.
Trạng thái sản phẩm (tóm tắt)#
- GA roadmap (v1.0 exit criteria): đạt theo checklist trong
04. - Mặc định bật: Copilot, visitor chat, SEO, Writer, Woo tools, streaming, i18n (en/vi).
- Có sẵn, tắt mặc định: RAG, Agent Pipeline (+ Observability/Security UI), Workflows, Extension SDK.
- Chưa ship: Enterprise v2.0+ — xem 08-enterprise-roadmap.md (phase E0–E4) và mục 8 trong
06-features.md.