You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
motief/tests/agent_tools/test_analysis_tools.py

10 lines
300 B

"""Tests for agent analysis and report generation primitives.
NOTE: Multi-step analytical workflows have been removed. Agents should compose
raw database primitives and perform analysis in their own reasoning loop.
This file is intentionally empty.
"""
import pytest
pytest.importorskip("duckdb")