45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
# Api.Orchestrator Agent
|
|
|
|
Orchestrates complete API lifecycle from design through testing and deployment
|
|
|
|
## Purpose
|
|
|
|
This orchestrator agent coordinates complex api workflows by composing and sequencing multiple skills. It handles the complete lifecycle from planning through execution and validation.
|
|
|
|
## Capabilities
|
|
|
|
- Coordinate API design, validation, and compatibility checking
|
|
- Manage API generation and model creation workflows
|
|
- Orchestrate testing and quality assurance
|
|
- Handle API versioning and documentation
|
|
- Coordinate deployment and publishing
|
|
|
|
## Available Skills
|
|
|
|
- `api.define`
|
|
- `api.validate`
|
|
- `api.compatibility`
|
|
- `api.generatemodels`
|
|
- `api.test`
|
|
|
|
## Usage
|
|
|
|
This agent uses iterative reasoning to:
|
|
1. Analyze requirements
|
|
2. Plan execution steps
|
|
3. Coordinate skill execution
|
|
4. Validate results
|
|
5. Handle errors and retries
|
|
|
|
## Status
|
|
|
|
**Generated**: Auto-generated from taxonomy gap analysis
|
|
|
|
## Next Steps
|
|
|
|
- [ ] Review and refine capabilities
|
|
- [ ] Test with real workflows
|
|
- [ ] Add domain-specific examples
|
|
- [ ] Integrate with existing agents
|
|
- [ ] Document best practices
|