mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
update docs
This commit is contained in:
parent
86bfa50820
commit
583a9bf02c
9 changed files with 24 additions and 11 deletions
|
|
@ -10,7 +10,15 @@ You can mock any tool you have created by checking the 'Mock tool responses' opt
|
|||
|
||||
### Adding MCP tools
|
||||
|
||||
[](https://www.youtube.com/watch?v=EbkIPCTyD58)
|
||||
You can add a running MCP server in Settings -> Tools.
|
||||
|
||||

|
||||
|
||||
You can use [supergateway](https://github.com/supercorp-ai/supergateway) to expose any MCP stdio server as an SSE server.
|
||||
|
||||
Now, you can import the tools from the MCP server in the Build view.
|
||||
|
||||

|
||||
|
||||
|
||||
### Debug tool calls in the playground
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Copilot can set up agents for you from scratch.
|
|||
### Instruct copilot
|
||||
First, tell it about the initial set of agents that make up your assistant.
|
||||
|
||||
[](https://www.youtube.com/watch?v=3t2Fpn6Vyds)
|
||||

|
||||
|
||||
Using copilot to create your initial set of agents helps you leverage best practices in formatting agent instructions and connecting agents to each other as a graph, all of which have been baked into copilot.
|
||||
|
||||
|
|
@ -12,9 +12,3 @@ Using copilot to create your initial set of agents helps you leverage best pract
|
|||
Once you apply changes, inspect the agents to see how copilot has built them. Specifically, note the Instructions, and Examples in each agent.
|
||||
|
||||

|
||||
|
||||
|
||||
### Make changes if needed
|
||||
Tweak the instructions and examples through the copilot, or generate instructions button, or by manually editing it.
|
||||
|
||||
[](https://www.youtube.com/watch?v=uoCEQtOe7eE)
|
||||
BIN
apps/docs/docs/img/add-mcp-server.png
Normal file
BIN
apps/docs/docs/img/add-mcp-server.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
BIN
apps/docs/docs/img/create-agents-delivery.png
Normal file
BIN
apps/docs/docs/img/create-agents-delivery.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 603 KiB |
BIN
apps/docs/docs/img/import-mcp-tools.png
Normal file
BIN
apps/docs/docs/img/import-mcp-tools.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
BIN
apps/docs/docs/img/update-agent-copilot.png
Normal file
BIN
apps/docs/docs/img/update-agent-copilot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
BIN
apps/docs/docs/img/update-agent-generate.png
Normal file
BIN
apps/docs/docs/img/update-agent-generate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
BIN
apps/docs/docs/img/update-agent-manual.png
Normal file
BIN
apps/docs/docs/img/update-agent-manual.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
|
|
@ -1,8 +1,19 @@
|
|||
## Update agent behavior
|
||||
|
||||
There are three ways for you to update the agent's behavior:
|
||||
|
||||
### 1. With help of Copilot
|
||||
|
||||
Copilot can help you update agent behavior. It is also aware of the current chat in the playground so you can make references to the current chat while instructing copilot to update agents.
|
||||
|
||||

|
||||

|
||||
|
||||
Playground:
|
||||

|
||||
### 2. Using the Generate button
|
||||
|
||||

|
||||
|
||||
### 3. By manually editing the instructions
|
||||
|
||||
You can manually edit the agent instructions anytime.
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue