Skip to content

Commit 8cc38df

Browse files
committed
Merge branch 'alexsin368-finance-agent-remote-endpoint-new'
2 parents 26cb531 + dfe01b0 commit 8cc38df

187 files changed

Lines changed: 6734 additions & 1215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
* liang1.lv@intel.com feng.tian@intel.com suyue.chen@intel.com kaokao.lv@intel.com minmin.hou@intel.com rita.brugarolas.brufau@intel.com
44
/.github/ suyue.chen@intel.com ze.pan@intel.com
5-
/AgentQnA/ abolfazl.shahbazi@intel.com kaokao.lv@intel.com minmin.hou@intel.com
5+
/AgentQnA/ abolfazl.shahbazi@intel.com kaokao.lv@intel.com minmin.hou@intel.com xinyu.ye@intel.com
66
/AudioQnA/ sihan.chen@intel.com wenjiao.yue@intel.com
7-
/AvatarChatbot/ chun.tao@intel.com kaokao.lv@intel.com
7+
/AvatarChatbot/ chun.tao@intel.com kaokao.lv@intel.com xinyu.ye@intel.com
88
/ChatQnA/ liang1.lv@intel.com letong.han@intel.com
9-
/CodeGen/ liang1.lv@intel.com
10-
/CodeTrans/ sihan.chen@intel.com
11-
/DBQnA/ supriya.krishnamurthi@intel.com liang1.lv@intel.com
12-
/DocIndexRetriever/ abolfazl.shahbazi@intel.com kaokao.lv@intel.com chendi.xue@intel.com
9+
/CodeGen/ liang1.lv@intel.com qing.yao@intel.com
10+
/CodeTrans/ sihan.chen@intel.com letong.han@intel.com
11+
/DBQnA/ supriya.krishnamurthi@intel.com liang1.lv@intel.com ze.pan@intel.com
12+
/DocIndexRetriever/ abolfazl.shahbazi@intel.com kaokao.lv@intel.com chendi.xue@intel.com ze.pan@intel.com
1313
/DocSum/ letong.han@intel.com
1414
/EdgeCraftRAG/ yongbo.zhu@intel.com mingyuan.qi@intel.com
15-
/FinanceAgent/ abolfazl.shahbazi@intel.com kaokao.lv@intel.com minmin.hou@intel.com rita.brugarolas.brufau@intel.com
15+
/FinanceAgent/ abolfazl.shahbazi@intel.com kaokao.lv@intel.com minmin.hou@intel.com rita.brugarolas.brufau@intel.com xinyu.ye@intel.com
1616
/GraphRAG/ rita.brugarolas.brufau@intel.com abolfazl.shahbazi@intel.com
1717
/InstructionTuning/ xinyu.ye@intel.com kaokao.lv@intel.com
1818
/MultimodalQnA/ melanie.h.buehler@intel.com tiep.le@intel.com
1919
/ProductivitySuite/ jaswanth.karani@intel.com hoong.tee.yeoh@intel.com
2020
/RerankFinetuning/ xinyu.ye@intel.com kaokao.lv@intel.com
2121
/SearchQnA/ sihan.chen@intel.com letong.han@intel.com
2222
/Text2Image/ wenjiao.yue@intel.com xinyu.ye@intel.com
23-
/Translation/ liang1.lv@intel.com sihan.chen@intel.com
23+
/Translation/ liang1.lv@intel.com sihan.chen@intel.com qing.yao@intel.com
2424
/VideoQnA/ huiling.bao@intel.com
25-
/VisualQnA/ liang1.lv@intel.com sihan.chen@intel.com
26-
/WorkflowExecAgent/ joshua.jian.ern.liew@intel.com kaokao.lv@intel.com
25+
/VisualQnA/ liang1.lv@intel.com sihan.chen@intel.com wenjiao.yue@intel.com
26+
/WorkflowExecAgent/ joshua.jian.ern.liew@intel.com kaokao.lv@intel.com wenjiao.yue@intel.com

.github/workflows/_build_comps_base_image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build Comps Base Image
5-
permissions: read-all
5+
6+
permissions:
7+
attestations: read
8+
models: read
9+
security-events: read
10+
611
on:
712
workflow_call:
813
inputs:

.github/workflows/_build_image.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build Images
5-
permissions: read-all
5+
permissions:
6+
actions: read
7+
contents: read
8+
checks: read
9+
deployments: read
10+
discussions: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
repository-projects: read
16+
statuses: read
17+
security-events: read
18+
id-token: write
19+
attestations: read
20+
models: read
621
on:
722
workflow_call:
823
inputs:

.github/workflows/_example-workflow.yml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Example jobs
5-
permissions: read-all
5+
permissions:
6+
actions: read
7+
contents: read
8+
checks: read
9+
deployments: read
10+
discussions: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
repository-projects: read
16+
statuses: read
17+
security-events: read
18+
id-token: write
19+
attestations: read
20+
models: read
621
on:
722
workflow_call:
823
inputs:
@@ -54,6 +69,22 @@ jobs:
5469
# Image Build
5570
####################################################################################################
5671
build-images:
72+
permissions:
73+
actions: read
74+
contents: read
75+
checks: read
76+
deployments: read
77+
discussions: read
78+
issues: read
79+
packages: read
80+
pages: read
81+
pull-requests: read
82+
repository-projects: read
83+
statuses: read
84+
security-events: read
85+
id-token: write
86+
attestations: read
87+
models: read
5788
uses: ./.github/workflows/_build_image.yml
5889
with:
5990
node: ${{ inputs.node }}
@@ -68,6 +99,17 @@ jobs:
6899
# Docker Compose Test
69100
####################################################################################################
70101
test-example-compose:
102+
permissions:
103+
actions: read
104+
contents: read
105+
checks: write
106+
deployments: write
107+
issues: write
108+
packages: write
109+
pages: write
110+
pull-requests: write
111+
statuses: write
112+
security-events: read
71113
needs: [build-images]
72114
if: ${{ inputs.test_compose }}
73115
uses: ./.github/workflows/_run-docker-compose.yml
@@ -84,6 +126,8 @@ jobs:
84126
# helmchart Test
85127
####################################################################################################
86128
test-helmchart:
129+
permissions:
130+
contents: read
87131
if: ${{ fromJSON(inputs.test_helmchart) }}
88132
uses: ./.github/workflows/_helm-e2e.yml
89133
with:

.github/workflows/_get-image-list.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Get Image List
5-
permissions: read-all
5+
permissions:
6+
contents: read
67
on:
78
workflow_call:
89
inputs:

.github/workflows/_get-test-matrix.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33

44
# Support push and pull_request events
55
name: Get Test Matrix
6-
permissions: read-all
6+
permissions:
7+
actions: read
8+
contents: read
9+
checks: read
10+
deployments: read
11+
issues: read
12+
packages: read
13+
pages: read
14+
pull-requests: read
15+
statuses: read
16+
security-events: read
717
on:
818
workflow_call:
919
inputs:

.github/workflows/_gmc-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
# This workflow will only test GMC pipeline and will not install GMC any more
55
name: Single GMC E2e Test For CD Workflow Call
6-
6+
permissions:
7+
contents: read
78
on:
89
workflow_call:
910
inputs:

.github/workflows/_gmc-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Build and deploy GMC system on call and manual
5-
5+
permissions:
6+
contents: read
67
on:
78
workflow_dispatch:
89
inputs:

.github/workflows/_run-docker-compose.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Image Build
5-
permissions: read-all
5+
permissions:
6+
actions: read
7+
contents: read
8+
checks: write
9+
deployments: write
10+
issues: write
11+
packages: write
12+
pages: write
13+
pull-requests: write
14+
statuses: write
15+
security-events: read
616
on:
717
workflow_call:
818
inputs:

.github/workflows/dockerhub-description.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Update Docker Hub Description
5+
permissions:
6+
contents: read
57
on:
68
schedule:
79
- cron: "0 0 * * 0"

0 commit comments

Comments
 (0)