# 使用AI的自动回复器

**URL:** <https://meta.discourse.org/t/auto-responder-using-ai/355293>\
**Category:** Feature\
**Tags:** automation, ai\
**Created:** [2025年三月2日 10:37 UTC](https://meta.discourse.org/t/auto-responder-using-ai/355293 "2025-03-02T10:37:01Z")\
**Posts on this page:** 1\
**Showing post:** 7

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2025年三月3日 01:49 UTC](https://meta.discourse.org/t/auto-responder-using-ai/355293/7 "2025-03-03T01:49:42Z")

</div>

> [@Saif](#):
>
> 此功能请求的创意是利用 LLM（大语言模型）通过可自定义的提示来解读所写内容，而不是依赖关键词。然后，LLM 可以智能地做出响应，而不是仅仅使用预设的回复。

这正在这里进行中：

> <https://github.com/discourse/discourse-ai/pull/1126>
>
> \## LLM Persona Triage
> \- Allows automated responses to posts using AI personas
> …- Configurable to respond as regular posts or whispers
> \- Adds context-aware formatting for topics and private messages
> \- Provides special handling for topic metadata (title, category, tags)
> 
> \## LLM Tool Triage
> \- Enables custom AI tools to process and respond to posts
> \- Tools can analyze post content and invoke personas when needed
> \- Zero-parameter tools can be used for automated workflows
> \- Not enabled in production yet
> 
> \## Implementation Details
> \- Added new scriptable registration in discourse\_automation/ directory
> \- Created core implementation in lib/automation/ modules
> \- Enhanced PromptMessagesBuilder with topic-style formatting
> \- Added helper methods for persona and tool selection in UI
> \- Extended AI Bot functionality to support whisper responses
> \- Added rate limiting to prevent abuse
> 
> \## Other Changes
> \- Added comprehensive test coverage for both automation types
> \- Enhanced tool runner with LLM integration capabilities
> \- Improved error handling and logging
> 
> This feature allows forum admins to configure AI personas to automatically respond to posts based on custom criteria and leverage AI tools for more complex triage workflows.
> 
> Tool Triage has been disabled in production while we finalize details of new scripting capabilities.

其想法是，您可以选择一个工具来执行分类，该工具可以创建主题、点赞、执行您想要的任何操作。我希望尽快继续进行这项工作。

---

_[View the full topic](https://meta.discourse.org/t/auto-responder-using-ai/355293)._
