# Page 1

苦瓜功能TODO：

&#x20; vts的live2d操控

&#x20; 万年历模块：查询历史上的x天，如，历史上的x月y日，历史上的x月第y个星期z，历史上农历今天，历史上回历今天，明史上的今天

&#x20; 查询特定八字的排盘

&#x20; 查询特定时辰的

&#x20; 加个被动触发功能（暂停

&#x20; 加单词联想功能

&#x20; 加押韵拼写

&#x20; 加数字论证A=B

&#x20; 人形agent模块：

<br>

\- 智能化自主学习流程

&#x20;   采用基本元语言来设置对基本词汇-行为关联的构建，形成语用核

&#x20;   根据语用核，形成自然语言教学过程，构建知识库

&#x20;   在应答过程中，根据特定语用触发，实施知识库（意义网络）的检索

&#x20;   根据检索结果和事件进行回应，并将回应的事件纳入上下文环境，形成上下文关联

<br>

\- 系统架构

输入文本   ---   输入意图   ---   意图池   ---   输出意图   ---   输出文本

<br>

文本在日志中的记录，包括发起人和发起时间等信息。

字段：发起人，发起时间，内容。

<br>

意图：表示语用或语义的基本单元。语义与主体绑定，即必须拥有主语，标示其立场。

意图包含下列属性：

发起主体，激活时刻（相对时间），主语，谓语，宾语

<br>

<br>

场景举例：

原语用【】括住，包括【模糊关联】【否定】【因果关联】

用户：是=>【模糊关联】

不是=>【否定】

x所以x=>【因果关联】


---

# 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://project-mmdk.gitbook.io/project-mmdk/backroom/todo/page-1.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.
