-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Feature] 添加交互式shell工具 #8086
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悬空等待建议:添加一套交互式的shell工具
astrbot_inta_shell_start启动交互式程序astrbot_inta_shell_send向程序发送输入astrbot_inta_shell_read读取程序输出astrbot_inta_shell_stop终止交互式程序尽管可以用插件来实现,但建议原生支持该功能
Use Case / 使用场景
运行交互式程序与REPL环境进行交互
Willing to Submit PR? / 是否愿意提交PR?
Code of Conduct