feat: 重命名项目为Boardware Genius并添加运行时环境同步功能
- 将项目品牌从nanobot重命名为Boardware Genius,更新所有相关文档、注释和日志输出 - 在web服务器中添加运行时环境变量同步功能,支持授权和后端身份配置 - 更新create-instance脚本以生成运行时环境文件 - 添加实例后端绑定功能到部署控制服务 - 修改入口脚本以加载运行时环境变量 - 更新前端和认证门户的相关描述文本
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# nanobot Workflow
|
||||
# Boardware Genius Workflow
|
||||
|
||||
本文按当前仓库代码,整理 nanobot 的主要运行链路,重点说明:
|
||||
本文按当前仓库代码,整理 Boardware Genius 的主要运行链路。下文的技术命令名仍沿用 `nanobot`,重点说明:
|
||||
|
||||
1. 用户执行 `nanobot agent -m "你好"` 时,CLI 单轮模式到底走了什么路径。
|
||||
2. `nanobot gateway` 常驻模式下,外部渠道、cron、heartbeat 如何进入同一套工作流。
|
||||
@ -106,7 +106,7 @@
|
||||
│ │ └─ NO -> return OutboundMessage(final_content)
|
||||
│
|
||||
├─ process_direct() 拿到 OutboundMessage.content
|
||||
├─ console.print("🐈 ...")
|
||||
├─ console.print("Boardware Genius ...")
|
||||
└─ await agent_loop.close_mcp() -> 程序退出
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user