-
Notifications
You must be signed in to change notification settings - Fork 183
feat: Add publisher agent, merge code with streaming template #324
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 73 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
5be66d7
add artifact generator agent
leehuwuj c3f2e05
enhance workflow
leehuwuj 17c34f1
rename to publisher
leehuwuj 4691c3c
add changeset
leehuwuj ab2be63
enhance code
leehuwuj 7ec56c9
refactor code
leehuwuj 6b8109f
add write file error handling
leehuwuj 13ad714
keep old workflow
leehuwuj f0d58ca
add artifact generator tool
leehuwuj 72e57ee
add changeset and format code
leehuwuj d28e422
improve pdf looking
leehuwuj 540e850
add duckduckgo image search
leehuwuj ea1f112
add duckduckgo tool and improve prompting
leehuwuj 9af221c
add missing duckduckgo package
leehuwuj fd5d86e
improve publisher prompt
leehuwuj c2df7a5
Refine the planner by include chat history
leehuwuj 10ec398
change role to description
leehuwuj c217f04
fix missing change
leehuwuj 818a0bb
add document generator tool
leehuwuj 4298256
rename artifact to document generator tool
leehuwuj 2af3c41
add tools for multiagent
leehuwuj 4169525
update python to change artifact to document generator
leehuwuj 73c50b4
update python to change artifact to document generator
leehuwuj 251e842
fix wordings
leehuwuj 1e37edb
fix linting
leehuwuj 73a3967
fix doubled html
leehuwuj f89e377
Update helpers/tools.ts
marcusschiesser 8fda798
enhance error handling
leehuwuj 2fcbe2b
remove redundant code
leehuwuj 9bd02f0
update python multiagent template
leehuwuj aff5beb
reuse python streaming for multiagent
leehuwuj ce3a5f3
refactor vercel response to for reusing
leehuwuj a84e885
add tools usage for ts
leehuwuj 48614d4
add publisher for TS
leehuwuj ca82a22
only use query engine if index is not None
leehuwuj ab94dc0
fix chat issue
leehuwuj f9f19b4
ignore typing F821
leehuwuj e96c861
fix: always add tool dependencies for TS
leehuwuj 461eb4e
fix: wrong engine template
leehuwuj ababbe1
fix: ts type checking
leehuwuj eadca2a
fix: e2e
leehuwuj 498ad16
remove pdf generator in TS
leehuwuj 6c65469
fix ts typing
leehuwuj 138b9c0
always use agent template for multi-agent
leehuwuj ee4fdc5
format code
leehuwuj 56e29a6
fix python vercel stream generator
leehuwuj ab9890a
Update .changeset/flat-singers-share.md
marcusschiesser 7df29e6
Update .changeset/gorgeous-penguins-shout.md
marcusschiesser 42d0a05
rename doc generator
marcusschiesser 45932cb
separate chat api for multi-agent code
leehuwuj 7cedd55
use saveDocument from file server and simplify tool factory for agents
marcusschiesser 01410e2
add resolve package test for document generator tool
leehuwuj 5248530
add duckduckgo image search and tunning the prompt
leehuwuj 5540935
revert change in streaming chat.py
leehuwuj 610f0d0
fix wrong wikipedia tool name
leehuwuj dd850c6
fix linting
leehuwuj 8f097e2
only use VercelStreamResponse
leehuwuj d8dd59c
improve URL handling of doc gen in TS
marcusschiesser bd64972
revised python chat api
leehuwuj 6def1e3
fix vercel stream for multiagent
leehuwuj efd16e3
add previous agent message to chat history and refine the prompt
leehuwuj 341f39a
tunning publisher prompt for publish file or reply the content
leehuwuj 74cda77
remove duckduckgo image search in TS
leehuwuj 1f17805
fix wrong output dir
leehuwuj 7ccdecb
refine prompt image link
leehuwuj 65474af
update in consistent paths
leehuwuj 800d79e
update refined prompt for python
leehuwuj cdfa99f
refine python agent prompt
leehuwuj c09de15
fix prompt grammar
leehuwuj be0deb5
fix prompt
leehuwuj af84764
remove checking finished task event
leehuwuj 7c687ac
fix missing rename readme in python template
leehuwuj c4ce77a
remove rendering system prompt env for multiagent template
leehuwuj 1887950
fix: overlapping messages in executor (start only one sub task)
marcusschiesser 1100274
added selector to workflow
marcusschiesser 0263aef
revise researcher prompt
leehuwuj 4a1b965
small tweak
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 | ||
--- | ||
|
||
Add publisher agent to multi-agents for generating documents (PDF and HTML) |
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 | ||
--- | ||
|
||
Allow tool selection for multi-agents (Python and TS) |
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.