Skip to content

agent

An AI agent that acts on behalf of a user. Agents are actors — they can be attributed as the “who” on any change in the graph, alongside people and organizations.

Examples: Claude in Cursor, a background job agent, a scheduled task runner.

MetadataValue
Pluralagents
Subtitle fieldmodel
Alsoactor
FieldType
modelstring
providerstring
sessionIdstring

From actor:

FieldType
actorTypestring

External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.

  • ActivityStreams 2.0 Service — AS2’s Service Actor is the closest peer for an automated agent. We add model/provider/sessionId for AI-specific lineage.
  • Anthropic Tool Use API (Claude) — Mirrors our model/provider fields. sessionId groups related tool invocations from a single agent run.