[PR #216] [MERGED] feat: add LlamaTrace support #352

Closed
opened 2026-02-15 19:17:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/216
Author: @marcusschiesser
Created: 8/7/2024
Status: Merged
Merged: 8/7/2024
Merged by: @marcusschiesser

Base: mainHead: ms/add-phoenix-arize


📝 Commits (1)

  • d2b2eb8 feat: add LlamaTrace support

📊 Changes

11 files changed (+95 additions, -45 deletions)

View changed files

.changeset/chilled-dogs-compare.md (+5 -0)
📝 create-app.ts (+23 -9)
📝 helpers/env-variables.ts (+32 -16)
📝 helpers/index.ts (+1 -10)
📝 helpers/python.ts (+15 -6)
📝 helpers/types.ts (+1 -1)
📝 helpers/typescript.ts (+2 -2)
📝 questions.ts (+4 -1)
templates/components/observability/python/llamatrace/observability.py (+12 -0)
📝 templates/components/observability/python/traceloop/observability.py (+0 -0)
📝 templates/components/observability/typescript/traceloop/index.ts (+0 -0)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced support for LlamaTrace and Traceloop observability options, enhancing performance monitoring capabilities.
    • Added dynamic options in user prompts based on selected frameworks.
  • Enhancements

    • Improved observability configuration management, allowing for more flexible and modular setups.
    • Streamlined function calls and parameter handling for better readability and maintainability.
  • Bug Fixes

    • Ensured the correct initialization of observability settings to prevent potential errors during setup.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/216 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/add-phoenix-arize` --- ### 📝 Commits (1) - [`d2b2eb8`](https://github.com/run-llama/create-llama/commit/d2b2eb8d08cee168247def5ec65d676ef420ae5a) feat: add LlamaTrace support ### 📊 Changes **11 files changed** (+95 additions, -45 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/chilled-dogs-compare.md` (+5 -0) 📝 `create-app.ts` (+23 -9) 📝 `helpers/env-variables.ts` (+32 -16) 📝 `helpers/index.ts` (+1 -10) 📝 `helpers/python.ts` (+15 -6) 📝 `helpers/types.ts` (+1 -1) 📝 `helpers/typescript.ts` (+2 -2) 📝 `questions.ts` (+4 -1) ➕ `templates/components/observability/python/llamatrace/observability.py` (+12 -0) 📝 `templates/components/observability/python/traceloop/observability.py` (+0 -0) 📝 `templates/components/observability/typescript/traceloop/index.ts` (+0 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced support for LlamaTrace and Traceloop observability options, enhancing performance monitoring capabilities. - Added dynamic options in user prompts based on selected frameworks. - **Enhancements** - Improved observability configuration management, allowing for more flexible and modular setups. - Streamlined function calls and parameter handling for better readability and maintainability. - **Bug Fixes** - Ensured the correct initialization of observability settings to prevent potential errors during setup. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:21 -05:00
yindo closed this issue 2026-02-15 19:17:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#352