A trust and safety agent that interacts with Osprey for investigation, real-time analysis, and prevention implementations
at main 21 lines 532 B view raw
1[project] 2name = "osprey-agent" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6requires-python = ">=3.12" 7dependencies = [ 8 "anthropic>=0.77.1", 9 "atkafka-consumer-python", 10 "atproto>=0.0.65", 11 "click>=8.3.1", 12 "clickhouse-connect>=0.10.0", 13 "dnspython>=2.8.0", 14 "httpx>=0.28.0", 15 "pydantic>=2.12.5", 16 "pydantic-settings>=2.12.0", 17 "python-whois>=0.9.4", 18] 19 20[tool.uv.sources] 21atkafka-consumer-python = { git = "https://tangled.org/hailey.at/atkafka-consumer-python" }