-
Notifications
You must be signed in to change notification settings - Fork 8.2k
feat: make it possible to load graphs using get_graph function in scripts
#9913
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1648a40
feat: Enhance graph loading functionality to support async retrieval
ogabrielluiz b0d621f
feat: Update load_graph_from_script to support async graph retrieval
ogabrielluiz 499a440
feat: Refactor simple_agent.py to support async graph creation
ogabrielluiz 8162458
feat: Update serve_command and run functions to support async graph l…
ogabrielluiz 777163b
feat: Refactor load_graph_from_path to support async execution
ogabrielluiz 74b6875
feat: Enhance async handling in simple_agent and related tests
ogabrielluiz a57594d
docs: Implement async get_graph function for improved component initi…
ogabrielluiz f650516
Merge branch 'main' into add-get-graph-functionality
ogabrielluiz 26a2667
refactor: reorder imports in simple_agent test file
ogabrielluiz 78e9e77
style: reorder imports in simple_agent test file
ogabrielluiz 6e11100
Merge branch 'main' into add-get-graph-functionality
ogabrielluiz 530674c
[autofix.ci] apply automated fixes
autofix-ci[bot] 27a1285
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 72fe55f
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] 988df9d
update component index
ogabrielluiz 8a9e496
[autofix.ci] apply automated fixes
autofix-ci[bot] 5b98ff5
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 20a0e40
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] 24ac951
Merge branch 'main' into add-get-graph-functionality
ogabrielluiz 4f5924a
[autofix.ci] apply automated fixes
autofix-ci[bot] 1476983
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 981f96e
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Tested this locally, works great.