Classify Communications into Intake Items, Review Items, and Proposed Change Sets #8
Labels
No labels
ready-for-agent
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
liang/sales-ai#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Parent PRD: #2
What to build
Build the first deterministic classification pipeline using fake classifier seams for tests. Classification should record Classification Decisions for linked, intake, and irrelevant outcomes, create Communication Interpretations, route uncertain work through Intake Items and Review Items, and turn Agent-suggested writes into Proposed Change Sets rather than direct domain mutations.
Acceptance criteria
Blocked by
Implemented issue #8.
Summary:
services.classification_pipeline.classify_communicationswith fake-classifier seam.Verification:
.venv/bin/pytest tests/test_classification_pipeline.py -q-> passed.