
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Experimental AI developer assistant CLI. Developers gives the AI tasks, AI responds with commands that the CLI performs.
๐ News: DuetGPT no longer uses langchain but instead OpenAI functions. This means a significant improvement in reliability and performance.
DuetGPT is an experimental AI powered CLI tool and semi-autonomous agent that helps developers with coding tasks and file system tasks. The developer describes tasks to the AI who then issues commands or follow-up questions for clarification. After approval by the developer, DuetGPT automatically executes the commands issued by the AI.
DuetGPT also does really well as a general bash helper.
Works with OpenAI models:
Example tasks:
DuetGPT builds on OpenAI's GPT-4 language model and uses its conversational capabilities to engage in a two-way conversation with the developer. It uses the newly released feature of the OpenAI API that allows the AI to make function calls.
Here is a 30 second demo, use DuetGPT to build a Node.js app that draws a mandelbrot fractal using ASCII characters to the console:
https://github.com/kristoferlund/duet-gpt/assets/9698363/147bdf9d-28df-4421-9297-05abfeb53142
Install the DuetGPT CLI tool globally using npm:
npm install -g duet-gpt
To start DuetGPT, run the following command:
duet-gpt
You will be prompted to enter your OpenAI API key. You can find your API key on the OpenAI dashboard.
_ _ _
| | | | | |
__| |_ _ ___| |_ __ _ _ __ | |_
/ _` | | | |/ _ \ __/ _` | '_ \| __|
| (_| | |_| | __/ || (_| | |_) | |_
\__,_|\__,_|\___|\__\__, | .__/ \__|
__/ | |
|___/|_|
โ DuetGPT
โ
โ Please enter your OpenAI API key:
โ sk-XXXโฆ
โ
Clone the repository.
Install dependencies:
npm install
npm start
For the purposes of illustrating how interactions work, I chose a super simple task. Let's say you want to add .yarn/cache
to .gitignore
. Here is how to ask DuetGPT to help you with that:
_ _ _
| | | | | |
__| |_ _ ___| |_ __ _ _ __ | |_
/ _` | | | |/ _ \ __/ _` | '_ \| __|
| (_| | |_| | __/ || (_| | |_) | |_
\__,_|\__,_|\___|\__\__, | .__/ \__|
__/ | |
|___/|_|
โ DuetGPT
โ
โ LLM and memory started
โ
โ ๐ค โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ โ
โ My mission is to collaborate with you as a developer by providing specific bash or file modification commands to help โ
โ you complete your development-related tasks, while effectively engaging in two-way interactions. โ
โ โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โ What would you like to do?
โ Add .yarn/cache to .gitignore
โ
โ AI response received
โ
โ ๐ค โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ โ
โ First, I need to check if .gitignore exists in the current directory. โ
โ โ
โ ยง BASH โ
โ โ
โ 1 ls .gitignore โ
โ โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โ What would you like to do?
โ Run command
โ
โ ๐ป โโโโโโโโโโโโโ
โ โ
โ .gitignore โ
โ โ
โโโโโโโโโโโโโโโโโโ
โ
โ AI response received
โ
โ ๐ค โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ โ
โ I will now append '.yarn/cache' to your existing .gitignore file. โ
โ โ
โ ยง BASH โ
โ โ
โ 1 echo ".yarn/cache" >> .gitignore โ
โ โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โ What would you like to do?
โ Run command
โ
โ ๐ป โโโโโ
โ โ
โ OK โ
โ โ
โโโโโโโโโโ
โ
โ What would you like to do?
โ Not sure
โ
Contributions are welcome! Please open an issue or submit a pull request.
[0.1.4] - 2023-06-19
FAQs
Experimental AI developer assistant CLI. Developers gives the AI tasks, AI responds with commands that the CLI performs.
The npm package duet-gpt receives a total of 0 weekly downloads. As such, duet-gpt popularity was classified as not popular.
We found that duet-gpt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last weekโs supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.