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/agent_tools/analysis.py

10 lines
422 B

"""Analysis primitives for agent operation.
NOTE: Multi-step analytical workflows (party shift, axis stability, SVD label
validation) have been removed. Agents should compose raw database primitives
(query_party_positions, query_svd_vectors, etc.) and perform analysis in their
own reasoning loop.
This module is intentionally empty. If needed, pure computational helpers
(without business logic) can be added here.
"""