feat: Add form filling use case for Python (#403)
---------
Co-authored-by:
Marcus Schiesser <mail@marcusschiesser.de>
Showing
- .changeset/large-parents-exercise.md 5 additions, 0 deletions.changeset/large-parents-exercise.md
- helpers/tools.ts 16 additions, 0 deletionshelpers/tools.ts
- helpers/types.ts 1 addition, 1 deletionhelpers/types.ts
- questions/questions.ts 28 additions, 0 deletionsquestions/questions.ts
- questions/simple.ts 30 additions, 14 deletionsquestions/simple.ts
- templates/components/agents/python/blog/app/agents/publisher.py 3 additions, 3 deletions...tes/components/agents/python/blog/app/agents/publisher.py
- templates/components/agents/python/blog/app/agents/researcher.py 6 additions, 2 deletions...es/components/agents/python/blog/app/agents/researcher.py
- templates/components/agents/python/financial_report/app/agents/analyst.py 2 additions, 2 deletions...ents/agents/python/financial_report/app/agents/analyst.py
- templates/components/agents/python/financial_report/app/agents/reporter.py 2 additions, 2 deletions...nts/agents/python/financial_report/app/agents/reporter.py
- templates/components/agents/python/form_filling/README-template.md 59 additions, 0 deletions.../components/agents/python/form_filling/README-template.md
- templates/components/agents/python/form_filling/app/agents/form_filling.py 397 additions, 0 deletions...nts/agents/python/form_filling/app/agents/form_filling.py
- templates/components/agents/python/form_filling/app/engine/engine.py 11 additions, 0 deletions...omponents/agents/python/form_filling/app/engine/engine.py
- templates/components/agents/python/form_filling/sec_10k_template.csv 17 additions, 0 deletions...omponents/agents/python/form_filling/sec_10k_template.csv
- templates/components/engines/python/agent/tools/__init__.py 4 additions, 2 deletionstemplates/components/engines/python/agent/tools/__init__.py
- templates/components/engines/python/agent/tools/form_filling.py 224 additions, 0 deletions...tes/components/engines/python/agent/tools/form_filling.py
- templates/components/multiagent/python/app/api/routers/vercel_response.py 12 additions, 18 deletions...ents/multiagent/python/app/api/routers/vercel_response.py
- templates/components/multiagent/python/app/workflows/single.py 21 additions, 10 deletions...ates/components/multiagent/python/app/workflows/single.py
- templates/types/streaming/fastapi/app/api/routers/models.py 16 additions, 9 deletionstemplates/types/streaming/fastapi/app/api/routers/models.py
- templates/types/streaming/fastapi/app/services/file.py 3 additions, 21 deletionstemplates/types/streaming/fastapi/app/services/file.py
- templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx 7 additions, 1 deletion...es/streaming/nextjs/app/components/ui/chat/chat-input.tsx
Loading
Please register or sign in to comment