Set up Web UI v4 (Chat GPT) #243
Replies: 1 comment 3 replies
-
|
Nope - just the team file it contains all the agents. The individual agent files are if you want to create a separate gem for each one to use it on its own the way it was in V2. The idea of separate team files is to show how to easily configure your own bundle to have just the agents you want in your bundle. Its all in the name of overall context size reduction and performance. If you only need the analyst, PM, architect and PO - keeping the bundle to just those (team no ui) - should improve the speed and reduce the context when working in the UI. Especially with chatGPT which has a smaller context window and model (which will eventually improve) at the moment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is pretty confusing:
Upload & configure: Upload the file and set instructions: "Your critical operating instructions are attached, do not break character as directed"
Q:
Do we need to add all contents in team-fullstack.txt as instuction of the custom GPT?
And next add all agents files under dist/agents as attachments for the custom GPT?
Why are there multiple team txt files?
team-all.txt
team-fullstack.txt
team-ide-minimal.txt
team-no-ui.txt
from the readme.md:
Fastest Start: Web UI (2 minutes) 🏃♂️
Get the bundle: Copy dist/teams/team-fullstack.txt (from this repository)
Create AI agent: Create a new Gemini Gem or CustomGPT
Upload & configure: Upload the file and set instructions: "Your critical operating instructions are attached, do not break character as directed"
Start Ideating and Planning: Start chatting! Type *help to see available commands or pick an agent like *analyst to start right in on creating a brief.
💡 All pre-built bundles are in the dist/ folder - ready to copy and use immediately!
Beta Was this translation helpful? Give feedback.
All reactions