Changed strategy to define the plan tasks to be more like instructions.#286
Merged
Changed strategy to define the plan tasks to be more like instructions.#286
Conversation
There was a problem hiding this comment.
Copilot reviewed 37 out of 37 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (3)
daiv/automation/agents/plan_and_execute/agent.py:170
- Verify that using a set comprehension to deduplicate file paths does not remove necessary ordering or duplicate context information that might be critical during execution.
"messages": prepare_repository_files_as_messages(
list({file_path for task in state["plan_tasks"] for file_path in task.relevant_files}),
daiv/automation/agents/base.py:159
- Double-check that the new token limits for the LOW thinking level (increasing max tokens and budget tokens) align with the provider's capabilities and do not lead to unintended resource usage or rate limiting.
return 8_192, {"type": "enabled", "budget_tokens": 4_096}
daiv/automation/agents/review_addressor/agent.py:154
- Confirm that the removal of the fallback REPLY model from the reply agent is intentional and that the primary model meets all required performance and reliability criteria.
self.get_model(model=settings.REPLY_MODEL_NAME, temperature=settings.REPLY_TEMPERATURE),
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.
No description provided.