Skip to main content

Crate app

Crate app 

Source
Expand description

Shared application/workflow orchestration for the pet-resort agent platform.

§Operator framing

Use this crate page when you want the app-level map of how domain facts become reviewable workflow packets, tool-port calls, smoke fixtures, and shell-facing orchestration. It matters to operators because this layer is where safe drafts and evidence bundles are assembled before an API, worker, or CLI presents them for review.

The next step is to open agents for agent safety rules, then the workflow module that matches the queue being reviewed, such as manager daily brief, booking triage, checkout completion, CRM retention, daily update, or data-quality hygiene. The Rustdoc items below remain implementer API detail; this overview explains which operational page to read first.

This crate composes semantic domain rules from domain into executable workflow packets, agent prompts, tool-port rules, and MVP orchestration previews shared by API, worker, and CLI shells.

Crosswalk navigation: app modules are the workflow-use step in the entity path. Use docs/entity-atlas/contract-crosswalk/workflow-packets.md to move from an operator workflow to consumed/produced entities, then follow storage-persistence.md, runtime-exposure.md, and the listed tests for persistence, API/worker/CLI exposure, and executable proof.

Modules§

agents
Agent specs and prompt packet rules.
booking_triage
Booking triage rules for deterministic review before agent drafting.
checkout_completion
Checkout-closeout packets, gates, and safe handoff drafts. Checkout-completion workflow rules for staff departure handoff and closeout review.
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. Data-quality hygiene workflow rules for source-grounded internal cleanup.
local_smoke
Local deterministic fixtures that exercise agent and tool gates.
manager_daily_brief
Manager Daily Brief workflow rules for labor-saving internal review.
prelude
Common app rules for shells that need agent specs and tool catalogs.
tools
App-owned external tool-port rules.