Skip to content

Commit c3c949f

Browse files
committed
Update documentation to replace subAgent with agentStart and agentMessage
- Replace references to the old subAgent tool with the new agentStart and agentMessage tools\n- Update the Available Tools section to reflect the new asynchronous agent workflow
1 parent 9fd3fa1 commit c3c949f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/usage/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ MyCoder has access to a variety of tools that enable it to perform complex tasks
144144
| **fetch** | Makes HTTP requests | Accessing APIs, downloading resources |
145145
| **browseStart** | Starts a browser session | Researching documentation, exploring solutions |
146146
| **browseMessage** | Performs actions in an active browser | Navigating websites, extracting information |
147-
| **subAgent** | Creates specialized sub-agents | Handling complex tasks in parallel |
147+
| **agentStart** | Starts a sub-agent and returns immediately | Creating asynchronous specialized agents for parallel tasks |
148+
| **agentMessage** | Interacts with a running sub-agent | Checking status, providing guidance, or terminating sub-agents |
148149

149150
For more detailed information about specific features, check the following pages:
150151

0 commit comments

Comments
 (0)