Langraph issue and Gemini Client Fixed #28
Merged
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.
This pull request introduces significant updates to the
agent_systemproject, including improvements to the blog generation workflow, dependency updates, and restructuring of the Docker setup. Key changes involve enhancing the workflow's error handling and conditional logic, updating dependencies for new features, and simplifying the project's structure by removing redundant files.Workflow Enhancements:
check_search_resultsfunction to handle cases where search results fail, allowing the workflow to terminate early if necessary (agent_system/src/agents/graph.py). [1] [2]agent_system/src/agents/graph.py).agent_system/src/agents/graph.py). [1] [2] [3]Dependency Updates:
black,google-custom-search, andgoogle-genaifor enhanced functionality (agent_system/requirements.txt). [1] [2] [3]tenacityto version 8.5.0 for compatibility reasons (agent_system/requirements.txt).Docker and Deployment Restructuring:
agent_system/Dockerfileand integrating its functionality into the mainDockerfile(Dockerfile,agent_system/Dockerfile). [1] [2]docker-compose.ymlfile, simplifying the deployment process (agent_system/docker-compose.yml).Documentation Updates:
README.mdto reflect changes in directory structure, virtual environment setup, and model version (agent_system/README.md). [1] [2]Additional Improvements:
agent_system/smoke_test.py) for quick verification of the blog generation workflow.agent_system/src/agents/nodes/clean_validate.py). [1] [2]## Pull Request DescriptionWhat does this PR do?
Provide a clear and concise description of what this pull request accomplishes.
Related Issue(s)
Type of Change
Please mark the relevant option(s):
Changes Made
Provide a detailed list of changes:
Testing
How has this been tested?
Describe the tests you ran and provide instructions to reproduce:
Test Environment:
Code Quality
Security Considerations
Performance Impact
Performance Details:
If there's a performance impact, describe:
Documentation
Deployment Considerations
Screenshots (if applicable)
Add screenshots to help explain your changes, especially for UI modifications.
Additional Notes
Any additional information, concerns, or questions for reviewers:
Checklist