-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Feature] 添加交互式shell工具 #8084
Copy link
Copy link
Open
Labels
area:coreThe bug / feature is about astrbot's core, backendThe bug / feature is about astrbot's core, backendenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
area:coreThe bug / feature is about astrbot's core, backendThe bug / feature is about astrbot's core, backendenhancementNew feature or requestNew feature or request
Description / 描述
问题:
astrbot_execute_shell目前不支持运行交互式程序,会导致stdin悬空等待,进而引发超时。例如一个“按任意键继续”的console程序,或是一个REPL环境建议:为astrbot添加一套交互式的shell工具,可以包含以下工具
工具描述:
astrbot_inta_shell_start启动交互式程序astrbot_inta_shell_send向交互式程序发送输入astrbot_inta_shell_read读取交互式程序的输出astrbot_inta_shell_stop终止交互式程序astrbot_inta_shell_list列出运行中的交互式程序尽管功能可以用插件实现,但建议astrbot原生支持该能力
Use Case / 使用场景
能够启动交互式程序、等待确认的程序或默认从 stdin 读取配置的工具
Willing to Submit PR? / 是否愿意提交PR?
Code of Conduct