[PR #350] [MERGED] feat: Use selected LlamaCloud index in multi-agent template #443

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

📋 Pull Request Information

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

Base: mainHead: ms/llamacloud-multiagent


📝 Commits (1)

  • 407fa7b feat: Use selected LlamaCloud index in multi-agent template

📊 Changes

8 files changed (+47 additions, -31 deletions)

View changed files

.changeset/witty-hotels-do.md (+5 -0)
📝 templates/components/multiagent/python/app/api/routers/chat.py (+2 -2)
📝 templates/components/multiagent/python/app/engine/engine.py (+3 -3)
📝 templates/components/multiagent/python/app/examples/choreography.py (+6 -4)
📝 templates/components/multiagent/python/app/examples/orchestrator.py (+10 -6)
📝 templates/components/multiagent/python/app/examples/researcher.py (+13 -9)
📝 templates/components/multiagent/python/app/examples/workflow.py (+6 -3)
📝 templates/types/streaming/fastapi/app/api/routers/chat_config.py (+2 -4)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced the ability to utilize selected LlamaCloud indices within the multi-agent framework, enhancing data integration.
    • Enhanced flexibility in agent creation and configuration through the addition of new parameters across various functions.
  • Bug Fixes

    • Improved logging for LlamaCloud configuration, transitioning from logger to print statements for better visibility during execution.
  • Documentation

    • Updated method signatures to reflect new parameters and improved functionality descriptions.

🔄 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/350 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/llamacloud-multiagent` --- ### 📝 Commits (1) - [`407fa7b`](https://github.com/run-llama/create-llama/commit/407fa7bbbc335a3a9977c692ba4001ff22d70e6b) feat: Use selected LlamaCloud index in multi-agent template ### 📊 Changes **8 files changed** (+47 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/witty-hotels-do.md` (+5 -0) 📝 `templates/components/multiagent/python/app/api/routers/chat.py` (+2 -2) 📝 `templates/components/multiagent/python/app/engine/engine.py` (+3 -3) 📝 `templates/components/multiagent/python/app/examples/choreography.py` (+6 -4) 📝 `templates/components/multiagent/python/app/examples/orchestrator.py` (+10 -6) 📝 `templates/components/multiagent/python/app/examples/researcher.py` (+13 -9) 📝 `templates/components/multiagent/python/app/examples/workflow.py` (+6 -3) 📝 `templates/types/streaming/fastapi/app/api/routers/chat_config.py` (+2 -4) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the ability to utilize selected LlamaCloud indices within the multi-agent framework, enhancing data integration. - Enhanced flexibility in agent creation and configuration through the addition of new parameters across various functions. - **Bug Fixes** - Improved logging for LlamaCloud configuration, transitioning from logger to print statements for better visibility during execution. - **Documentation** - Updated method signatures to reflect new parameters and improved functionality descriptions. <!-- 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:41 -05:00
yindo closed this issue 2026-02-15 19:17:41 -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#443