avfranco commited on
Commit
84524ca
·
1 Parent(s): 05f7ee3

ea4all-agentic-companion-readme-udpate

Browse files
Files changed (1) hide show
  1. README.md +36 -28
README.md CHANGED
@@ -5,37 +5,37 @@ colorFrom: purple
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
- license: mit
 
9
  ---
10
 
 
11
 
12
- # Title
13
 
14
- Connect, Explore, Together: harness the value of Enterprise Architecture in the era of Generative AI to positively impact individuals and organisations.\n
15
 
 
16
 
17
- ## Overview
 
 
18
 
19
- `Trigger`: How disruptive may Generative AI be for Enterprise Architecture Capability (People, Process and Tools)? \n
20
- `Motivation`: Master GenAI while disrupting Enterprise Architecture to empower individuals and organisations with ability to harness EA value and make people lives better, safer and more efficient. \n
21
- `Ability`: Exploit my carrer background and skillset across system development, business accumen, innovation and architecture to accelerate GenAI exploration while learning new things. \n\n
22
-
23
- > That's how the `EA4ALL-Agentic system` was born and ever since continuously evolving to build an ecosystem of Architects Agent partners.
24
 
25
  ## Benefits
26
 
27
- `Empower individuals with Knowledge`: understand and talk about Business and Technology strategy, IT landscape, Architectue Artefacts in a single click of button. \n
28
- `Increase efficiency and productivity`: generate a documented architecture with diagram, model and descriptions. Accelerate Business Requirement identification and translation to Target Reference Architecture. Automated steps and reduced times for task execution.\n
29
- `Improve agility`: plan, execute, review and iterate over EA inputs and outputs. Increase the ability to adapt, transform and execute at pace and scale in response to changes in strategy, threats and opportunities. \n
30
- `Increase collaboration`: democratise architecture work and knowledge with anyone using natural language.\n
31
- `Cost optimisation`: intelligent allocation of architects time for valuable business tasks. \n
32
- `Business Growth`: create / re-use of (new) products and services, and people experience enhancements. \n
33
- `Resilience`: assess solution are secured by design, poses any risk and how to mitigate, apply best-practices. \n
34
-
35
 
36
  ## Knowledge context
37
 
38
- Synthetic dataset is used to exemplify the Agentic System capabilities.
39
 
40
  ### IT Landscape Question and Answering
41
 
@@ -49,6 +49,11 @@ Synthetic dataset is used to exemplify the Agentic System capabilities.
49
  - Business capability
50
  - Business domain
51
  - Description
 
 
 
 
 
52
 
53
  ### Architecture Diagram Visual Question and Answering
54
 
@@ -70,14 +75,14 @@ Synthetic dataset is used to exemplify the Agentic System capabilities.
70
 
71
  ## Architecture
72
 
73
- <italic>Core architecture built upon python, langchain, meta-faiss, gradio and Openai.<italic>
74
 
75
  - Python
76
  - Pandas
77
  - Langchain
78
- - Langsmith
79
  - Langgraph
80
  - Huggingface
 
81
 
82
  - RAG (Retrieval Augmented Generation)
83
  - Vectorstore
@@ -88,23 +93,26 @@ Synthetic dataset is used to exemplify the Agentic System capabilities.
88
 
89
  - Models:
90
  - OpenAI
91
- - Llama
 
92
 
93
  - Hierarchical-Agent-Teams:
94
- - Tabular-question-and-answering
95
  - Supervisor
96
  - Visual Questions Answering
97
  - Diagram Component Analysis
98
  - Risk & Vulnerability and Mitigation options
99
- - Well-Architected Design Assessment
100
- - Vision and Target Reference Architecture
 
101
 
102
  - User Interface
103
  - Gradio
104
 
105
- - Hosting: Huggingface Space
106
-
107
- ## Agentic System Architecture
108
- ![Agent System Container](images/ea4all_agent_container.png)
109
 
 
 
 
110
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
+ license: apache-2.0
9
+ python_version: 3.12.10
10
  ---
11
 
12
+ ## Architect Agentic Companion
13
 
14
+ ![Agent System Container](ea4all/images/ea4all_architecture.png)
15
 
 
16
 
17
+ ## Background
18
 
19
+ - `Trigger`: How disruptive may Generative AI be for Enterprise Architecture Capability (People, Process and Tools)?
20
+ - `Motivation`: Master GenAI while disrupting Enterprise Architecture to empower individuals and organisations with ability to harness EA value and make people lives better, safer and more efficient.
21
+ - `Ability`: Exploit my carrer background and skillset across system development, business accumen, innovation and architecture to accelerate GenAI exploration while learning new things.
22
 
23
+ > That's how the `EA4ALL-Agentic system` was born and ever since continuously evolving to build an ecosystem of **Architects Agent partners**.
 
 
 
 
24
 
25
  ## Benefits
26
 
27
+ - `Empower individuals with Knowledge`: understand and talk about Business and Technology strategy, IT landscape, Architectue Artefacts in a single click of button.
28
+ - `Increase efficiency and productivity`: generate a documented architecture with diagram, model and descriptions. Accelerate Business Requirement identification and translation to Target Reference Architecture. Automated steps and reduced times for task execution.
29
+ - `Improve agility`: plan, execute, review and iterate over EA inputs and outputs. Increase the ability to adapt, transform and execute at pace and scale in response to changes in strategy, threats and opportunities.
30
+ - `Increase collaboration`: democratise architecture work and knowledge with anyone using natural language.
31
+ - `Cost optimisation`: intelligent allocation of architects time for valuable business tasks.
32
+ - `Business Growth`: create / re-use of (new) products and services, and people experience enhancements.
33
+ - `Resilience`: assess solution are secured by design, poses any risk and how to mitigate, apply best-practices.
34
+ - `Streamline`: the process of managing and utilizsng architectural knowledge and tools in a user-friendly way.
35
 
36
  ## Knowledge context
37
 
38
+ Synthetic datasets are used to exemplify the Agentic System capabilities.
39
 
40
  ### IT Landscape Question and Answering
41
 
 
49
  - Business capability
50
  - Business domain
51
  - Description
52
+
53
+ - Bring Your Own Data: upload your own IT landscape data
54
+ - Application Portfolio Management
55
+ - xlsx tabular format
56
+ - first row (header) with fields name (colums)
57
 
58
  ### Architecture Diagram Visual Question and Answering
59
 
 
75
 
76
  ## Architecture
77
 
78
+ <italic>Core architecture built upon Python, Langchain, Langgraph, Langsmith, and Gradio.<italic>
79
 
80
  - Python
81
  - Pandas
82
  - Langchain
 
83
  - Langgraph
84
  - Huggingface
85
+ - CrewAI
86
 
87
  - RAG (Retrieval Augmented Generation)
88
  - Vectorstore
 
93
 
94
  - Models:
95
  - OpenAI
96
+ - Meta/Llama
97
+ - Google Gemini
98
 
99
  - Hierarchical-Agent-Teams:
100
+ - Tabular-question-answering over your own document
101
  - Supervisor
102
  - Visual Questions Answering
103
  - Diagram Component Analysis
104
  - Risk & Vulnerability and Mitigation options
105
+ - Well-Architecture Design Assessment
106
+ - Vision and Target Architecture
107
+ - Architect Demand Management
108
 
109
  - User Interface
110
  - Gradio
111
 
112
+ - Observability & Evaluation
113
+ - Langsmith
 
 
114
 
115
+ - Hosting
116
+ - Huggingface Space
117
+
118
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference