Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ agentSpawned
Function
agentSpawned
packages/arctic/src/telemetry/index.ts:159–161 ·
view source on GitHub ↗
(agent: string)
Source
from the content-addressed store, hash-verified
157
}
158
159
export
function
agentSpawned(agent: string) {
160
track(
"agent.spawned"
, { agent })
161
}
162
163
export
function
mcpConnected(server: string) {
164
track(
"mcp.connected"
, { server })
Callers
nothing calls this directly
Calls
1
track
Function · 0.70
Tested by
no test coverage detected