Conversation
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…face-science/DeepCritical into perf/agentdesignpatterns
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <joseph@legml.ai>
Signed-off-by: Tonic <joseph.pollack@emle.eu>
- Add site/ to .gitignore to exclude built documentation - Exclude mkdocs.yml from YAML check due to Python object references - Disable black formatter to avoid conflicts with ruff-format - Apply automatic formatting fixes to all files - Remove built site files from git tracking
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…es unused import errors
…epCritical into feat/adddocssite
…casting with cast(dict[str, Any], config_result) in DeepResearch/src/utils/deepsearch_utils.py Callable Check: Added explicit callable() check for tools_attr.append in DeepResearch/src/statemachines/deep_agent_graph.py Hash Method: Added __hash__ method to UsageDetails class in DeepResearch/src/datatypes/agent_framework_usage.py to resolve PLW1641 error Import Organization: Fixed __all__ sorting issues using ruff --fix --unsafe-fixes Dictionary Iteration: Fixed PLC0206 errors by using .items() for dictionary iteration Configuration: Added PLC0415 (imports outside top-level) to the ignore list in pyproject.toml since these are common and acceptable in test files
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
Description
Type of Change
Component
Related Issues
Changes Made
Testing
Test Configuration
Configuration Changes
Configuration Details
Documentation
Performance Impact
Performance Details
Breaking Changes
Migration Guide
Checklist
Additional Notes
Screenshots/Output
Before
After
Reviewer Notes