agent_001
axis: real_estate
state: +1 PMA
Every agent receives an explicit axis-vector dispatch envelope before execution. No agent decomposes a problem to which it was not given a bounded scalar objective. The result: parallel agents partition the problem cleanly instead of overlapping. No combinatorial sprawl.
Every swarm worker receives an explicit objective vector before execution. No agent decomposes a problem to which it was not given a bounded scalar objective. Prevents combinatorial sprawl.
Operational state (workflow progress, queue depth, audit chain head) is a different bus than knowledge state (substrate data, market signal, audit log). Mixing them is the most common multi-agent failure mode and is forbidden by the dispatch envelope.