Refactor/simplify agent card logic#285
Closed
SyedaAnshrahGillani wants to merge 3 commits intoValueCell-ai:mainfrom
Closed
Refactor/simplify agent card logic#285SyedaAnshrahGillani wants to merge 3 commits intoValueCell-ai:mainfrom
SyedaAnshrahGillani wants to merge 3 commits intoValueCell-ai:mainfrom
Conversation
- Use set intersection to simplify field removal logic in `parse_local_agent_card_dict`. - Restructure `find_local_agent_card_by_agent_name` to remove unnecessary `continue` statements and improve readability.
- Parameterize the agent name in `ExecutionPlanner` to support different models. - Update `PlanService` to accept and pass the agent name to the planner. - Add a test case to verify that the custom agent name is used.
Collaborator
|
Hi, thanks for taking the time to put this pull request together. I really appreciate the effort. We've had a look and decided not to merge these changes at this time. Our team's general approach is to prioritize changes that fix bugs or add new functionality, and these edits feel more like alternative implementations rather than essential improvements. Looking at the specifics:
While your suggestions are valid, the existing code is clear and functional, so we'd prefer sticking with it for now. Please don't let this discourage you from future contributions! We would be very grateful to review PRs that address bugs or introduce new functionality. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Pull Request Template
1. Related Issue
Closes # (issue number)
2. Type of Change (select one)
Type of Change: Code Refactor / New Feature
3. Description
parse_local_agent_card_dict.find_local_agent_card_by_agent_nameto remove unnecessarycontinuestatements and improve readability.ExecutionPlannerto support different models.PlanServiceto accept and pass the agent name to the planner.4. Testing
5. Checklist