Agent extractor

This commit is contained in:
Cyber MacGeddon 2025-07-17 19:23:06 +01:00
parent 1fe4ed5226
commit bc64f2dba2
5 changed files with 353 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.agent import run
run()