mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 13:15:42 -04:00
[PR #701] [MERGED] chore: replace Python examples with llama-deploy #698
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/701
Author: @thucpn
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @marcusschiesser
Base:
main← Head:tp/replace-python-examples-with-llamadeploy📝 Commits (10+)
e5b5e9fchore: replace Python examples with llama-deployd96d830use fixed version for ts-server packageb6fc63bupdate readmefad3414update pyproject.toml2a00cadfix load envb701ca3update readme for .envb991ca8use absolute logo1f25c9dupdate commenta20dd66document generatord01876afix doc📊 Changes
49 files changed (+2529 additions, -755 deletions)
View changed files
➕
.changeset/good-avocados-try.md(+5 -0)📝
.github/workflows/e2e.yml(+0 -9)📝
packages/create-llama/e2e/python/resolve_dependencies.spec.ts(+7 -6)📝
packages/create-llama/e2e/shared/llamaindexserver_template.spec.ts(+20 -8)📝
packages/create-llama/e2e/typescript/resolve_dependencies.spec.ts(+2 -2)📝
packages/create-llama/helpers/env-variables.ts(+65 -23)📝
packages/create-llama/helpers/index.ts(+18 -12)📝
packages/create-llama/helpers/python.ts(+51 -38)📝
packages/create-llama/helpers/run-app.ts(+59 -1)📝
packages/create-llama/helpers/types.ts(+13 -8)➕
packages/create-llama/helpers/use-case.ts(+84 -0)📝
packages/create-llama/questions/index.ts(+25 -12)➕
packages/create-llama/templates/components/ts-proxy/index.ts(+9 -0)➕
packages/create-llama/templates/components/ts-proxy/package.json(+18 -0)📝
packages/create-llama/templates/components/ui/layout/header.tsx(+1 -1)📝
packages/create-llama/templates/components/use-cases/python/agentic_rag/README-template.md(+73 -26)➕
packages/create-llama/templates/components/use-cases/python/agentic_rag/citation.py(+106 -0)➕
packages/create-llama/templates/components/use-cases/python/agentic_rag/query.py(+47 -0)📝
packages/create-llama/templates/components/use-cases/python/agentic_rag/workflow.py(+13 -10)📝
packages/create-llama/templates/components/use-cases/python/code_generator/README-template.md(+66 -32)...and 29 more files
📄 Description
Python use-cases structure:
Update use cases:
Human in the Loop (removed)Update create-llama:
Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.