mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
[PR #403] [MERGED] feat: Add form filling use case #479
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/403
Author: @leehuwuj
Created: 10/28/2024
Status: ✅ Merged
Merged: 10/31/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/form-filling-tool📝 Commits (10+)
12f0eb1add form filling multiagent template7e6692bremove printing072e69fwordingb2a26fdupdate tool factoryffbc757fix typingd6b1dcfbetter handle tool response generatorab3cad2fix wrong update7788c89use functioncallingllmeffc31dFix workflow issue in tool callingfc3cf07use default prompt if not set📊 Changes
25 files changed (+1043 additions, -128 deletions)
View changed files
➕
.changeset/large-parents-exercise.md(+5 -0)📝
helpers/tools.ts(+16 -0)📝
helpers/types.ts(+1 -1)📝
questions/questions.ts(+28 -0)📝
questions/simple.ts(+30 -14)📝
templates/components/agents/python/blog/app/agents/publisher.py(+3 -3)📝
templates/components/agents/python/blog/app/agents/researcher.py(+6 -2)📝
templates/components/agents/python/financial_report/app/agents/analyst.py(+2 -2)📝
templates/components/agents/python/financial_report/app/agents/reporter.py(+2 -2)➕
templates/components/agents/python/form_filling/README-template.md(+59 -0)➕
templates/components/agents/python/form_filling/app/agents/form_filling.py(+397 -0)➕
templates/components/agents/python/form_filling/app/engine/engine.py(+11 -0)➕
templates/components/agents/python/form_filling/sec_10k_template.csv(+17 -0)📝
templates/components/engines/python/agent/tools/__init__.py(+4 -2)➕
templates/components/engines/python/agent/tools/form_filling.py(+224 -0)📝
templates/components/multiagent/python/app/api/routers/vercel_response.py(+12 -18)📝
templates/components/multiagent/python/app/workflows/single.py(+21 -10)📝
templates/types/streaming/fastapi/app/api/routers/models.py(+16 -9)📝
templates/types/streaming/fastapi/app/services/file.py(+3 -21)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx(+7 -1)...and 5 more files
📄 Description
Summary by CodeRabbit
New Features
ChatAgentEventscomponent to manage and display progress alongside text messages.ChatInputcomponent to refine submission button logic based on user input and file selection.Bug Fixes
Documentation
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.