Skip to content

Latest commit

 

History

History
63 lines (62 loc) · 7.01 KB

File metadata and controls

63 lines (62 loc) · 7.01 KB

Developer Experience Layer Architecture

+---------------------------------------------------------------------------------------------------------------------+
|                                    Developer Experience Layer - Detailed View                                        |
+---------------------------------------------------------------------------------------------------------------------+
|                                                                                                                     |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|  |    Command Line Interface|      |    SDK Components       |      |    Templates & Scaffolds |                       |
|  |                         |      |                         |      |                         |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  | | Commands        |     |      | | SDK Modules     |     |      | | Template Types  |     |                       |
|  | | - init          |     |      | | - AgentSDK      |     |      | | - Agent Templates|    |                       |
|  | | - deploy        |     |      | | - VectorDBClient|     |      | | - Medical KB    |     |                       |
|  | | - test          |     |      | | - DocProcessor  |     |      | | - UI Components |     |                       |
|  | | - monitor       |     |      | | - ComplianceAPI |     |      | | - Workflows     |     |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|              ^                                 ^                                 ^                                  |
|              |                                 |                                 |                                  |
|              v                                 v                                 v                                  |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|  |    Local Development    |      |    Testing Framework    |      |    Documentation        |                       |
|  |                         |      |                         |      |                         |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  | | Features        |     |      | | Test Types      |     |      | | Doc Types       |     |                       |
|  | | - Docker Compose|     |      | | - Unit Tests    |     |      | | - API Reference |     |                       |
|  | | - Hot Reload    |     |      | | - Integration   |     |      | | - Tutorials     |     |                       |
|  | | - Mock Services |     |      | | - E2E           |     |      | | - Architecture  |     |                       |
|  | | - Debug Tools   |     |      | | - Medical Eval  |     |      | | - Best Practices|     |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|              ^                                 ^                                 ^                                  |
|              |                                 |                                 |                                  |
|              v                                 v                                 v                                  |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|  |    CI/CD Integration    |      |    Agentspace Integration|     |    Developer Portal     |                       |
|  |                         |      |                         |      |                         |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  | | Pipeline Features|    |      | | Agentspace      |     |      | | Portal Features |     |                       |
|  | | - Build         |     |      | | - Agent Gallery |     |      | | - Playground    |     |                       |
|  | | - Test          |     |      | | - Agent Designer|     |      | | - API Explorer  |     |                       |
|  | | - Deploy        |     |      | | - Governance    |     |      | | - Metrics       |     |                       |
|  | | - Rollback      |     |      | | - Sharing       |     |      | | - Support       |     |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|              ^                                 ^                                 ^                                  |
|              |                                 |                                 |                                  |
|              v                                 v                                 v                                  |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|  |    Sample Applications  |      |    ADK Integration      |      |    Monitoring Tools     |                       |
|  |                         |      |                         |      |                         |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  | | Sample Types    |     |      | | ADK Features    |     |      | | Dev Monitoring  |     |                       |
|  | | - Medical FAQ   |     |      | | - Multi-Agent   |     |      | | - Local Metrics |     |                       |
|  | | - Symptom Check |     |      | | - Memory Mgmt   |     |      | | - Log Viewer    |     |                       |
|  | | - Drug Info     |     |      | | - Tool Registry |     |      | | - Trace Viewer  |     |                       |
|  | | - EHR Assistant |     |      | | - Evaluation    |     |      | | - Performance   |     |                       |
|  | +-----------------+     |      | +-----------------+     |      | +-----------------+     |                       |
|  +-------------------------+      +-------------------------+      +-------------------------+                       |
|                                                                                                                     |
+---------------------------------------------------------------------------------------------------------------------+