-
Notifications
You must be signed in to change notification settings - Fork 14
Fix/redis connection failure #288
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
Draft
JohnPraveenYL
wants to merge
74
commits into
develop
Choose a base branch
from
Fix/Redis-Connection-Failure
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 26 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
74c7525
fix: add missing openai serverless deployment to weekly tests
JohnPraveenYL 822455d
fix: comment out unused AWS containerized tests in weekly schedule
JohnPraveenYL 5be6fcb
fix: update Redis connection URLs in configuration files
JohnPraveenYL f477f5d
fix: increase memory size for Redis and DynamoDB Lambda functions; up…
JohnPraveenYL b530803
fix: comment out openai AWS serverless deployment in weekly tests
JohnPraveenYL 9b05569
fix: enhance error handling for Terraform initialization and output r…
JohnPraveenYL fe12359
fix: restore AWS serverless deployment configuration and streamline T…
JohnPraveenYL 5d2f158
fix: increase memory size for Redis Lambda functions to improve perfo…
JohnPraveenYL 6dd6a39
fix: update model version and refine instructions for math agents
JohnPraveenYL bebc63b
fix: remove openai AWS serverless deployment from weekly test configu…
JohnPraveenYL d32a284
fix: disable tracing for CrewAI by setting environment variable
JohnPraveenYL 274586b
fix: disable tracing for math and history agents in Lambda
JohnPraveenYL c22ab93
fix: pin deps to avoid ExecutionInfo import error`
JohnPraveenYL 5caff09
fix: pin langgraph dependencies to specific versions to resolve compa…
JohnPraveenYL e2e12be
fix: update langchain-openai version and add langsmith dependency
JohnPraveenYL 4f3a41a
fix: remove redundant import of os in lambda.py
JohnPraveenYL 27c1d36
Merge branch 'develop' into Fix/Redis-Connection-Failure
JohnPraveenYL 366b62e
fix: comment out redundant pip install command in build scripts
JohnPraveenYL 5f00e30
update deploysh na dbuildsh
lakindu-yl 2144af1
fix: update deployment scripts to use frozen requirements for consist…
JohnPraveenYL d9c58af
fix: update agent models to use 'gpt-4.1-mini' and increase memory si…
JohnPraveenYL 25309ab
fix: update test assertion for math agent response
JohnPraveenYL 6aa9df4
fix: remove frozen option from requirements export in deployment scripts
JohnPraveenYL fa9b8f6
fix: restore aws-containerized tests in weekly schedule
JohnPraveenYL 9c2df0b
fix: remove unused Redis module from Terraform deployment
JohnPraveenYL b226bc9
fix: update build scripts to ensure proper Redis installation for ser…
JohnPraveenYL 7c8b1ba
fix: standardize agent instructions for math questions across impleme…
JohnPraveenYL 43fd47a
fix: move CREWAI_TRACING_ENABLED environment variable setting to the …
JohnPraveenYL c9fd522
fix: update Redis connection URL in config and streamline deployment …
JohnPraveenYL add948e
fix: add missing python-multipart dependency in pyproject.toml
JohnPraveenYL d538d73
fix: update langgraph version to 1.0.5 in dependencies and lock files
JohnPraveenYL 6f0c8c7
fix: correct syntax in pyproject.toml and add python-multipart depend…
JohnPraveenYL 20f20ae
update version for openai to support crewai
JohnPraveenYL f2be941
fix: update dependencies to include Redis in pyproject.toml and uv.lock
JohnPraveenYL a35c04f
fix: correct path in deploy script for finding links to ak-py/dist
JohnPraveenYL f4e7916
fix: update MCP client initialization to use environment variable for…
JohnPraveenYL ccc78cd
fix: update MCP client initialization to handle test endpoint correctly
JohnPraveenYL 667139a
fix: enhance deployment script to ensure Redis dependencies are insta…
JohnPraveenYL ee7c97b
fix: update deployment scripts to force reinstall agentkernel depende…
JohnPraveenYL a9a5c7a
Merge branch 'Fix/Redis-Connection-Failure' of https://github.com/yaa…
JohnPraveenYL a2d24dd
fix: remove force-reinstall of agentkernel dependencies in deployment…
JohnPraveenYL aef8e98
fix: update build and deployment scripts to include crewai and langgr…
JohnPraveenYL 3bcf93a
fix: update math and history agents to use GPT-4.1 model and refine i…
JohnPraveenYL 9ac72df
fix: update math agent test to assert correct response format
JohnPraveenYL 9978895
Merge branch 'develop' into Fix/Redis-Connection-Failure
lakindu-yl 880cd22
python multipart updates
lakindu-yl 6926dbe
Merge branch 'develop' into Fix/Redis-Connection-Failure
lakindu-yl 1ecde59
Merge branch 'develop' into Fix/Redis-Connection-Failure
lakindu-yl 2966819
langraph version made strict change reverted
lakindu-yl ddc2a65
reverted to develop toml file versions
lakindu-yl a3a7a21
python multipart updates
lakindu-yl 1fef513
retained the develop versions of build.sh and deploy.sh files
lakindu-yl 13eb088
crewai version update
lakindu-yl 35c74c7
Merge branch 'develop' into Fix/Redis-Connection-Failure
lakindu-yl e9f95ff
examples/aws-containerized/mcp/multi uv.lock file regeration to updat…
lakindu-yl 3f87212
lint fix
lakindu-yl 5fa466a
lint
lakindu-yl b9eecf9
fix: lint
amithad 023321b
adk session redis url fix
lakindu-yl 751aa18
order fix
lakindu-yl 4f06a8b
added langgraph dependency package versions as well
lakindu-yl 57bb905
Revert "added langgraph dependency package versions as well"
lakindu-yl d1ca769
Merge branch 'develop' into Fix/Redis-Connection-Failure
lakindu-yl 895cb57
ignore dist folders in pytest command
lakindu-yl 963d182
pytest command ignore flag fix update
lakindu-yl 4e645bc
bug fixes
lakindu-yl de5aa21
bug fixes
lakindu-yl 247ee5d
update update
lakindu-yl f799fd3
updates to deploymenmts
lakindu-yl 418610b
added multimodal to crewai test
lakindu-yl bb46dcc
to destroy resources
lakindu-yl 4b43ea8
added rhe deployment commands in wrokflow file
lakindu-yl 920a6ae
added redis url for response sotre
lakindu-yl bcc197c
added test to openai auth example
lakindu-yl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.