freshcrate
Skin:/
Home > Security > holmesgpt

holmesgpt

SRE Agent - CNCF Sandbox Project

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

SRE Agent - CNCF Sandbox Project

README

HolmesGPT โ€” The CNCF SRE Agent

Installation | Docs | Ask DeepWiki

Open-source AI agent for investigating production incidents and finding root causes. Works with any stack โ€” Kubernetes, VMs, cloud providers, databases, and SaaS platforms. We are a Cloud Native Computing Foundation sandbox project. Originally created by Robusta.Dev, with major contributions from Microsoft.

New: Operator Mode โ€” Find Problems 24/7 in the Background

Most AI agents are great at troubleshooting problems, but still need a human to notice something is wrong and trigger an investigation. Operator mode fixes that โ€” HolmesGPT runs in the background 24/7, spots problems before your customers notice, and messages you in Slack with the fix. Connect the GitHub integration and it can even open PRs to fix what it finds.

While the operator itself runs in Kubernetes, health checks can query any data source Holmes is connected to โ€” VMs, cloud services, databases, SaaS platforms, and more.

Features

  • Petabyte-scale data: Server-side filtering, JSON tree traversal, and tool output transformers keep large payloads out of context windows
  • Memory-safe execution: Per-tool memory limits, streaming large results to disk, and automatic output budgeting prevent OOM kills when querying large observability datasets
  • Deep integrations: Prometheus, Grafana, Datadog, Kubernetes, and many moreโ€”plus any REST API
  • Bidirectional alert integrations: Fetch alerts from AlertManager, PagerDuty, OpsGenie, or Jiraโ€”and write findings back
  • Any LLM provider: OpenAI, Anthropic, Azure, Bedrock, Gemini, and more
  • No Kubernetes required: Works with any infrastructure โ€” VMs, bare metal, cloud services, or containers

How it Works

HolmesGPT uses an agentic loop to query live observability data from multiple sources and identify root causes.

holmesgpt-architecture-diagram

HolmesGPT Investigation Demo

๐Ÿ”— Data Sources

HolmesGPT integrates with popular observability and cloud platforms. The following data sources ("toolsets") are built-in. Add your own.

Data Source Notes
AKS AKS Azure Kubernetes Service cluster and node health diagnostics
ArgoCD ArgoCD Get status, history and manifests and more of apps, projects and clusters
AWS AWS RDS events, instances, slow query logs, and more (MCP)
Azure Azure Azure resources and diagnostics (MCP)
Azure SQL Azure SQL Database health, performance, connections, and slow queries
Confluence Confluence Private runbooks and documentation
Confluence MCP Confluence (MCP) Private runbooks and documentation (MCP)
Coralogix Coralogix Retrieve logs for any resource
Crossplane Crossplane Troubleshoot Crossplane providers, compositions, claims, and managed resources
Datadog Datadog Query logs, metrics, and traces
Docker Docker Get images, logs, events, history and more
Elasticsearch Elasticsearch / OpenSearch Query logs, cluster health, shard and index diagnostics
GCP GCP Google Cloud Platform resources (MCP)
GitHub GitHub Repositories, issues, and pull requests (MCP)
Jenkins Jenkins (MCP) Build status, pipeline logs, and job history (MCP)
Grafana Grafana Query and analyze dashboard configurations and panels
Helm Helm Release status, chart metadata, and values
Internet Internet Public runbooks, community docs, etc.
Kafka Kafka Fetch metadata, list consumers and topics or find lagging consumer groups
Kubernetes Kubernetes Pod logs, K8s events, and resource status (kubectl describe)
Kubernetes Remediation Kubernetes Remediation (MCP) Apply fixes like scaling, rollbacks, and resource edits (MCP)
Loki Loki Query logs for Kubernetes resources or any query
MariaDB MariaDB MariaDB database queries and diagnostics (MCP)
MongoDB MongoDB Query data, diagnose performance, inspect schemas, find slow operations
MongoDB Atlas MongoDB Atlas Cluster health, slow queries, and performance diagnostics
NewRelic NewRelic Investigate alerts, query tracing data
OpenShift OpenShift Projects, routes, builds, security context constraints, and deployment configs
Prefect Prefect (MCP) Workflow orchestration monitoring, flow runs, and worker health (MCP)
Prometheus Prometheus Investigate alerts, query metrics and generate PromQL queries
RabbitMQ RabbitMQ Partitions, memory/disk alerts, troubleshoot split-brain scenarios and more
Robusta Robusta Multi-cluster monitoring, historical change data, runbooks, PromQL graphs and more
ServiceNow ServiceNow Query tables and incident records
Sentry Sentry Error tracking, issues, and performance monitoring (MCP)
Slab Slab Team knowledge base and runbooks on demand
Splunk Log search and analysis (MCP)
SQL Databases SQL Databases PostgreSQL, MySQL, ClickHouse, MariaDB, SQL Server, SQLite
Tempo Tempo Fetch trace info, debug issues like high latency in application
Zabbix Zabbix Monitor hosts, problems, events, triggers, and historical metrics

See the full list of built-in toolsets for additional integrations including Cilium, KubeVela, Notion, and more.

๐Ÿš€ End-to-End Automation

HolmesGPT can fetch alerts/tickets to investigate from external systems, then write the analysis back to the source or Slack.

Integration Status Notes
Slack โœ… Demo. Available via Robusta
Microsoft Teams โœ… Available via Robusta
Prometheus/AlertManager โœ… Robusta or HolmesGPT CLI
PagerDuty โœ… HolmesGPT CLI only
OpsGenie โœ… HolmesGPT CLI only
Jira โœ… HolmesGPT CLI only
GitHub โœ… HolmesGPT CLI only

Installation

All Installation Methods

Read the installation documentation to learn how to install HolmesGPT.

Supported LLM Providers

All Integration Providers

Read the LLM Providers documentation to learn how to set up your LLM API key.

Using HolmesGPT

See the walkthrough documentation for usage guides, including:

๐Ÿ” Data Privacy

By design, HolmesGPT has read-only access and respects RBAC permissions. It is safe to run in production environments.

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Community

Join our community to discuss the HolmesGPT roadmap and share feedback:

Support

If you have any questions, feel free to message us on HolmesGPT Slack Channel

How to Contribute

Please read our CONTRIBUTING.md for guidelines and instructions.

For help, contact us on Slack or ask DeepWiki AI your questions.

Please make sure to follow the CNCF code of conduct - details here. Ask DeepWiki

OpenSSF Best Practices OpenSSF Scorecard

Release History

VersionChangesUrgencyDate
0.31.1## What's Changed * Auto-deny orphaned tool calls to prevent LLM failures by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/2097 **Full Changelog**: https://github.com/HolmesGPT/holmesgpt/compare/0.31.0...0.31.1High5/28/2026
0.31.0## What's Changed * feat: Adding eval for metrics analyses by @theTibi in https://github.com/HolmesGPT/holmesgpt/pull/1941 * Add tool safety docs by @moshemorad in https://github.com/HolmesGPT/holmesgpt/pull/2071 * Fixes to http toolset by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/2000 * Warn when OTLP endpoint is set but OTEL packages are missing by @biswaone in https://github.com/HolmesGPT/holmesgpt/pull/2078 * Downgrade transient realtime connectivity errors to warnings by @nHigh5/27/2026
0.30.1## What's Changed * [ROB-3883] Loki returns raw response on parse failure by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/2035 * docs: point README walkthrough links at latest docs by @pavangudiwada in https://github.com/HolmesGPT/holmesgpt/pull/2053 * docs: clarify built-in Kubernetes vs MCP toolset choice by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/2056 * ROB-3914 - Add GitLab MCP entry to datasource-catalog.json by @alonelish in https://github.com/HolmesGPT/holHigh5/20/2026
0.29.0## What's Changed * Add per-toolset prerequisite timeout to prevent startup hangs by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/2005 * fix log level env var on the docs by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/2015 * update docs - oauth -skills by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/2017 * Add SSL/TLS support for custom CA bundles in Realtime WebSocket by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/2018 * ROB-3618: AddHigh5/14/2026
0.28.0## What's Changed * Added ability to set dnsPolicy and dnsConfig by @andrewgkew in https://github.com/HolmesGPT/holmesgpt/pull/1979 * Enable private channels and add auth for realtime subscriptions by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/2012 ## New Contributors * @andrewgkew made their first contribution in https://github.com/HolmesGPT/holmesgpt/pull/1979 **Full Changelog**: https://github.com/HolmesGPT/holmesgpt/compare/0.27.0...0.28.0High5/7/2026
0.27.0## What's Changed * ROB-3670 - Add M2 Conversation Worker for async conversation processing by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/1903 * ROB-3756 - Extract text from MCP resource content blocks in tool results by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/1961 * Bump gitpython from 3.1.46 to 3.1.47 by @dependabot[bot] in https://github.com/HolmesGPT/holmesgpt/pull/1951 * Refactor prompt templates to inline includes and improve clarity by @aantn iHigh5/6/2026
0.26.0## What's Changed ### Breaking Changes - [ROB-3715] Introduce Skills functionality (see docs: https://holmesgpt.dev/dev/reference/skills/?h=skills) by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1953 > Skills introduce a new extensibility model for HolmesGPT, enabling custom tool integrations and workflows via configuration. ### Features & Improvements - [ROB-3703] Improve data source configuration flow by @alonelish in https://github.com/HolmesGPT/holmesgpt/pull/191High4/28/2026
0.25.0## What's Changed * Adding Crossplane Toolset by @mrinalpravi in https://github.com/HolmesGPT/holmesgpt/pull/1839 * override_with reverted env vars resolution for nested arrays by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1938 * [ROB-2694] Oauth supported MCP servers in cli and server mode by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1900 ## New Contributors * @mrinalpravi made their first contribution in https://github.com/HolmesGPT/holmesgpt/pull/1839 High4/23/2026
0.24.4## What's Changed * feat: add OpenTelemetry tracing and metrics instrumentation by @henrikrexed in https://github.com/HolmesGPT/holmesgpt/pull/1761 * Refactor Kubernetes toolsets documentation and consolidate permissions by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1893 * Refactor tool executor creation with unified API and thread-safe caching by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1829 * fix(mcp): support non-string enum values in ToolParameter by @leegin in htHigh4/20/2026
0.24.3## What's Changed * Fix Jira Cloud API compatibility by migrating to v3 endpoints by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1373 * ROB-3586 downgrade litellm version by @RoiGlinik in https://github.com/HolmesGPT/holmesgpt/pull/1844 **Full Changelog**: https://github.com/HolmesGPT/holmesgpt/compare/0.24.2...0.24.3High4/9/2026
0.24.2## What's Changed * zip with symlink by @moshemorad in https://github.com/HolmesGPT/holmesgpt/pull/1886 **Full Changelog**: https://github.com/HolmesGPT/holmesgpt/compare/0.24.1...0.24.2High4/7/2026
0.24.1## What's Changed * docs: add Jenkins MCP integration documentation by @henrik-koren in https://github.com/HolmesGPT/holmesgpt/pull/1881 * feat: add mTLS/SSL support to kafka/admin toolset by @henrik-koren in https://github.com/HolmesGPT/holmesgpt/pull/1879 * Add test case for anyOf union flattening bug in MCP schemas by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1838 * Upgrade prometrix version by @moshemorad in https://github.com/HolmesGPT/holmesgpt/pull/1884 ## New ContributMedium4/7/2026
0.24.0## What's Changed * Refactor toolset enabling by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1830 * Add documentation for Holmes configuration and fast model setup by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1842 * Rebrand Robusta SaaS to Robusta Enterprise by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1848 * Weekly Benchmark Results 2026-03-29_03-38 by @github-actions[bot] in https://github.com/HolmesGPT/holmesgpt/pull/1853 * ROB-3595 Default to "ask" commMedium4/5/2026
0.24.0-alpha## What's Changed * Refactor toolset enabling by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1830 * Add documentation for Holmes configuration and fast model setup by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1842 * Rebrand Robusta SaaS to Robusta Enterprise by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1848 * Weekly Benchmark Results 2026-03-29_03-38 by @github-actions[bot] in https://github.com/HolmesGPT/holmesgpt/pull/1853 * ROB-3595 Default to "ask" commMedium4/5/2026
0.23.0## Highlights * New and improved CLI experience! * Support for multiple NewRelic accounts in single HolmesGPT <img width="1470" height="395" alt="Screenshot 2026-03-26 at 4 23 56" src="https://github.com/user-attachments/assets/1bc294b2-26bb-4cfc-9ada-808a324622c2" /> ## What's Changed * Add MCP complex schema test case for Pydantic model resolution by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1785 * Add Docker Compose setup for simplified HolmesGPT deployment by @aantn in Medium3/26/2026
0.22.0## What's Changed * Add cached tokens tracking to LLM usage reporting by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1680 * Add eval comparison with master branch by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1682 * Add token count caching and performance instrumentation by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1692 * Docs on runbooks + remove deprecated by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1693 * Update MCP server icon URLs to use GLow3/18/2026
0.22.0-alpha.1## What's Changed * [ROB-3242] Eval fix by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1740 * Document behavior_controls API parameter for prompt customization by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1743 * Weekly Benchmark Results 2026-03-11_21-08 by @github-actions[bot] in https://github.com/HolmesGPT/holmesgpt/pull/1749 * Add large Confluence page evaluation test case by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1738 * Add max_prompt_tokens_peLow3/17/2026
0.22.0-alpha## What's Changed * Add cached tokens tracking to LLM usage reporting by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1680 * Add eval comparison with master branch by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1682 * Add token count caching and performance instrumentation by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1692 * Docs on runbooks + remove deprecated by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1693 * Update MCP server icon URLs to use GLow3/11/2026
0.21.0## What's Changed * Add getting started guidance for recommended data source setup by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1592 * Reorganize multiple providers documentation for CLI and Helm by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1643 * [ROB-3391] Coralogix archive support by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1650 * ROB-3382 Implement lazy initialization for toolset prerequisites in CLI mode by @naomi-robusta in https://github.com/Low3/6/2026
0.20.0## Major upgrades to HolmesGPT ๐Ÿš€ ## Breaking Changes * Remove additional instructions support by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/1477 * Remove unused Coralogix label settings and flatten functions by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1473 ## What's Changed # New Toolsets * Generic HTTP connector toolset by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1531 * Kubevela built-in toolsets by @mailprak in https://github.com/HolLow2/24/2026
0.20.4-alpha## What's Changed * ROB-3040 GCP mcp docs make it clear what are vars and what is string in the commands by @RoiGlinik in https://github.com/HolmesGPT/holmesgpt/pull/1533 * Add behavior_controls to /api/chat for controlling prompt components by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1479 * Rename Kafka config fields for consistency and add backward compatibility by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/1491 * Rename Datadog config fields for consisLow2/23/2026
0.20.3-alpha## What's Changed * ROB-2543 store json schema to supabase instead of yaml by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/1423 * refresh the toolsets to the database, if a tool status is changed by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1439 * Add deepseek to benchmark and setup fixes by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1435 * Weekly Benchmark Results 2026-01-27_16-11 by @github-actions[bot] in https://github.com/HolmesGPT/holmesgLow2/9/2026
0.20.2-alpha## What's Changed * ROB-2543 store json schema to supabase instead of yaml by @naomi-robusta in https://github.com/HolmesGPT/holmesgpt/pull/1423 * refresh the toolsets to the database, if a tool status is changed by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1439 * Add deepseek to benchmark and setup fixes by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1435 * Weekly Benchmark Results 2026-01-27_16-11 by @github-actions[bot] in https://github.com/HolmesGPT/holmesgLow2/8/2026
0.19.1## What's Changed - Upgrade starlette from 0.46.0 to 0.49.1 to fix [https://github.com/advisories/GHSA-7f5h-v6xp-fcq8](https://nvd.nist.gov/vuln/detail/CVE-2025-62727) - Upgrade urllib3 from 1.26.20 to 2.6.3 to address [https://github.com/advisories/GHSA-2xpw-w6gg-jr37](https://nvd.nist.gov/vuln/detail/CVE-2025-62727), [https://github.com/advisories/GHSA-gm62-xv2j-4w53](https://nvd.nist.gov/vuln/detail/2025-66418) and [https://github.com/advisories/GHSA-38jv-5279-wg99](https://nvd.nist.gLow2/6/2026
0.19.0## New Features - Enhanced and refined the Bash toolset. - Added support for daily and weekly scheduled prompt investigations in SAS, available starting with this release. ### New mcp servers - **GitHub MCP** - Introduced by replacing the legacy GitHub toolset with an MCP-based implementation https://github.com/HolmesGPT/holmesgpt/pull/1401 - **Confluence MCP** - Used for Confluence evaluations and workflows https://github.com/HolmesGPT/holmesgpt/pull/1395 https://github.com/HolmLow1/27/2026
0.19.0-alpha## What's Changed * Add secrets to GitHub Actions for confluence evals by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1382 * [ROB-3060] removed api key from pytests by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1389 * Add gemini api to evals and fixed test in merging them by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1391 * Add OpenRouter docs by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1386 * add fast benchmark result with gpt-5.2 by @Low1/27/2026
0.18.5## What's Changed * Add structured output support to /api/chat endpoint by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1344 * Add periodic toolset status refresh for server mode by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1354 * Claude/tool approval all tools l mw xe by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1355 * helm: Use dynamic imagePullPolicy from values by @DrFaust92 in https://github.com/HolmesGPT/holmesgpt/pull/1345 * ROB-3020 add long Low1/19/2026
0.18.5-alpha## What's Changed * Add structured output support to /api/chat endpoint by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1344 * Add periodic toolset status refresh for server mode by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1354 * Claude/tool approval all tools l mw xe by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1355 * helm: Use dynamic imagePullPolicy from values by @DrFaust92 in https://github.com/HolmesGPT/holmesgpt/pull/1345 * ROB-3020 add long Low1/18/2026
0.18.4## What's Changed * urljoin removes path after base url by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1342 * Add support for eval additional system prompt URL by @mershal in https://github.com/HolmesGPT/holmesgpt/pull/1324 * add community meetups by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1346 * Improve SSL error messaging for Prometheus toolset by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1336 * Minor toolset improvements by @aantn in https://githubLow1/15/2026
0.18.3## What's Changed * Fix builtin-toolsets index.md to match actual toolsets by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1328 * Weekly run of a fast benchmark by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1329 * Fix bug in the aws mcp toolset config by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1335 * add more keys for benchmarks github action by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1340 **Full Changelog**: https://github.comLow1/7/2026
0.18.3-alpha1Release 0.18.3-alpha1Low1/7/2026
0.18.3--alpha## What's Changed * Fix builtin-toolsets index.md to match actual toolsets by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1328 * Weekly run of a fast benchmark by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1329 * Fix bug in the aws mcp toolset config by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1335 **Full Changelog**: https://github.com/HolmesGPT/holmesgpt/compare/0.18.2...0.18.3--alphaLow1/7/2026
0.18.2## Highlights * New TCP check toolset * Improve context window management using jq for tool call results. * Fix ulimit issue on arm base machines * New GCP & AKS mcp * Breaking Change - Improvements for elasticsearch/opensearch toolset - [Docs](https://holmesgpt.dev/data-sources/builtin-toolsets/elasticsearch/#elasticsearch-opensearch) ## What's Changed * tell claude to use -s by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1253 * Backstage - with dco fixes by @aantn in httpsLow1/6/2026
0.18.1## What's Changed * [ROB-0000] fix runbook bug by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1250 * Add ulimit - limit memory usage for bash and yaml toolsets by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1248 **Full Changelog**: https://github.com/HolmesGPT/holmesgpt/compare/0.18.0...0.18.1Low12/28/2025
0.18.0## Highlights * Tool result now adds external link * Support runbooks by alerts & symptoms * Improvements for llm context usage * Improved Coralogix & Datadog toolsets ## What's Changed * Fix formatting of task status check example by @zyxue in https://github.com/HolmesGPT/holmesgpt/pull/1174 * [ROB-2722] - Coralogix improvments by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1180 * ROB-2761 Avoid using model list file in specific tests by @RoiGlinik in https://github.Low12/26/2025
0.18.0-alpha## Highlights * Tool result now adds external link * Support runbooks by alerts & symptoms * Improvements for llm context usage * Improved Coralogix & Datadog toolsets ## What's Changed * Fix formatting of task status check example by @zyxue in https://github.com/HolmesGPT/holmesgpt/pull/1174 * [ROB-2722] - Coralogix improvments by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1180 * ROB-2761 Avoid using model list file in specific tests by @RoiGlinik in https://githuLow12/25/2025
0.17.1-alpha-testRelease 0.17.1-alpha-testLow12/24/2025
0.17.0## What's Changed * Disable precommit checks by @moshemorad in https://github.com/HolmesGPT/holmesgpt/pull/1154 * Fail test 33 and 159 on setup if prometheus pod does not exist in the default namespace by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1157 * feat: display total cost when --log-costs is used by @michael-todorovic in https://github.com/HolmesGPT/holmesgpt/pull/1145 * Evals: bugfix - generate report imports was broken by @Sheeproid in https://github.com/HolmesGPT/holLow12/9/2025
0.16.4## What's Changed * Aws mcp instructions by @arikalon1 in https://github.com/HolmesGPT/holmesgpt/pull/1084 * Improvements to test framework and bugfix in bash toolset return code handling by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1136 * ROB-2346 resync robusta models if robusta model is not found by @RoiGlinik in https://github.com/HolmesGPT/holmesgpt/pull/1110 * Add db url to sentry by @moshemorad in https://github.com/HolmesGPT/holmesgpt/pull/1138 * [ROB-2379] fixed isLow12/1/2025
0.16.3## Highlights * ServiceNow Toolset by @Sheeproid in https://github.com/HolmesGPT/holmesgpt/pull/1097 * Basic openshift toolset for use of oc commands by @fahlmant in https://github.com/HolmesGPT/holmesgpt/pull/1086 * Streamable-http MCP support by @Avi-Robusta in https://github.com/HolmesGPT/holmesgpt/pull/1102 * Loki Toolset improvements @RoiGlinik in https://github.com/HolmesGPT/holmesgpt/pull/1106 ## New Contributors * @KJone1 made their first contribution in https://github.com/HolmesLow11/23/2025
0.16.3-alphaRelease 0.16.3-alphaLow11/23/2025
0.16.2-alpha2Release 0.16.2-alpha2Low11/21/2025
0.16.2-alpha1Release 0.16.2-alpha1Low11/21/2025
0.16.2-alpha## What's Changed * Add CNCF code of conduct reminder to README by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1099 * Create basic openshift toolset for use of oc commands by @fahlmant in https://github.com/HolmesGPT/holmesgpt/pull/1086 * Change license to apache 2.0 by @aantn in https://github.com/HolmesGPT/holmesgpt/pull/1100 * Fix helm customServiceAccountName by @KJone1 in https://github.com/HolmesGPT/holmesgpt/pull/1085 * Delete old LICENSE.txt by @aantn in https://github.comLow11/20/2025
0.16.1## What's Changed * [ROB-2343] added support pull external changes by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/1064 * fix broken links by @RoiGlinik in https://github.com/robusta-dev/holmesgpt/pull/1068 * ROB-2405: document stream events by @nherment in https://github.com/robusta-dev/holmesgpt/pull/1073 * Remove link from CNCF announcement section by @aantn in https://github.com/robusta-dev/holmesgpt/pull/1072 * Add prometheus metric tests based on a fictional electriciLow11/3/2025
0.16.0## Highlights * AWS MCP integration - Get information on IAM Roles, security groups, EC2 or costs * Compaction - Support conversations with more data ## What's Changed * ROB-1933: make sure approved or denied tool call triggers a SSE event by @nherment in https://github.com/robusta-dev/holmesgpt/pull/1054 * Organize benchmarks into weekly and special runs by @aantn in https://github.com/robusta-dev/holmesgpt/pull/1056 * Evals: Prometheus test with error metric by @Sheeproid in https://gLow10/21/2025
0.15.0## Highlights * Major improvements to the NewRelic toolset * New Cilium and Hubble toolset (thank you @matmerr!) * Improved truncation and handling of long conversations * Better Gemini support * Dozens of small improvements and bugfixes ## What's Changed * Update docs: datadog and modelList by @aantn in https://github.com/robusta-dev/holmesgpt/pull/942 * Fix docs for github toolset by @aantn in https://github.com/robusta-dev/holmesgpt/pull/979 * ROB-1933 tool approval workflow by @nhLow10/13/2025
0.14.4-alpha## What's Changed * Update docs: datadog and modelList by @aantn in https://github.com/robusta-dev/holmesgpt/pull/942 * Fix docs for github toolset by @aantn in https://github.com/robusta-dev/holmesgpt/pull/979 * ROB-1933 tool approval workflow by @nherment in https://github.com/robusta-dev/holmesgpt/pull/919 * better datadog error messages by @aantn in https://github.com/robusta-dev/holmesgpt/pull/980 * ROB-2034: Limit evidence size by @nherment in https://github.com/robusta-dev/holmesgpt/Low10/2/2025
0.14.3-alpha## What's Changed * Update docs: datadog and modelList by @aantn in https://github.com/robusta-dev/holmesgpt/pull/942 * Fix docs for github toolset by @aantn in https://github.com/robusta-dev/holmesgpt/pull/979 * ROB-1933 tool approval workflow by @nherment in https://github.com/robusta-dev/holmesgpt/pull/919 * better datadog error messages by @aantn in https://github.com/robusta-dev/holmesgpt/pull/980 * ROB-2034: Limit evidence size by @nherment in https://github.com/robusta-dev/holmesgpt/Low10/2/2025
0.14.2๐Ÿš€ Release Notes This release brings four major improvements (and many small improvements): 1. A much improved Tempo integration 2. Many optimizations to context window handling - these are especially impactful when using HolmesGPT with metrics and trace data. They dramatically increase the accuracy of Holmes' answers 3. Improvements to the Datadog integration - we made many small changes to improve overall accuracy. 4. Support for Sonnet 1M token model - we are looking for Robusta SaLow9/16/2025
0.14.1๐Ÿš€ Release Notes This release brings four major improvements (and many small improvements): 1. A much improved Tempo integration 2. Many optimizations to context window handling - these are especially impactful when using HolmesGPT with metrics and trace data. They dramatically increase the accuracy of Holmes' answers 3. Improvements to the DataDog integration - we made large number of small changes to improve overall accuracy. 4. Support for Sonnet 1M token model - we are looking for Low9/15/2025
0.14.1-alpha## What's Changed * [ROB-2024] fix assume_role eks by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/936 * fix datadog docs and remove experimental tag by @aantn in https://github.com/robusta-dev/holmesgpt/pull/939 * tracing tool call result and errors correctly by @Sheeproid in https://github.com/robusta-dev/holmesgpt/pull/937 * bump prometrix version by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/940 * Don't fail the evals workflow on regressions by @aantnLow9/12/2025
0.14.0-alpha## What's Changed * [ROB-2024] fix assume_role eks by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/936 * fix datadog docs and remove experimental tag by @aantn in https://github.com/robusta-dev/holmesgpt/pull/939 * tracing tool call result and errors correctly by @Sheeproid in https://github.com/robusta-dev/holmesgpt/pull/937 * bump prometrix version by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/940 **Full Changelog**: https://github.com/robusta-dev/hLow9/5/2025
0.14.0-tempo-freeform-toolset## What's Changed * [ROB-2024] fix assume_role eks by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/936 * fix datadog docs and remove experimental tag by @aantn in https://github.com/robusta-dev/holmesgpt/pull/939 * tracing tool call result and errors correctly by @Sheeproid in https://github.com/robusta-dev/holmesgpt/pull/937 * bump prometrix version by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/940 **Full Changelog**: https://github.com/robusta-dev/hLow9/5/2025
0.13.3-tempo-freefrom-toolset## What's Changed * [ROB-2024] fix assume_role eks by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/936 * fix datadog docs and remove experimental tag by @aantn in https://github.com/robusta-dev/holmesgpt/pull/939 * tracing tool call result and errors correctly by @Sheeproid in https://github.com/robusta-dev/holmesgpt/pull/937 * bump prometrix version by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/940 **Full Changelog**: https://github.com/robusta-dev/hLow9/5/2025
0.13.3## What's Changed * helm installation in docker image fix by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/934 **Full Changelog**: https://github.com/robusta-dev/holmesgpt/compare/0.13.2...0.13.3Low9/3/2025
0.13.3-alpha## What's Changed * helm installation fix by @Avi-Robusta in https://github.com/robusta-dev/holmesgpt/pull/934 **Full Changelog**: https://github.com/robusta-dev/holmesgpt/compare/0.13.2...0.13.3-alphaLow9/3/2025
0.13.2## What's Changed * Upgrade setuptools by @moshemorad in https://github.com/robusta-dev/holmesgpt/pull/917 * Enhance prompt caching by @arikalon1 in https://github.com/robusta-dev/holmesgpt/pull/916 * Improve historical data querying for logs and metrics by @aantn in https://github.com/robusta-dev/holmesgpt/pull/905 * Adding Azure mcp walkthrough by @pavangudiwada in https://github.com/robusta-dev/holmesgpt/pull/896 * Add tempo comparison test tool and pass test 114 by @Sheeproid in https:/Low9/3/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

call-with-ai-agent๐Ÿ—ฃ๏ธ Engage in real-time voice conversations with an AI agent using Next.js and ElevenLabs for an interactive and responsive user experience.master@2026-06-06
agentscopeBuild and run agents you can see, understand and trust.v2.0.1
awesome-lark-botsProvide open-source AI bots for Lark to automate tasks like brainstorming, project planning, content creation, and monitoring within a secure chat interface.main@2026-06-04
MaiBotMaiSaka, an LLM-based intelligent agent, is a digital lifeform devoted to understanding you and interacting in the style of a real human. She does not pursue perfection, nor does she seek efficiency; 1.0.0-rc.4
learn-hermes-agentA 27-chapter hands-on tutorial for building an autonomous AI agent from zero in Python. Agent loop, tool system, memory, skills, MCP, multi-platform gateway, and self-evolution โ€” inspired by Hermemain@2026-05-14

More in Security

clineAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
E2BOpen-source, secure environment with real-world tools for enterprise-grade agents.
OpenSandboxSecure, Fast, and Extensible Sandbox runtime for AI agents.
vm0the easiest way to run natural language-described workflows automatically