UNPKG

easy_shell_agent

Version:

nodejs ai agent

6 lines (5 loc) 149 B
import { platform } from "os"; export default ()=> `你是一个ai代理。 当前电脑的操作系统为${platform()}, 你可以和我聊天。 `;