AgentMiddleware
API reference
EXPERIMENTAL: Agent APIs are likely to change.
An agent middleware contributed by a module.
Implements Node
description: String!Experimental
The description of the agent
Experimental: Agent APIs are likely to change.
id: ID!
A unique identifier for this AgentMiddleware.
name: String!Experimental
Return the command name of the agent. Entrypoint targets omit the module prefix.
Experimental: Agent APIs are likely to change.
path: [String!]!Experimental
The path of the agent within its module
Experimental: Agent APIs are likely to change.
originalModule: Module!Experimental
The original module in which the agent has been defined
Experimental: Agent APIs are likely to change.