-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove Operator class and unused pipelines from agentscope #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@rayrayraykk @qbc2016 Please take a look at this PR to ensure the workstation works normally. |
rayrayraykk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the implementation of Pipeline in compile function` to the new one.
Modified in the lastest commit |
# Conflicts: # examples/conversation_basic/conversation.py # src/agentscope/agents/__init__.py # src/agentscope/agents/_operator.py # src/agentscope/agents/agent.py # src/agentscope/pipelines/functional.py # src/agentscope/pipelines/pipeline.py # tests/rpc_agent_test.py
qbc2016
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Description
In this PR, we will abandon some unused classes and pipelines from AgentScope to keep the code clean, and prepare for the next important update.
Checklist
Please check the following items before code is ready to be reviewed.