Spaces:
Running
Running
File size: 420 Bytes
66a53df 71aa48c 66a53df |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[project]
name = "OSINT_Agent"
version = "0.1.0"
description = "Tool for AI-based investigations and KYC"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.22.0",
"openai>=1.68.2",
"openai-agents>=0.0.6",
"python-dotenv>=1.0.1",
"crewai[tools]>=0.119.0,<1.0.0",
"requests>=2.32.3",
"beautifulsoup4>=4.13.4",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
]
|