Skip to content

Commit 24175c0

Browse files
authored
Merge branch 'agentscope-ai:main' into feature/evotraders_v1
2 parents e099e9b + f3952ca commit 24175c0

File tree

453 files changed

+51882
-3448
lines changed

Some content is hidden

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

453 files changed

+51882
-3448
lines changed

.all-contributorsrc

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,128 @@
122122
"code",
123123
"example"
124124
]
125+
},
126+
{
127+
"login": "cuiyuebing",
128+
"name": "Yue Cui",
129+
"avatar_url": "https://avatars.githubusercontent.com/u/39703217?v=4",
130+
"profile": "https://github.com/cuiyuebing",
131+
"contributions": [
132+
"code",
133+
"example",
134+
"maintenance",
135+
"doc"
136+
]
137+
},
138+
{
139+
"login": "ZexiLee",
140+
"name": "Zexi Li",
141+
"avatar_url": "https://avatars.githubusercontent.com/u/49397774?v=4",
142+
"profile": "https://github.com/ZexiLee",
143+
"contributions": [
144+
"code",
145+
"example"
146+
]
147+
},
148+
{
149+
"login": "lalaliat",
150+
"name": "lalaliat",
151+
"avatar_url": "https://avatars.githubusercontent.com/u/78087788?v=4",
152+
"profile": "https://github.com/lalaliat",
153+
"contributions": [
154+
"code",
155+
"example"
156+
]
157+
},
158+
{
159+
"login": "SSSuperDan",
160+
"name": "Dandan Liu",
161+
"avatar_url": "https://avatars.githubusercontent.com/u/73866152?v=4",
162+
"profile": "https://github.com/SSSuperDan",
163+
"contributions": [
164+
"code",
165+
"example"
166+
]
167+
},
168+
{
169+
"login": "StCarmen",
170+
"name": "Tianjing Zeng",
171+
"avatar_url": "https://avatars.githubusercontent.com/u/39507457?v=4",
172+
"profile": "https://github.com/StCarmen",
173+
"contributions": [
174+
"code",
175+
"example"
176+
]
177+
},
178+
{
179+
"login": "zhijianma",
180+
"name": "zhijianma",
181+
"avatar_url": "https://avatars.githubusercontent.com/u/30956532?v=4",
182+
"profile": "https://github.com/zhijianma",
183+
"contributions": [
184+
"code",
185+
"example"
186+
]
187+
},
188+
{
189+
"login": "Dengjiaji",
190+
"name": "Jiaji",
191+
"avatar_url": "https://avatars.githubusercontent.com/u/15075186?v=4",
192+
"profile": "https://github.com/Dengjiaji",
193+
"contributions": [
194+
"code",
195+
"example"
196+
]
197+
},
198+
{
199+
"login": "duoyw",
200+
"name": "duoyw",
201+
"avatar_url": "https://avatars.githubusercontent.com/u/31238100?v=4",
202+
"profile": "https://github.com/duoyw",
203+
"contributions": [
204+
"code",
205+
"example"
206+
]
207+
},
208+
{
209+
"login": "sleepy-bird-world",
210+
"name": "JustinDing",
211+
"avatar_url": "https://avatars.githubusercontent.com/u/166603159?v=4",
212+
"profile": "https://github.com/sleepy-bird-world",
213+
"contributions": [
214+
"code",
215+
"example"
216+
]
217+
},
218+
{
219+
"login": "jinliyl",
220+
"name": "jinliyl",
221+
"avatar_url": "https://avatars.githubusercontent.com/u/6469360?v=4",
222+
"profile": "https://github.com/jinliyl",
223+
"contributions": [
224+
"code",
225+
"example"
226+
]
227+
},
228+
{
229+
"login": "y1y5",
230+
"name": "y1y5",
231+
"avatar_url": "https://avatars.githubusercontent.com/u/105190237?v=4",
232+
"profile": "https://github.com/y1y5",
233+
"contributions": [
234+
"code",
235+
"example"
236+
]
237+
},
238+
{
239+
"login": "luyi256",
240+
"name": "LuYi",
241+
"avatar_url": "https://avatars.githubusercontent.com/u/50238286?v=4",
242+
"profile": "http://luyi256.github.io",
243+
"contributions": [
244+
"code",
245+
"example"
246+
]
125247
}
126248
],
127249
"contributorsPerLine": 7,

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AgentScope Sample Agents
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/agentscope-ai/agentscope-samples/blob/main/LICENSE)
77
[![Python](https://img.shields.io/badge/python-%3E%3D3.10-blue)](https://www.python.org/)
@@ -62,6 +62,7 @@ It includes **agent deployment** and **secure sandboxed tool execution**, and ca
6262
├── alias/ # Agent to solve real-world problems
6363
├── browser_use/
6464
│ ├── agent_browser/ # Pure Python browser agent
65+
│ ├── browser_use_agent_pro/ # Advanced pure python browser agent
6566
│ └── browser_use_fullstack_runtime/ # Full-stack runtime version with frontend/backend
6667
6768
├── deep_research/
@@ -93,6 +94,7 @@ It includes **agent deployment** and **secure sandboxed tool execution**, and ca
9394
| ----------------------- |-------------------------------------------------------| --------------- | ------------ |--------------------------------------------------|
9495
| **Data Processing** | data_juicer_agent/ ||| Multi-agent data processing with Data-Juicer |
9596
| **Browser Use** | browser_use/agent_browser ||| Command-line browser automation using AgentScope |
97+
| | browser_use/browser_use_agent_pro ||| Advanced command-line Python browser agent using AgentScope |
9698
| | browser_use/browser_use_fullstack_runtime ||| Full-stack browser automation with UI & sandbox |
9799
| **Deep Research** | deep_research/agent_deep_research ||| Multi-agent research pipeline |
98100
| | deep_research/qwen_langgraph_search_fullstack_runtime ||| Full-stack deep research app |
@@ -183,7 +185,7 @@ This project is licensed under the **Apache 2.0 License** – see the [LICENSE](
183185

184186
## Contributors ✨
185187

186-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
188+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/emoji-key/)):
187189

188190
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
189191
<!-- prettier-ignore-start -->
@@ -204,6 +206,22 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
204206
<td align="center" valign="top" width="14.28%"><a href="https://shenqianli.github.io/"><img src="https://avatars.githubusercontent.com/u/28307002?v=4?s=100" width="100px;" alt="ShenQianli"/><br /><sub><b>ShenQianli</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=ShenQianLi" title="Code">💻</a> <a href="#example-ShenQianLi" title="Examples">💡</a></td>
205207
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ZiTao-Li"><img src="https://avatars.githubusercontent.com/u/135263265?v=4?s=100" width="100px;" alt="ZiTao-Li"/><br /><sub><b>ZiTao-Li</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=ZiTao-Li" title="Code">💻</a> <a href="#example-ZiTao-Li" title="Examples">💡</a></td>
206208
<td align="center" valign="top" width="14.28%"><a href="https://xieyxclack.github.io/"><img src="https://avatars.githubusercontent.com/u/31954383?v=4?s=100" width="100px;" alt="Yuexiang XIE"/><br /><sub><b>Yuexiang XIE</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=xieyxclack" title="Code">💻</a> <a href="#example-xieyxclack" title="Examples">💡</a></td>
209+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cuiyuebing"><img src="https://avatars.githubusercontent.com/u/39703217?v=4?s=100" width="100px;" alt="Yue Cui"/><br /><sub><b>Yue Cui</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=cuiyuebing" title="Code">💻</a> <a href="#example-cuiyuebing" title="Examples">💡</a> <a href="#maintenance-cuiyuebing" title="Maintenance">🚧</a> <a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=cuiyuebing" title="Documentation">📖</a></td>
210+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ZexiLee"><img src="https://avatars.githubusercontent.com/u/49397774?v=4?s=100" width="100px;" alt="Zexi Li"/><br /><sub><b>Zexi Li</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=ZexiLee" title="Code">💻</a> <a href="#example-ZexiLee" title="Examples">💡</a></td>
211+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lalaliat"><img src="https://avatars.githubusercontent.com/u/78087788?v=4?s=100" width="100px;" alt="lalaliat"/><br /><sub><b>lalaliat</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=lalaliat" title="Code">💻</a> <a href="#example-lalaliat" title="Examples">💡</a></td>
212+
</tr>
213+
<tr>
214+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SSSuperDan"><img src="https://avatars.githubusercontent.com/u/73866152?v=4?s=100" width="100px;" alt="Dandan Liu"/><br /><sub><b>Dandan Liu</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=SSSuperDan" title="Code">💻</a> <a href="#example-SSSuperDan" title="Examples">💡</a></td>
215+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/StCarmen"><img src="https://avatars.githubusercontent.com/u/39507457?v=4?s=100" width="100px;" alt="Tianjing Zeng"/><br /><sub><b>Tianjing Zeng</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=StCarmen" title="Code">💻</a> <a href="#example-StCarmen" title="Examples">💡</a></td>
216+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhijianma"><img src="https://avatars.githubusercontent.com/u/30956532?v=4?s=100" width="100px;" alt="zhijianma"/><br /><sub><b>zhijianma</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=zhijianma" title="Code">💻</a> <a href="#example-zhijianma" title="Examples">💡</a></td>
217+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dengjiaji"><img src="https://avatars.githubusercontent.com/u/15075186?v=4?s=100" width="100px;" alt="Jiaji"/><br /><sub><b>Jiaji</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=Dengjiaji" title="Code">💻</a> <a href="#example-Dengjiaji" title="Examples">💡</a></td>
218+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/duoyw"><img src="https://avatars.githubusercontent.com/u/31238100?v=4?s=100" width="100px;" alt="duoyw"/><br /><sub><b>duoyw</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=duoyw" title="Code">💻</a> <a href="#example-duoyw" title="Examples">💡</a></td>
219+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sleepy-bird-world"><img src="https://avatars.githubusercontent.com/u/166603159?v=4?s=100" width="100px;" alt="JustinDing"/><br /><sub><b>JustinDing</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=sleepy-bird-world" title="Code">💻</a> <a href="#example-sleepy-bird-world" title="Examples">💡</a></td>
220+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jinliyl"><img src="https://avatars.githubusercontent.com/u/6469360?v=4?s=100" width="100px;" alt="jinliyl"/><br /><sub><b>jinliyl</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=jinliyl" title="Code">💻</a> <a href="#example-jinliyl" title="Examples">💡</a></td>
221+
</tr>
222+
<tr>
223+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/y1y5"><img src="https://avatars.githubusercontent.com/u/105190237?v=4?s=100" width="100px;" alt="y1y5"/><br /><sub><b>y1y5</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=y1y5" title="Code">💻</a> <a href="#example-y1y5" title="Examples">💡</a></td>
224+
<td align="center" valign="top" width="14.28%"><a href="http://luyi256.github.io"><img src="https://avatars.githubusercontent.com/u/50238286?v=4?s=100" width="100px;" alt="LuYi"/><br /><sub><b>LuYi</b></sub></a><br /><a href="https://github.com/agentscope-ai/agentscope-samples/commits?author=luyi256" title="Code">💻</a> <a href="#example-luyi256" title="Examples">💡</a></td>
207225
</tr>
208226
</tbody>
209227
<tfoot>

0 commit comments

Comments
 (0)