57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
name: operations.orchestrator
|
|
version: 0.1.0
|
|
description: Orchestrates operational workflows including builds, deployments, and
|
|
monitoring
|
|
capabilities:
|
|
- Coordinate build and deployment pipelines
|
|
- Manage infrastructure as code workflows
|
|
- Orchestrate monitoring and alerting
|
|
- Handle incident response and remediation
|
|
- Coordinate release management
|
|
skills_available:
|
|
- build.optimize
|
|
- workflow.orchestrate
|
|
- workflow.compose
|
|
- workflow.validate
|
|
- git.createpr
|
|
- git.cleanupbranches
|
|
- telemetry.capture
|
|
reasoning_mode: iterative
|
|
tags:
|
|
- operations
|
|
- orchestration
|
|
- devops
|
|
- deployment
|
|
workflow_pattern: '1. Analyze incoming request and requirements
|
|
|
|
2. Identify relevant operations skills and workflows
|
|
|
|
3. Compose multi-step execution plan
|
|
|
|
4. Execute skills in coordinated sequence
|
|
|
|
5. Validate intermediate results
|
|
|
|
6. Handle errors and retry as needed
|
|
|
|
7. Return comprehensive results'
|
|
example_task: "Input: \"Complete operations workflow from start to finish\"\n\nAgent\
|
|
\ will:\n1. Break down the task into stages\n2. Select appropriate skills for each\
|
|
\ stage\n3. Execute create \u2192 validate \u2192 review \u2192 publish lifecycle\n\
|
|
4. Monitor progress and handle failures\n5. Generate comprehensive reports"
|
|
error_handling:
|
|
timeout_seconds: 300
|
|
retry_strategy: exponential_backoff
|
|
max_retries: 3
|
|
output:
|
|
success:
|
|
- Operations workflow results
|
|
- Execution logs and metrics
|
|
- Validation reports
|
|
- Generated artifacts
|
|
failure:
|
|
- Error details and stack traces
|
|
- Partial results (if available)
|
|
- Remediation suggestions
|
|
status: generated
|