aws-agentic-ai
v1.0.0Агентные AI-паттерны AWS Prescriptive Guidance (гайд 'Agentic AI patterns and workflows on AWS', 2026): таксономия из 10 паттернов агентов, LLM-workflows (chaining, routing, parallelization, orchestration, evaluator loops), агентные workflow-паттерны (saga orchestration, supervisor, scatter-gather) — с маппингом на банковский контур и сервисы AWS.
1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/romannekrasovaillm/spine-aimlClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is assets/plugins/aws-agentic-ai/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/llm-workflow-patterns/SKILL.md
Included Skills1
Пять LLM-workflow паттернов AWS (prompt chaining, routing, parallelization, orchestration, evaluator reflect-refine) — когда какой применять, как комбинировать в гибриды, как маппить на event-driven архитектуру. Используй этот навык ВСЕГДА при проектировании логики агента (не «просто вызови LLM»), при декомпозиции сложной задачи в шаги, при выборе между одной моделью и цепочкой/ансамблем, при ревью агентных дизайнов.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "aws-agentic-ai",
"version": "1.0.0",
"description": "Агентные AI-паттерны AWS Prescriptive Guidance (гайд 'Agentic AI patterns and workflows on AWS', 2026): таксономия из 10 паттернов агентов, LLM-workflows (chaining, routing, parallelization, orchestration, evaluator loops), агентные workflow-паттерны (saga orchestration, supervisor, scatter-gather) — с маппингом на банковский контур и сервисы AWS.",
"keywords": [
"aws",
"agentic-ai",
"llm",
"agents",
"multi-agent",
"orchestration",
"bedrock",
"patterns"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aws-agentic-ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aws-agentic-ai)