Sample Shopfloor Connectivity Agentic
AI-powered assistant for AWS provided Shop Floor Connectivity (SFC) configuration management and testing. Using python Strands Agents SDK and FastMCP. All code in that example was created using Cline and Kiro app.
Ask AI about Sample Shopfloor Connectivity Agentic
Powered by Claude Β· Grounded in docs
I know everything about Sample Shopfloor Connectivity Agentic. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Shop Floor Connectivity - Agentic
AI-powered assistant for AWS provided Shop Floor Connectivity (SFC) configuration management and testing. Using python Strands Agents SDK and FastMCP. All code in that example was created using Cline and Kiro app.
The Agent in it's own words
Q: What can one do with this assistant?
A: I help you create, validate, and run Shop Floor Connectivity (SFC) configurations for industrial data collection. I can generate templates, access documentation, visualize data, and monitor systemsβmaking it easier to connect factory equipment to cloud services.
| UI | CLI |
|---|---|
![]() | ![]() |
Quick Start
Install UV package manager:
curl -LsSf https://astral.sh/uv/install.sh | sh
Run SFC Wizard Agent (CLI):
uvx --from git+https://github.com/aws-samples/sample-shopfloor-connectivity-agentic.git#subdirectory=agents/sfc_wizard_agent agent
Run SFC Wizard Agent (UI):
uvx --from git+https://github.com/aws-samples/sample-shopfloor-connectivity-agentic.git#subdirectory=agents/sfc_wizard_agent sfc-wizard-ui
Architecture
AGENTIC LOOP FLOW (Strands Agent)
================================
1. User Input βββββββββββΆ SFCWizardAgent
β
2. Intent Analysis βββββββββββΌ
(via Bedrock LLM) Tool Selection & Reasoning
β
3. Tool Execution ββββββββββββΌ
βββββββββββ¬ββββββββββ
β Internalβ MCP β
β Tools β Server β
βββββββββββ΄ββββββββββ
β
4. Response Generation βββββββΌ
(via Bedrock LLM) Formatted Response
β
5. User Output βββββββββββββββΌ
(CLI/UI Interface) Human-Readable Result
Platform Support
Currently tested on macOS and Linux. Windows support not yet verified.
Links
License
MIT-0 License. See LICENSE file.


