Coalition Task Execution Reactive Decisions
| Step ID | Type | Stage | Trigger Type | Specific Trigger | Past Context (Examples) | Available Actions | Selection Function | Next States | History Components | Policy Type | Forward Output | Backward Flow |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| C5-execution | DECISION (per node) | Execution | Timer Events | execution_tick | Own task progress Other members' status Resource usage Timeline adherence Coalition health | Continue work Exit coalition | argmax ε-greedy(ε) softmax(τ) system_rule other | Continue → C5 (ongoing) | C6 (complete) Exit → Terminal: Early Exit | Past executions Completion rates Exit penalties Member interactions | Learned execution model (individual) | Action | Utility Information |
| C6-completion | DECISION (per node) | Settlement | Process Events | results_aggregated | Combined results Own contribution Quality metrics Member contributions Allocation vector | Approve results Dispute results | argmax ε-greedy(ε) softmax(τ) system_rule other | Approve → Terminal: Success Dispute → Resolution → Terminal: Adjusted | Terminal: Original | Past completions Dispute outcomes Final rewards Reputation effects | Learned completion model | Action | Utility Information |
| Dispute-resolution | AUTOMATIC | Settlement | Process Events | dispute_raised | Evidence submitted Claims made Contract terms Member histories | Automatic adjudication Valid → distribute Invalid → partial | system_rule | Valid → Terminal: Adjusted Invalid → Terminal: Partial | Past disputes Evidence patterns Resolution outcomes Precedent cases | System rule | Status | N/A |
Decision Summary
C5: Execution - Coalition members receive periodic execution ticks and decide to continue work or exit coalition based on task progress, coalition health, and opportunity costs. Cyclic pattern—continues until task complete or exit.
C6: Completion - After results aggregation, members approve final distribution or raise disputes based on quality assessment and contribution fairness. Single-shot decision to terminal states.
Dispute-resolution - System automatically adjudicates disputes using evidence and contract terms.