Skip to content

Commit 7cc3e8e

Browse files
committed
Update CustomizeSolution.md
1 parent 8513efc commit 7cc3e8e

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

documentation/CustomizeSolution.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -150,33 +150,16 @@ Update the `initialize_runtime_and_context` function in `utils.py` to include th
150150
)
151151
```
152152

153-
154-
### **Step 4: Update the Planner Agent**
155-
Modify `PlannerAgent` to recognize and include the new agent when generating plans.
156-
157-
1. **Update Available Agents**:
158-
```python
159-
available_agents = [
160-
hr_agent_id,
161-
marketing_agent_id,
162-
procurement_agent_id,
163-
product_agent_id,
164-
generic_agent_id,
165-
tech_support_agent_id,
166-
baker_agent_id,
167-
]
168-
```
169-
170-
### **Step 5: Validate the Integration**
153+
### **Step 4: Validate the Integration**
171154
Deploy the updated system and ensure the new agent is properly included in the planning process. For example, if the user requests to bake cookies, the `PlannerAgent` should:
172155

173156
- Identify the `BakerAgent` as the responsible agent.
174157
- Call `bake_cookies` or `prepare_dough` from the agent's toolset.
175158

176-
### **Step 6: Update Documentation**
159+
### **Step 5: Update Documentation**
177160
Ensure that the system documentation reflects the addition of the new agent and its capabilities. Update the `README.md` and any related technical documentation to include information about the `BakerAgent`.
178161

179-
### **Step 7: Testing**
162+
### **Step 6: Testing**
180163
Thoroughly test the agent in both automated and manual scenarios. Verify that:
181164

182165
- The agent responds correctly to tasks.

0 commit comments

Comments
 (0)