Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

光遇 AI 聊天助手 v3.0

架构参考 MaiBot:Timing Gate(LLM 预决策)→ Planner(生成回复)

安装

pip install easyocr pyperclip keyboard mss numpy pillow pynput

配置

  1. 设置环境变量 DEEPSEEK_API_KEY 或用编辑器替换代码中的 KEY
  2. 调整 CHAT_REGION 匹配你的屏幕聊天区域

运行

python sky_ai_chat.py

启动后按提示指向聊天文字和输入框位置,F8 退出。

命令

  • /status — 状态面板
  • /freq 0.5 — 调频率(阈值=ceil(1/freq)条消息)
  • /set <参数> <值> — 运行时调参
  • /profile <名字> — 查看玩家画像
  • /help — 帮助

核心设计

每条消息 → Timing Gate(Light LLM 判 continue/no_action/wait) → Planner 生成回复 → ASI 反馈自动调频

About

一个AI用python编写的AI程序,旨在在光遇(Sky:Children of the Light)上实现AI聊天的软件,部分参考MaiBot

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages