-
Notifications
You must be signed in to change notification settings - Fork 182
feat: Add form filling use case for TS #417
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 41 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
3c847f2
add csv extractor tool
leehuwuj 85905ad
add formFilling agent and update event type
leehuwuj 2e9d3d7
add tools and update template
leehuwuj ae8126f
update annotation
leehuwuj 17b1dfe
update type
leehuwuj 1bc9e32
allow multiple tool calls
leehuwuj 5927861
enable e2e test for NextJS
leehuwuj 1f9d412
revert wrong change on tools file
leehuwuj c632345
refactor copy code
leehuwuj 9a022e8
refactor copy code
leehuwuj dc39b3e
fix typing
leehuwuj dc2b39e
Update for financial report
leehuwuj 3cae9d7
add changesets
leehuwuj 7848b83
improve code
leehuwuj a05d444
update with new workflow code
leehuwuj ef86d64
update with new workflow code
leehuwuj bd8812b
update workflow code
leehuwuj edf310a
refactor code
leehuwuj 8b00369
improve form filling tool
leehuwuj 24d1ef1
add generator typing
leehuwuj 31a04b2
add back llamacloud retriever tools
leehuwuj 0e78d38
remove code and add typing
leehuwuj c6c20fb
add agent message annotation
leehuwuj 51672a8
add typing packages
leehuwuj 291e1d6
improve stream
leehuwuj b517264
enable expressjs
leehuwuj b377aee
remove dead code
leehuwuj c8d204b
add missing code
leehuwuj 15257a6
improve code
leehuwuj 324184b
fix linting
leehuwuj 7b27096
better error handling
leehuwuj 88bc826
improve error handling for csv parsing
leehuwuj f50cff8
add missing code
leehuwuj 70a01b5
change templates: use attachments folder
leehuwuj 938534f
update for blog use case
leehuwuj ec8a3cd
refactor code
leehuwuj 37f0e61
update typing
leehuwuj 9258fbc
update stream
leehuwuj 81b09ad
fix e2e and remove code
leehuwuj 8dd5dfd
fix expressjs
leehuwuj ab6e5dc
improve code
leehuwuj 613af08
remove @core package and refactor tools code
leehuwuj e16426b
update single agent
leehuwuj f07e58e
remove bind
leehuwuj 0d9e49f
fix wrong import
leehuwuj 2e6ad55
add missing tool call message in fin report
leehuwuj ba1462a
update readme
leehuwuj 68b53cc
set type as required in AgentRunEvent
leehuwuj f7c0c9e
fix wrong readme
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 Typescript multi-agent code |
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 form filling use case (Typescript) |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 4 additions & 7 deletions
11
...mponents/agents/typescript/blog/agents.ts → ...agents/typescript/blog/workflow/agents.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
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.