Skip to content

Conversation

@qbc2016
Copy link
Member

@qbc2016 qbc2016 commented Aug 27, 2025

AgentScope Version

[The version of AgentScope you are working on, e.g. import agentscope; print(agentscope.__version__)]

Description

  • Add tutorial for fanout pipeline
  • Fix some docstring format

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with pre-commit run --all-files command
  • All tests are passing
  • Docstrings are in Google style
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

@qbc2016 qbc2016 requested a review from DavdGao August 27, 2025 06:33
@DavdGao DavdGao requested a review from Copilot August 27, 2025 07:39
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a comprehensive tutorial for the fanout pipeline feature in AgentScope and improves docstring formatting across the codebase. The fanout pipeline allows distributing the same input to multiple agents and collecting their responses, complementing the existing sequential pipeline functionality.

  • Adds documentation and examples for fanout_pipeline and FanoutPipeline in both English and Chinese tutorials
  • Fixes docstring formatting in OpenAI and DashScope tool modules for better readability
  • Updates documentation links to use proper reStructuredText format

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/agentscope/tool/_multi_modality/_openai_tools.py Improves docstring formatting with proper bullet points and line breaks
src/agentscope/tool/_multi_modality/_dashscope_tools.py Updates documentation link format and improves readability
docs/tutorial/zh_CN/src/task_pipeline.py Adds Chinese tutorial content for fanout pipeline with examples and usage notes
docs/tutorial/en/src/task_pipeline.py Adds English tutorial content for fanout pipeline with examples and usage notes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@DavdGao DavdGao added Documentation Improvements or additions to documentation Ready for Review Roadmap The development plan Pipeline Pipeline related PR labels Aug 29, 2025
@agentscope-ai agentscope-ai deleted a comment from Copilot AI Sep 5, 2025
Copy link
Member

@DavdGao DavdGao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DavdGao DavdGao merged commit 0fdaf38 into agentscope-ai:main Sep 5, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation Pipeline Pipeline related PR Ready for Review Roadmap The development plan

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants