1
0
mirror of synced 2026-05-22 22:53:35 +00:00

fix(02-usecases)Update Readme [changed architecture diagram, added sample spec, added video demo] (#693)

* added sample-spec folder and adobe spec in the folder

* changed overiew architecture to white bg instead of transparent

* changed architecture flow diagram and added sample spec into read.me

* added demo vid

* added demo gif and rm vid

---------

Co-authored-by: Shanicus Yee (yeeshani) <your.email@example.com>
This commit is contained in:
shanicusyee
2025-12-17 03:45:27 +08:00
committed by GitHub
parent 515643760f
commit 624383fc5b
5 changed files with 1901 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 88 KiB

@@ -17,6 +17,9 @@ Interact with the agent to create focused sub-schemas from large APIs (filtering
- 📝 AI-enhanced descriptors for agent optimization
- 🚀 One-click solution for complex API migrations
## Demo
![ICARUS Demo](.assets/ICARUS-demo.gif)
## 🚀 Quick Start
All deployment and management commands are available as `make` targets in the [Makefile](Makefile) for easy, one-click deployment.
@@ -63,7 +66,7 @@ make delete
## 🏗️ Architecture
![ICARUS Architecture](.assets/architecture.png)
![ICARUS Architecture](.assets/architecture-flow.png)
ICARUS is built using the [Strands Agent SDK](https://github.com/strands-agents/sdk-python) and deployed on AWS infrastructure (see [cfn.yaml](cfn.yaml)):
@@ -73,3 +76,7 @@ ICARUS is built using the [Strands Agent SDK](https://github.com/strands-agents/
- **Amazon CloudWatch** - Provides logging and monitoring
- **Amazon S3** - Stores application code and artifacts
- **AWS IAM** - Manages permissions and access control
## Example API Specifications
- [Adobe API Spec](.assets/sample-spec/adobe-io-events.yaml)