{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "DB_PASSWORD=\"v8mFLmkF2fth_r\" .\/venv\/bin\/python -c \"\nfrom pipeline_config import get_step_model\n\n# Test alle step_types\nstep_types = ['text_semantic_analyze', 'knowledge_semantic_analyze', 'enrich', 'entity_extract', 'relation_extract']\nprint('Step-Type → Model Mapping:')\nfor st in step_types:\n try:\n model = get_step_model(st)\n print(f' {st}: {model}')\n except Exception as e:\n print(f' {st}: FEHLER - {e}')\n\nprint('\\\\n✓ Config-Modul funktioniert')\n\"",
"description": "Test config module"
}
}
{
"tool_response": {
"stdout": "Step-Type → Model Mapping:\n text_semantic_analyze: FEHLER - 'NoneType' object has no attribute 'cursor'\n knowledge_semantic_analyze: FEHLER - 'NoneType' object has no attribute 'cursor'\n enrich: FEHLER - 'NoneType' object has no attribute 'cursor'\n entity_extract: FEHLER - 'NoneType' object has no attribute 'cursor'\n relation_extract: FEHLER - 'NoneType' object has no attribute 'cursor'\n\n✓ Config-Modul funktioniert",
"stderr": "",
"interrupted": false,
"isImage": false
}
}