Agent Blueprint Preview
Intake agent that knows when to route, ask, or escalate.
Blueprints are practical recipes. The full version includes the prompt stack, decision table, test cases, and setup notes.
Use Case
Classify inbound messages into buyer, support, partner, spam, or review-needed lanes.
Architecture
Inbox source, rules context, classifier prompt, action router, human review queue, receipt log.
Guardrails
No promises, no refunds granted automatically, no private data copied into prompts, no checkout link below confidence threshold.
Setup Checklist
- Write the offer rules and escalation boundaries.
- Add 20 real examples with the right classification.
- Run the test set before connecting live inboxes.
- Start in draft mode, review outputs, then automate one lane at a time.
Preview File Tree
intake-agent/ AGENTS.md context/offers.md context/escalation.md tests/messages.json prompts/classifier.md handoff/review-queue.md