Expand description
Shared application/workflow orchestration for the pet-resort agent platform.
This crate composes semantic domain contracts from domain into executable
workflow packets, agent prompts, tool-port contracts, and MVP orchestration
previews shared by API, worker, and CLI shells.
Modulesยง
- agents
- Agent specs and prompt packet contracts.
- booking_
triage - Booking triage contracts for deterministic review before agent drafting.
- checkout_
completion - Checkout-closeout packets, gates, and safe handoff drafts.
- crm_
retention - Source-grounded retention follow-up packets and review-only customer drafts.
- daily_
update - Daily operational update packets built from deterministic source context.
- data_
quality_ hygiene - Duplicate/stale-record hygiene workflows that stop before provider mutation.
- local_
smoke - Local deterministic fixtures that exercise agent and tool boundaries.
- manager_
daily_ brief - Manager Daily Brief workflow contracts for labor-saving internal review.
- prelude
- Common app contracts for shells that need agent specs and tool catalogs.
- tools
- App-owned external tool-port contracts.