MANIFEST.in
README.md
pyproject.toml
src/agentqa/__init__.py
src/agentqa/agent.py
src/agentqa/cli.py
src/agentqa/display.py
src/agentqa/engine.py
src/agentqa/export.py
src/agentqa/pytest_plugin.py
src/agentqa/replay.py
src/agentqa/scenario.py
src/agentqa/topology.py
src/agentqa/trace.py
src/agentqa.egg-info/PKG-INFO
src/agentqa.egg-info/SOURCES.txt
src/agentqa.egg-info/dependency_links.txt
src/agentqa.egg-info/entry_points.txt
src/agentqa.egg-info/requires.txt
src/agentqa.egg-info/top_level.txt
src/agentqa/adapters/__init__.py
src/agentqa/adapters/autogen.py
src/agentqa/adapters/crewai.py
src/agentqa/adapters/langgraph.py
src/agentqa/adapters/raw.py
src/agentqa/faults/__init__.py
src/agentqa/faults/base.py
src/agentqa/faults/contradictory.py
src/agentqa/faults/corrupt.py
src/agentqa/faults/drop.py
src/agentqa/faults/hallucination.py
src/agentqa/faults/latency.py
src/agentqa/properties/__init__.py
src/agentqa/properties/base.py
src/agentqa/properties/clarification.py
src/agentqa/properties/communication_quality.py
src/agentqa/properties/convergence.py
src/agentqa/properties/conversation_reset.py
src/agentqa/properties/deadlock.py
src/agentqa/properties/information_flow.py
src/agentqa/properties/information_leak.py
src/agentqa/properties/output_schema.py
src/agentqa/properties/peer_input.py
src/agentqa/properties/premature_termination.py
src/agentqa/properties/reasoning_action.py
src/agentqa/properties/role_boundary.py
src/agentqa/properties/state_continuity.py
src/agentqa/properties/step_repetition.py
src/agentqa/properties/task_adherence.py
src/agentqa/properties/task_compliance.py
src/agentqa/viewer/index.html
tests/test_engine.py
tests/test_faults.py
tests/test_models.py
tests/test_properties.py
tests/test_raw_adapter.py
tests/test_v02_properties.py
tests/test_v03_advanced.py
tests/test_v03_properties.py
tests/test_v04_features.py
tests/test_v04_properties.py
tests/test_v05_viewer.py