Написал скилл

This commit is contained in:
ProgramX 2026-03-28 12:58:16 +03:00
parent 2fb00ed2bc
commit cd736d5a38
9 changed files with 5577 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "secure-transactions"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"browser-use>=0.12.5",
"langchain-core>=1.2.23",
"loguru>=0.7.3",
"playwright>=1.58.0",
]