You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-agents/overview.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,28 @@ The data model of AI agents includes two main blueprints:
89
89
90
90
2.**AI invocations** - Each interaction made with an AI agent is recorded as an invocation. This acts as a log of everything going through your AI agents so you can monitor and improve them over time. Learn more in our [Interact with AI agents](/ai-agents/interact-with-ai-agents) guide.
91
91
92
+
## Relevant Guides
93
+
94
+
Explore these guides to see AI agents in action and learn how to implement them in your organization:
95
+
96
+
-**[Generate incident updates with AI](/guides/all/generate-incident-updates-with-ai)** - Learn how to build an AI agent that generates incident updates and sends Slack notifications with relevant technical context.
97
+
98
+
-**[Enrich tasks with AI-powered context](/guides/all/enrich-tasks-with-ai)** - Set up a "Task Assistant" AI agent that provides developers with automated, contextual insights when they start working on tasks.
99
+
100
+
-**[Setup PR enricher AI agent](/guides/all/setup-pr-enricher-ai-agent)** - Create an AI agent that enriches pull requests with relevant context and information.
101
+
102
+
-**[Setup service explorer AI agent](/guides/all/setup-service-explorer-ai-agent)** - Build an AI agent that helps developers explore and understand services in your catalog.
103
+
104
+
-**[Setup platform request triage AI agent](/guides/all/setup-platform-request-triage-ai-agent)** - Implement an AI agent to automatically triage and route platform requests.
105
+
106
+
-**[Setup task manager AI agent](/guides/all/setup-task-manager-ai-agent)** - Set up a Task Manager AI agent to help developers track and manage tasks efficiently.
107
+
108
+
-**[Setup incident manager AI agent](/guides/all/setup-incident-manager-ai-agent)** - Set up an AI agent that helps developers track and manage incidents efficiently.
109
+
110
+
-**[Add RCA context to AI agents](/guides/all/add-rca-context-to-ai-agents)** - Enhance your AI agents with root cause analysis context for better incident management.
111
+
112
+
-**[Enrich security vulnerability using AI](/guides/all/enrich-security-vulnerability-using-ai)** - Use AI to automatically enrich security vulnerabilities with relevant context and remediation steps.
0 commit comments