agent-runbook-generator · packages
Every package shipped from reaatech/agent-runbook-generator, published or pending.
15 packages · page 1 of 2
@reaatech/agent-runbook
Shared domain types, Zod schemas, utility functions, and error classes for the Agent Runbook Generator ecosystem. Exports TypeScript interfaces (e.g., `Runbook`, `ServiceDefinition`, `FailureMode`), Zod schemas for runtime validation, helper functions (file I/O, ID generation, markdown), and typed error classes—all with zero runtime dependencies beyond `zod`.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-agent
An AI agent class (`AnalysisAgent`) and factory function (`createAnalysisAgent`) that wraps Anthropic Claude, OpenAI, and Google Gemini LLMs with pre-built prompt templates for automated code analysis, failure mode identification, and runbook section generation.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-alerts
Extracts existing alert definitions from Prometheus, Datadog, and CloudWatch configs and generates new SLO-based, resource, and application alerts, providing functions like `extractAlerts`, `generateAlerts`, and `formatAlertsForPlatform`.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-analyzer
Scans a service repository to detect its language, framework, deployment platform, configuration files, entry points, API endpoints, external service connections, and package dependencies, returning structured analysis objects from functions like `scanRepository`, `mapDependencies`, `parseConfigs`, and `analyzeCode`.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-cli
A CLI and programmatic entry point that generates operator runbooks from service repositories using AI analysis, providing five commands (`analyze`, `generate`, `validate`, `export`, `serve`) and re-exporting all public APIs from the `@reaatech/agent-runbook-*` ecosystem.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-dashboards
Generates Grafana and CloudWatch dashboard configurations by scanning a codebase to identify relevant service metrics and producing complete dashboard panels with queries, thresholds, and legends. Exports functions like `identifyMetrics`, `generateDashboard`, and platform-specific formatters.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-e2e
Description pending.
- status
- awaiting publish
@reaatech/agent-runbook-failure-modes
Identifies potential failure points in a codebase by analyzing code patterns, categorizes them into 10 types (e.g., dependency, security, database) with severity scores, and generates actionable mitigation strategies including circuit breaker and retry configurations. Exports functions like `identifyFailureModes`, `generateMitigations`, and `getAllFailureModes`.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-health-checks
Identifies existing health check endpoints in a codebase and generates liveness, readiness, and startup probe definitions for Kubernetes and load balancers. Exports functions like `identifyHealthChecks`, `generateHealthChecks`, `generateKubernetesProbeYaml`, and `generateLoadBalancerConfig`.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-incident
Generates SEV1–SEV4 incident response workflows, escalation policies, and communication templates for the Agent Runbook Generator. Exports functions like `generateIncidentWorkflows`, `generateEscalationPolicy`, and `getTemplatesByCategory` that take an analysis context and configuration and return structured workflow and template objects.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-mcp
An MCP server that exposes 16 tools for analyzing repository structure, generating operator runbooks, and validating runbook completeness, consumable by AI coding agents via stdio transport.
- status
- published
- published
- 3 months ago
@reaatech/agent-runbook-observability
Provides structured logging via Pino, distributed tracing via OpenTelemetry, and Prometheus-compatible metrics for tracking runbook generation, agent costs, and quality. Exports a set of initialization functions and recording helpers (e.g., `initLogger`, `startGenerationSpan`, `recordGeneration`).
- status
- published
- published
- 3 months ago