Skip to content

[Question] 经过更深入的分析代码 tutorbot 可以通过 skills 实现主系统的几乎所有功能,关闭 issue !!! #535

Description

@wedone

Do you need to ask a question?

  • I have searched the existing questions and discussions and this question is not already answered.
  • I believe this is a legitimate question, not just a bug or feature request.

更正:

经过更深入的分析代码 tutorbot 可以通过 skills 实现主系统的几乎所有功能,关闭 issue !!!

Your Question

背景

通过代码分析和实际使用,我发现 TutorBot 和主系统(WebUI /chat)在多个核心层面是独立的:

层面 主系统 TutorBot
执行引擎 ChatOrchestrator AgentLoop(基于 nanobot)
会话存储 SQLite JSONL 文件
记忆系统 L1/L2/L3 三层流水线 MEMORY.md/HISTORY.md 双文件
能力模型 capability 分发 单一 tool-augmented loop

共享部分:LLM 配置、部分工具代码

想确认的核心问题

问题 1:TutorBot 是否独立于主系统?

我的分析结论是:TutorBot 是独立的 agent 框架,只是集成在 DeepTutor 项目中

  • 执行引擎独立(AgentLoop vs ChatOrchestrator)
  • 存储独立(JSONL vs SQLite)
  • 记忆独立(双文件 vs L1/L2/L3)
  • 能力独立(单一 loop vs capability 分发)
    Roadmap for 1.4.x 来看:

"Catch up with the latest nanobot capabilities and align our agent loop, Soul / Skill / Heartbeat surfaces, and sub-agent contract with upstream."
这表明 TutorBot 会继续向上游 nanobot 对齐,而不是向主系统整合。

问题 2:未来是否会赋予 TutorBot 更多主系统功能?

具体来说:

  • 是否会让 TutorBot 调用 GeoGebra、Quiz 等 capability?
  • 是否会让 TutorBot 的对话进入 L1 记忆(在 WebUI 可见)?// 更正:TutorBot 的对话可以进入 L1 记忆
  • 是否会统一会话存储(chat-history 能看到 TutorBot 对话)?
    如果 roadmap 中没有这些计划,是否意味着 TutorBot 将长期保持当前能力边界

问题 3:高中数学辅导场景,WebUI /chat 是否是最优选择?

//这个您回复上面两个问题后应该自然就有答案了
1.想确认:这个判断是否正确?还是我遗漏了 TutorBot 的某些能力?
2.期望的回复 :未来路线图 — 是否会整合主系统能力?
谢谢!🙏
PS:之前以为 tutorbot 通道是和Hermes、openclaw的通道一样是接入全系统功能。[/+]

Related Module

Dashboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions