Appendix E: Provisional Extension Examples
The following examples illustrate how provisional extensions might be used in practice. They are not normative and are provided only to show how Neural and Agent profiles could appear on the wire.
Example: Neural Extension (Provisional)
This example shows how a service might publish metadata for a Gaussian splat field covering part of a city block.
module spatial {
module examples {
@extensibility(APPENDABLE) struct NeuralExamplePlaceholder {
boolean dummy;
};
};
};
Example: Agent Extension (Provisional)
This example shows how an AI planner could issue a navigation task and later update its status.
module spatial {
module examples {
@extensibility(APPENDABLE) struct AgentExamplePlaceholder {
boolean dummy;
};
};
};