[PR #336] [MERGED] feat: add task selector to TS multiagent and revise the prompt #432

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/336
Author: @leehuwuj
Created: 10/2/2024
Status: Merged
Merged: 10/6/2024
Merged by: @marcusschiesser

Base: mainHead: lee/add-task-selector-for-TS


📝 Commits (5)

📊 Changes

5 files changed (+77 additions, -19 deletions)

View changed files

.changeset/popular-jokes-push.md (+5 -0)
📝 templates/components/multiagent/python/app/agents/planner.py (+1 -1)
📝 templates/components/multiagent/python/app/examples/workflow.py (+20 -8)
📝 templates/components/multiagent/typescript/workflow/agents.ts (+0 -1)
📝 templates/components/multiagent/typescript/workflow/factory.ts (+51 -9)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced a structured workflow for creating, reviewing, and publishing blog posts with clear agent roles.
    • Enhanced decision-making capabilities for initiating research or publication based on user input and chat history.
    • Improved the feedback loop between the reviewer and writer for more effective collaboration.
  • Bug Fixes

    • Refined logic for determining the quality of blog posts and handling writing attempts.
  • Documentation

    • Updated instructions and messaging for users based on review outcomes.

🔄 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/336 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/6/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `lee/add-task-selector-for-TS` --- ### 📝 Commits (5) - [`943ae9b`](https://github.com/run-llama/create-llama/commit/943ae9be852eb245e62294f9f7962b6ab6fe9d77) revise prompt and add task selector to TS - [`75b0fec`](https://github.com/run-llama/create-llama/commit/75b0fecf30dbf191d5389718d06f91245569ca98) remove redundant sign - [`5b8b7ae`](https://github.com/run-llama/create-llama/commit/5b8b7ae8ec635c275f7e1338e58b2126b09c6a1a) add changeset - [`127aca7`](https://github.com/run-llama/create-llama/commit/127aca798f0aa934a35b49722205e269a5a52b09) revised planner initial prompt - [`30f5606`](https://github.com/run-llama/create-llama/commit/30f56069bdf562f0ae37d379c69539ba8b9e23f9) refine writer prompt ### 📊 Changes **5 files changed** (+77 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/popular-jokes-push.md` (+5 -0) 📝 `templates/components/multiagent/python/app/agents/planner.py` (+1 -1) 📝 `templates/components/multiagent/python/app/examples/workflow.py` (+20 -8) 📝 `templates/components/multiagent/typescript/workflow/agents.ts` (+0 -1) 📝 `templates/components/multiagent/typescript/workflow/factory.ts` (+51 -9) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a structured workflow for creating, reviewing, and publishing blog posts with clear agent roles. - Enhanced decision-making capabilities for initiating research or publication based on user input and chat history. - Improved the feedback loop between the reviewer and writer for more effective collaboration. - **Bug Fixes** - Refined logic for determining the quality of blog posts and handling writing attempts. - **Documentation** - Updated instructions and messaging for users based on review outcomes. <!-- 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:39 -05:00
yindo closed this issue 2026-02-15 19:17:39 -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#432