-
Notifications
You must be signed in to change notification settings - Fork 183
enhance workflow code for Python #412
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
27 commits
Select commit
Hold shift + click to select a range
52b4d59
enhance workflow shared code
leehuwuj 5f7e766
fix streaming
leehuwuj e826a22
refactor code
leehuwuj 736be7f
add missing helper
leehuwuj d1bcee5
update
leehuwuj 81709d2
update form filling
leehuwuj a2016b7
add filters
leehuwuj e3c0061
simplify the code
leehuwuj abe35e7
simplify the code
leehuwuj 3a8da92
simplify the code
leehuwuj d136d9e
update form filling
leehuwuj 31a4d29
update e2e
leehuwuj 872ec84
update function calling agent
leehuwuj c843f16
fix unneeded condition
leehuwuj 10aacd2
Create light-parrots-work.md
marcusschiesser dd1c275
revert change on using functioncallingagent
leehuwuj 07d3c31
update readme
leehuwuj 5e6fc38
clean code
leehuwuj 4ef29aa
extract call one tool function
leehuwuj 4c0f3e2
update for blog use case
leehuwuj 5d6479c
fix streaming
leehuwuj ee0c607
fix e2e
leehuwuj 86cc257
fix missing await
leehuwuj 000e183
improve tools code
leehuwuj eb55161
improve assertion code
leehuwuj 35e2f4f
skip form filling test for TS framework
leehuwuj 6e5486c
update for tools helper
leehuwuj 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"create-llama": patch | ||
--- | ||
|
||
Optimize generated workflow code for Python |
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
3 changes: 3 additions & 0 deletions
3
templates/components/agents/python/blog/app/workflows/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .blog import create_workflow | ||
|
||
__all__ = ["create_workflow"] |
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
File renamed without changes.
File renamed without changes.
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
47 changes: 0 additions & 47 deletions
47
templates/components/agents/python/financial_report/app/agents/analyst.py
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
templates/components/agents/python/financial_report/app/agents/reporter.py
This file was deleted.
Oops, something went wrong.
105 changes: 0 additions & 105 deletions
105
templates/components/agents/python/financial_report/app/agents/researcher.py
This file was deleted.
Oops, something went wrong.
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.