Spaces:
Sleeping
Sleeping
app-ea4all-confluence-dbr-safety-check-togaf-streaming-llama-3.3-live
Browse files- README.md +8 -4
- requirements.txt +2 -0
README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
colorTo: green
|
6 |
-
sdk:
|
|
|
|
|
7 |
pinned: false
|
8 |
-
license:
|
|
|
9 |
---
|
10 |
|
|
|
11 |
# Title
|
12 |
|
13 |
Connect, Explore, Together: harness the value of Enterprise Architecture in the era of Generative AI to positively impact individuals and organisations.\n
|
|
|
1 |
---
|
2 |
+
title: ea4all-multi-agentic-architect
|
3 |
emoji: π
|
4 |
+
colorFrom: green
|
5 |
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.6.0
|
8 |
+
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
python_version: 3.11.3
|
12 |
---
|
13 |
|
14 |
+
|
15 |
# Title
|
16 |
|
17 |
Connect, Explore, Together: harness the value of Enterprise Architecture in the era of Generative AI to positively impact individuals and organisations.\n
|
requirements.txt
CHANGED
@@ -110,7 +110,9 @@ langgraph-sdk==0.1.36
|
|
110 |
langsmith==0.1.144
|
111 |
lazy_loader==0.4
|
112 |
lxml==4.9.4
|
|
|
113 |
markdown-it-py==3.0.0
|
|
|
114 |
marko==2.1.2
|
115 |
MarkupSafe==2.1.5
|
116 |
marshmallow==3.21.3
|
|
|
110 |
langsmith==0.1.144
|
111 |
lazy_loader==0.4
|
112 |
lxml==4.9.4
|
113 |
+
Markdown==3.7
|
114 |
markdown-it-py==3.0.0
|
115 |
+
markdownify==0.14.1
|
116 |
marko==2.1.2
|
117 |
MarkupSafe==2.1.5
|
118 |
marshmallow==3.21.3
|