MCPcopy
hub / github.com/AgentOps-AI/agentops / IAgentAttributes

Interface IAgentAttributes

app/dashboard/types/ISpan.ts:99–107  ·  view source on GitHub ↗

* Agent specific attributes

Source from the content-addressed store, hash-verified

97 * Agent specific attributes
98 */
99interface IAgentAttributes {
100 id?: string;
101 models?: string;
102 name?: string;
103 role?: string;
104 tools?: string;
105 reasoning?: string;
106 [key: string]: any;
107}
108
109/**
110 * Tool specific attributes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…