Workload-level provenance metadata for AX agents — LAR-1 integration example #361
cloudiaspecula
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
AX provides the lifecycle and isolation boundary for autonomous agent workloads. LAR-1 is an optional semantic overlay for describing the provenance and epistemic status of messages produced inside those workloads.
The proposed integration is deliberately workload-level and requires no AX control-plane changes:
Workspacechecks out or provisions a LAR-1 implementation._metaand its own messages/results.LAR-1 adds fields such as:
C— cognition (obs,hyp,inf,rev);E— evidence (direct,derived,aggregated);L— likelihood;V— verification status;T/S— temporal and spatial situatedness.This keeps the layers separate: AX describes infrastructure state, while LAR-1 describes message provenance. In particular, LAR-1 should not be added to
TaskStatus, since “the task is running” and “the agent’s claim is verified” are different kinds of state.We prepared a minimal companion example here:
https://github.com/carlsonchik/larone/tree/main/examples/ax-lar1
The example includes an AX multi-document manifest and a short proposal for a possible future annotation-based integration.
Questions:
v1alpha1?All reactions