Human-in-the-Loop extension for pi coding agent
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
495 B

{
"name": "pi-hitl-programming",
"version": "0.1.0",
"description": "Human-in-the-Loop extension for pi coding agent, focused on programming",
"type": "module",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.79.6",
"@earendil-works/pi-ai": "^0.79.6",
"@earendil-works/pi-tui": "^0.79.6"
},
"pi": {
"extensions": [
"./src/index.ts"
]
}
}