Skip to content

Commit 8c8732e

Browse files
authored
Merge branch 'main' into liuyu/agentscope-react-step
2 parents 3bc0b77 + fadf0f1 commit 8c8732e

File tree

76 files changed

+6206
-3576
lines changed

Some content is hidden

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

76 files changed

+6206
-3576
lines changed

.github/workflows/loongsuite_lint_0.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,44 @@ jobs:
108108
- name: Run tests
109109
run: tox -c tox-loongsuite.ini -e lint-loongsuite-instrumentation-google-adk
110110

111+
lint-loongsuite-instrumentation-langchain:
112+
name: LoongSuite loongsuite-instrumentation-langchain
113+
runs-on: ubuntu-latest
114+
timeout-minutes: 30
115+
steps:
116+
- name: Checkout repo @ SHA - ${{ github.sha }}
117+
uses: actions/checkout@v4
118+
119+
- name: Set up Python 3.13
120+
uses: actions/setup-python@v5
121+
with:
122+
python-version: "3.13"
123+
124+
- name: Install tox
125+
run: pip install tox-uv
126+
127+
- name: Run tests
128+
run: tox -c tox-loongsuite.ini -e lint-loongsuite-instrumentation-langchain
129+
130+
lint-loongsuite-instrumentation-langgraph:
131+
name: LoongSuite loongsuite-instrumentation-langgraph
132+
runs-on: ubuntu-latest
133+
timeout-minutes: 30
134+
steps:
135+
- name: Checkout repo @ SHA - ${{ github.sha }}
136+
uses: actions/checkout@v4
137+
138+
- name: Set up Python 3.13
139+
uses: actions/setup-python@v5
140+
with:
141+
python-version: "3.13"
142+
143+
- name: Install tox
144+
run: pip install tox-uv
145+
146+
- name: Run tests
147+
run: tox -c tox-loongsuite.ini -e lint-loongsuite-instrumentation-langgraph
148+
111149
lint-loongsuite-instrumentation-mem0:
112150
name: LoongSuite loongsuite-instrumentation-mem0
113151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)