added new agent

This commit is contained in:
Dobromir Popov 2023-12-19 20:14:18 +02:00
parent ba9389e7b0
commit d581b37aa4
2 changed files with 7 additions and 0 deletions

7
.vscode/tasks.json vendored
View File

@ -34,6 +34,13 @@
"node": {
"enableDebugging": true
}
},
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "node /app/web/server.js"
}
]
}

0
agent-py-bot/agent.py Normal file
View File