Skip to content

Commit 0ec6da8

Browse files
mcp move tool
1 parent 8c8e36b commit 0ec6da8

File tree

99 files changed

+3860
-889
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+3860
-889
lines changed
File renamed without changes.
File renamed without changes.

.codebolt/74779_output.txt

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

.codebolt/chat.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.codebolt/debug.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.codebolt/merkle_tree.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"rootHash": "432471293d81271bc74d88d0a0e4428a4b4ab8aa9f2e6e10850774334e8b2b8c",
3+
"leaves": [
4+
"2621d2c68302813173b10913b6197d07ae8416396a2f8aa0a64e488cc3760c43",
5+
"ecf9116121a771be597830df649273217be987f12c2dd0c87ebf30054795d6ad"
6+
],
7+
"filesList": [
8+
{
9+
"path": ".codebolt/merkle_tree.json",
10+
"hash": "0626188b26fc0cf6989bd00cd77fc7fe145e386c6be0acc387360521e626feb8"
11+
},
12+
{
13+
"path": ".codebolt/projectState.json",
14+
"hash": "53787d2f86eb9be83094c1f8bda10f04eb81899ebc59d87089a206602baecd92"
15+
}
16+
]
17+
}

.codebolt/null.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ports": [
3+
3000
4+
]
5+
}

.codebolt/projectState.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,29 @@
88
"type": "leaf",
99
"data": {
1010
"views": [
11-
"Code",
12-
"0e7ba2fb-4f85-485e-a1ef-b12ef330b962",
13-
"Preview"
11+
"Code"
1412
],
1513
"activeView": "Code",
1614
"id": "1"
1715
},
18-
"size": 1536
16+
"size": 592
17+
},
18+
{
19+
"type": "leaf",
20+
"data": {
21+
"views": [
22+
"Chat"
23+
],
24+
"activeView": "Chat",
25+
"id": "2"
26+
},
27+
"size": 592
1928
}
2029
],
21-
"size": 756
30+
"size": 860
2231
},
23-
"width": 1536,
24-
"height": 756,
32+
"width": 1184,
33+
"height": 860,
2534
"orientation": "HORIZONTAL"
2635
},
2736
"panels": {
@@ -32,18 +41,11 @@
3241
"title": "Code",
3342
"renderer": "always"
3443
},
35-
"0e7ba2fb-4f85-485e-a1ef-b12ef330b962": {
36-
"id": "0e7ba2fb-4f85-485e-a1ef-b12ef330b962",
37-
"contentComponent": "Terminal",
38-
"tabComponent": "props.defaultTabComponent",
39-
"title": "Terminal",
40-
"renderer": "always"
41-
},
42-
"Preview": {
43-
"id": "Preview",
44-
"contentComponent": "Preview",
44+
"Chat": {
45+
"id": "Chat",
46+
"contentComponent": "Chat",
4547
"tabComponent": "props.defaultTabComponent",
46-
"title": "Preview",
48+
"title": "Chat",
4749
"renderer": "always"
4850
}
4951
},

.codebolt/undefined.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"ports": [
3-
3000,
4-
1123,
5-
3000
3+
3003
64
]
75
}

docs/agents/4_remixagents/1_aboutremixagents.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,44 @@
22
sidebar_label: About Remix Agents
33
---
44

5-
# About Remix Agents
5+
# Remix Agent
66

7-
Remix Agents are a type of agent that allows you to remix existing agents to create new ones.
7+
## Overview
88

9-
## How to use Remix Agents
9+
The Remix Agent is a specialized version of an existing agent designed to provide greater flexibility. It enables the modification of both the model and the MCP (Model Context Protocol) that the agent employs. This functionality is particularly beneficial in circumstances requiring real-time adjustments, negating the need for deploying a new agent version.
1010

11-
1. Go to the Remix Agents page
12-
2. Click on the agent you want to remix
13-
3. Click on the remix button
11+
## Key Features
12+
13+
- **Model Change**: Effortlessly update the model used by the agent to align with new requirements or datasets.
14+
- **MCP Adjustment**: Alter the MCP configuration to facilitate customized processing workflows.
15+
16+
## Usage
17+
18+
The Remix Agent is suitable for environments where there is a need for real-time adjustments to agent behavior. This can be due to varying processing requirements or different resource configurations.
19+
20+
21+
1. Navigate to the chat window and click on the "Create Agent" option.
22+
![How to create remix agent](../../../static/img/howtocreateremix.png)
23+
24+
2. Select the "Remix Agent" from the options available.
25+
![Click on Remix Agent](../../../static/img/selectremix.png)
26+
27+
3. Modify the settings of the agent you wish to remix according to your requirements.
28+
![Modify settings](../../../static/img/modifymodelormcps.png)
29+
30+
## Using Local MCPs
31+
32+
Remix Agents also support using local MCPs (Model Context Protocol), allowing you to leverage your own computing resources for agent execution. This feature is particularly useful for:
33+
34+
- Processing sensitive data that should not leave your environment
35+
- Reducing latency by running MCPs on local infrastructure
36+
- Developing and testing custom MCPs before deployment
37+
38+
To use a local MCP with your Remix Agent:
39+
40+
1. Ensure your local MCP service is running and properly configured
41+
2. When creating or modifying a Remix Agent, select the "Local MCP" option
42+
3. Enter the connection details for your local MCP service
43+
4. Test the connection before finalizing your agent configuration
44+
45+
Local MCPs provide enhanced control over the execution environment while maintaining the flexibility that Remix Agents offer.

0 commit comments

Comments
 (0)