# README

AI师傅（AI-Shifu ）是 AI 主导对话的个性化教学平台。

more detail TBD

### 为什么使用 AI师傅（AI-Shifu）

AI 师傅已经初步验证了在教育场景中的有效性。自研课程《跟 AI 学编程》支持了近千人从零接触编程，[「做出了人生中第一个程序」用AI师傅学编程](http://mp.weixin.qq.com/s?__biz=MzkzMTczMjY0NA==\&mid=2247483698\&idx=1\&sn=252e9ea6f8c6f24bdfec47c37f7caed4\&chksm=c267ccf9f51045ef1f534d1f88f3a11c0b6a5d12318e83d043d2be6335b115bea7d91ba9b728\&scene=21#wechat_redirect)

学员的反馈有「这种学习方式很上瘾」，「如同老师在面对面地陪伴」，「学习中感受到了"贵族"的对待」等等。很多人提出想要用这种模式自己做课程：跟 AI 学销售、跟 AI 学英语、跟 AI 学律师业务……

more detail TBD

### AI师傅（AI-Shifu）能做什么？

* **可控对话流：** 用预设的提示词剧本约束 AI 的输出，控制对话过程。
* **互动：** 对话中可以向用户提出问题，获得用户的输入反馈。
* **个性化：** 根据用户输入的身份背景、兴趣偏好等信息做个性化输出。
* **追问：** 随时基于上下文提问，获得更多信息。
* **剧本开发环境：** 用飞书多维表格做编辑器，配合调试器，可以便捷地调试剧本提示词。

### 下一步行动

* 了解部署前的[**准备工作**](/ai-shifu-docs/an-zhuang-he-she-zhi/preparation.md)
* 了解目前系统支持的[**模型及配置**](/ai-shifu-docs/an-zhuang-he-she-zhi/models-and-configurations.md)
* 如何[**部署及调试**](/ai-shifu-docs/an-zhuang-he-she-zhi/deployment-and-debugging.md)
* 如何[**贡献代码**](/ai-shifu-docs/an-zhuang-he-she-zhi/contributing.md)
* ⭐️点亮星标，点亮教育⭐️ -- 在 [**GitHub**](https://github.com/ai-shifu/ai-shifu) 上支持我们


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ai-shifu.com/ai-shifu-docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
