Governed operational intelligence for systems where a useful answer is not the same thing as a trusted action.
Published by Jason Hale, Founder of HaleES.
Important
HaleES starts with governance, not generation. This repository shares the public architecture, agent taxonomy, workflow blueprints, reference code, validators, use cases, field notes, failure cases, and benchmark plan. The production HaleES/Sensei OS runtime remains closed.
This map shows the HaleES platform plan across sources, Sensei OS control, store runtime, persistence, integrations, and operating domains.
It is a system plan, not a production-complete component claim.
| Need | Start here |
|---|---|
| Read the visual whitepaper | Whitepaper Reader |
| Read the complete archive | Full Whitepaper Archive |
| Study the 56-agent hospitality architecture | HaleES-56 Hospitality Agent Architecture |
| Browse the public agent registry | HaleES-56 Agent Registry |
| Review public workflow blueprints | Workflow Blueprints |
| Run the HaleES-56 reference demo | HaleES-56 Reference Implementation |
| Review use cases | Use Cases |
| Review operational field notes | Field Notes |
| Understand current limitations | Limitations |
| See how benchmarks will be measured | Benchmark Plan |
| Inspect public JSON examples | HaleES-56 Example Inputs |
| See HaleES block a bad action | Failure Case: Labor Cut |
| Understand contracts | Contract Spec |
| Understand scoring | Grading Rubric |
| Understand enforcement telemetry | Observability And Enforcement Telemetry |
| Understand rule governance | Managing Enforcement Rules At Scale |
| Understand grader trust | Grader Reliability |
| Understand model and tool control | Model, Tool, And Orchestration Governance |
| Understand what stays closed | Public Boundary |
| Run shape checks | Validators |
| Inspect JSON Schemas | Schemas |
HaleES is a public architecture specification for governed operational intelligence in hospitality and service operations.
A useful answer can still be unsafe to trust. HaleES treats that as the starting point.
| Public pattern | Meaning |
|---|---|
| Contract-driven work | The task is defined before execution begins |
| Dual-layer grading | 0 to 100 evaluates; 0 or 1 decides |
| HaleES-56 agent taxonomy | Hospitality work is mapped into governed specialist capability profiles |
| Workflow blueprints | Public-safe operating paths show trigger, evidence, gate, output, and audit |
| Policy and authority checks | Capability does not equal permission |
| Ground-truth checks | Stale or missing data can block acceptance |
| Human review | Sensitive work routes to manager approval instead of silent execution |
| Auditability | Decisions should be explainable after the fact |
| Reference code | Deterministic public code makes the pattern inspectable without exposing the runtime |
| Evidence type | Included now | Not claimed yet |
|---|---|---|
| Architecture | System plan, whitepaper, public boundary, HaleES-56 taxonomy | Production-complete open runtime |
| Workflow design | Public blueprints for call-offs, labor cuts, guest recovery, prep, refunds, KDS bottlenecks, payroll/tips, and offline sync | Private Workflow Center implementation |
| Reference code | Public deterministic registry, router, policy gate, examples, and demo runner | Closed HaleES/Sensei OS runtime |
| Examples | Use cases, field notes, JSON scenario inputs, failure cases | Customer case studies |
| Evaluation | Benchmark plan, validators, reference tests | Independent benchmark results |
| Integrations | Integration boundaries and public-safe examples | Live POS/PMS/KDS/payroll adapters |
This repository is not the HaleES runtime, but it includes small public reference tools.
| Runnable piece | Command | Purpose |
|---|---|---|
| HaleES-56 reference demo | python reference/halees_56/demo.py |
Routes hospitality signals through the public agent registry and deterministic policy gate |
| HaleES-56 reference tests | python reference/halees_56/test_reference_behavior.py |
Checks registry count, routing, pass/review/block behavior |
| Mock contract loop | python reference/end_to_end_mock_loop.py |
Shows contract, mock execution, dummy grading, decision, feedback, and iteration |
| Contract validator | python validators/contract_validator.py examples/staffing_recovery_contract.md |
Checks whether a markdown contract has the expected public sections |
| Grading validator | python validators/grading_validator.py examples/sample_grading_result.json |
Checks whether a grading result has the expected public fields and threshold decision |
The public CI workflow runs the deterministic reference checks on every push and pull request to main.
| Check | Purpose |
|---|---|
| HaleES-56 reference tests | Confirms registry count, routing, and pass/review/block behavior |
| HaleES-56 reference demo | Confirms the public demo runs without secrets, integrations, or LLM calls |
| Contract validator | Confirms the public contract example keeps the expected shape |
| Grading validator | Confirms the public grading result keeps the expected shape |
%%{init:{"theme":"base","themeVariables":{"background":"#FFFFFF","fontFamily":"Marcellus, Georgia, serif","fontSize":"16px","primaryTextColor":"#0B1F4D","lineColor":"#315A92"}}}%%
flowchart LR
A[Hospitality Signal] --> B[HaleES-56 Agent Registry]
B --> C[Specialist Profile]
C --> D[Policy + Permission]
D --> E{Binary Gate}
E -->|Pass| F[Approved Workflow]
E -->|Review| G[Human Manager Review]
E -->|Block| H[Missing Evidence or Policy Conflict]
F --> I[Audit + Outcome]
G --> I
H --> I
classDef blue fill:#EEF6FF,stroke:#315A92,stroke-width:2px,color:#0B1F4D;
classDef gold fill:#FFF7DF,stroke:#B88712,stroke-width:2px,color:#4A3200;
classDef green fill:#EFF9F1,stroke:#278A46,stroke-width:2px,color:#0B3D16;
classDef red fill:#FFF0F0,stroke:#C2413B,stroke-width:2px,color:#7A1111;
class A,B,C,D,I blue;
class E gold;
class F green;
class G,H red;
| Use case | Public proof path |
|---|---|
| Same-day call-off coverage | Use case · Workflow · JSON input · reference demo |
| Labor cut blocked by service ratio | Failure case · Workflow · validators · grading rubric |
| Guest complaint refund review | Use case · Workflow · JSON input |
| Stale inventory blocks prep change | Use case · Workflow · JSON input |
| KDS delay triggers bottleneck review | Use case · Workflow |
| Payroll or tip-pool exception | Use case · Workflow |
| Offline mode queues work | Use case · Workflow |
| Refund review | Workflow |
| Closed area | Why it stays closed |
|---|---|
| Production HaleES/Sensei OS runtime | Commercial product engine |
| Proprietary grader implementation | Core reliability logic |
| Internal agent prompts | Private operating instructions and runtime behavior |
| Model and tool routing | Operational execution logic |
| Live integrations and adapters | Customer systems and commercial infrastructure |
| Private Workflow Center implementation | Production workflow storage, routing, approval actions, and event handling |
| Memory boundary implementation | Private data governance layer |
| Hosted infrastructure | Deployment and operations layer |
| Private datasets | Customer, employee, guest, transaction, and store data |
The public architecture materials in this repository are licensed under Apache-2.0.
| Public under Apache-2.0 | Requires separate HaleES agreement |
|---|---|
| Architecture specification | Production HaleES/Sensei OS runtime |
| Public workflow blueprints | Private Workflow Center implementation |
| Public examples and mock loops | Proprietary grader implementation |
| Public schemas and validators | Live integrations and production adapters |
| Public diagrams and documentation | Hosted infrastructure and deployment systems |
| Public HaleES-56 agent architecture | Internal prompts, proprietary execution logic, and runtime implementation |
| Public deterministic reference code | Production execution engine, private model routing, and closed-source adapters |
Commercial teams may study, fork, and build from the public architecture materials under Apache-2.0 terms. Commercial access to the HaleES production runtime, proprietary implementation, partnerships, support, or private deployment work requires a separate agreement with HaleES / Jason Hale.
This repository does not currently claim independent benchmarks, live customer deployments, measured revenue lift, measured labor savings, or production integration reliability. Those belong in the repo only after evidence exists.
Patent pending. A provisional patent application covering the grading and orchestration system was filed in November 2025.
This notice is provided for transparency about the architecture direction and does not claim a granted patent.
Important
Governance is not something added after generation. Governance is the system.
HaleES separates knowledge from authority, output from acceptance, agent profiles from execution authority, and public architecture from private runtime.
The goal is not less intelligence.
The goal is intelligence that can be trusted in production.
