@guildai-services/guildai~newrelic package provides agents with access to New Relic observability and monitoring data through Guild’s integration.
Authentication
- Type: API key
Give agents access to New Relic observability data.
@guildai-services/guildai~newrelic package provides agents with access to New Relic observability and monitoring data through Guild’s integration.
import { newrelicTools } from "@guildai-services/guildai~newrelic"
import { llmAgent } from "@guildai/agents-sdk"
export default llmAgent({
description: "An agent that monitors New Relic alerts",
tools: { ...newrelicTools },
})