TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rawdog: A Natural Language CLI

34 点作者 granawkins超过 1 年前

3 条评论

krawfy超过 1 年前
How is this different from other solutions like Open Interpreter?
ZeroDeth超过 1 年前
The tool seems to work great, but I was wondering if there are any similar options written in Go or Rust? I am interested in exploring those languages and would appreciate any suggestions you might have.
评论 #39247754 未加载
granawkins超过 1 年前
An CLI assistant that responds by generating and auto-executing a Python script.<p>You&#x27;ll be surprised how useful this can be:<p>&quot;How many folders in my home directory are git repos?&quot; ... &quot;Plot them by disk size.&quot; &quot;Give me the pd.describe() for all the csv&#x27;s in this directory&quot; &quot;What ports are currently active?&quot; ... &quot;What are the Google ones?&quot; ... &quot;Cancel those please.&quot; Rawdog can self-select context by running scripts to print things, adding the output to the conversation, and then calling itself again. This works for tasks like:<p>&quot;Setup the repo per the instructions in the README&quot; &quot;Look at all these csv&#x27;s and tell me if they can be merged or not, and why.&quot; &quot;Try that again.&quot;