# ai-practice **Repository Path**: triski/ai-practice ## Basic Information - **Project Name**: ai-practice - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-17 - **Last Updated**: 2026-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI 编程练习 ```sh ├── ai_output # 存放 AI 创建的应用 │ └── _templates # 项目模板 │ ├── README.md │ ├── CLAUDE.md │ ├── CHAT.md # 与 AI 的对话 │ ├── .gitignore │ ├── img/ │ └── docs/ │ └── ... # 实际 AI 输出的项目 └── README.md ``` ### 与 AI 的对话 `ai_output/` 下的项目 - [网页版 Agent](./ai_output/web-agent/CHAT.md)