chore: describe auto dream and subagent
Browse files- README.md +38 -18
- assets/subagent/sub_agent1 +3 -0
- assets/subagent/sub_agent2_background +3 -0
- assets/subagent/subagent_backcontext +3 -0
- assets/subagent/subagent_toocall_result +3 -0
- assets/subagent/subagent_toolcall_chain1 +3 -0
- assets/subagent/subagent_toolcall_chain2 +3 -0
- assets/subagent/subagent_toolcall_chain3 +3 -0
README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<img src="assets/VersperAI_Banner.png" alt="VersperAI">
|
| 5 |
</div>
|
| 6 |
|
| 7 |
-
## Quick Start
|
| 8 |
|
| 9 |
```bash
|
| 10 |
# script install
|
|
@@ -36,7 +36,7 @@ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
|
|
| 36 |
source ~/.zshrc
|
| 37 |
```
|
| 38 |
|
| 39 |
-
## WebSearch & WebFetch Tools - 100% local free no remote api fee
|
| 40 |
|
| 41 |
<table align="center">
|
| 42 |
<tr>
|
|
@@ -71,18 +71,27 @@ docker compose up -d
|
|
| 71 |
firefox http://localhost:8080
|
| 72 |
```
|
| 73 |
|
| 74 |
-
##
|
| 75 |
|
| 76 |
-
|
| 77 |
-
# On startup, the CLI runs silently in the background, maintains a persistent Telegram connection, and listens for messages.
|
| 78 |
-
# start VersperClaw Cli
|
| 79 |
-
./cli-dev
|
| 80 |
|
| 81 |
-
|
| 82 |
-
/
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
<div align="center">
|
| 88 |
<img src="assets/auto_dream.png" alt="VersperAI">
|
|
@@ -98,18 +107,29 @@ nvim ~/.claude/settings.json
|
|
| 98 |
}
|
| 99 |
```
|
| 100 |
|
| 101 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
```bash
|
| 104 |
echo 'export CLAUDE_CODE_AUTO_COMPACT_WINDOW=57344' >> ~/.bashrc
|
| 105 |
echo 'export CLAUDE_CODE_MAX_CONTEXT_TOKENS=61440' >> ~/.bashrc
|
| 106 |
```
|
| 107 |
|
| 108 |
-
#
|
| 109 |
|
| 110 |
-
##
|
| 111 |
|
| 112 |
-
###
|
| 113 |
|
| 114 |
<table align="center">
|
| 115 |
<tr>
|
|
@@ -118,7 +138,7 @@ echo 'export CLAUDE_CODE_MAX_CONTEXT_TOKENS=61440' >> ~/.bashrc
|
|
| 118 |
</tr>
|
| 119 |
</table>
|
| 120 |
|
| 121 |
-
###
|
| 122 |
|
| 123 |
<table align="center">
|
| 124 |
<tr>
|
|
@@ -133,7 +153,7 @@ echo 'export CLAUDE_CODE_MAX_CONTEXT_TOKENS=61440' >> ~/.bashrc
|
|
| 133 |
</tr>
|
| 134 |
</table>
|
| 135 |
|
| 136 |
-
###
|
| 137 |
|
| 138 |
```bash
|
| 139 |
# telegram, wechat and whatsapp
|
|
@@ -198,7 +218,7 @@ cd ~/.versper && nvim config.yaml
|
|
| 198 |
versper doctor # make sure all checks passed
|
| 199 |
```
|
| 200 |
|
| 201 |
-
##
|
| 202 |
|
| 203 |
```bash
|
| 204 |
if ban mcp in ~/.versper/.env:
|
|
|
|
| 4 |
<img src="assets/VersperAI_Banner.png" alt="VersperAI">
|
| 5 |
</div>
|
| 6 |
|
| 7 |
+
## 1. Quick Start
|
| 8 |
|
| 9 |
```bash
|
| 10 |
# script install
|
|
|
|
| 36 |
source ~/.zshrc
|
| 37 |
```
|
| 38 |
|
| 39 |
+
## 2. WebSearch & WebFetch Tools - 100% local free no remote api fee
|
| 40 |
|
| 41 |
<table align="center">
|
| 42 |
<tr>
|
|
|
|
| 71 |
firefox http://localhost:8080
|
| 72 |
```
|
| 73 |
|
| 74 |
+
## 3. SubAgent - background run with tool call chain and swap file output context
|
| 75 |
|
| 76 |
+
### 3.1 Auto Creat SubAgent
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
+
<table align="center">
|
| 79 |
+
<td><img src="assets/subagent/sub_agent1" width="100%"></td>
|
| 80 |
+
<td><img src="assets/subagent/sub_agent2_background" width="100%"></td>
|
| 81 |
+
<td><img src="assets/subagent/subagent_backcontext" width="100%"></td>
|
| 82 |
+
</tr>
|
| 83 |
+
</table>
|
| 84 |
|
| 85 |
+
### 3,2 Tool Agent Call Chains and Swap File Context
|
| 86 |
+
|
| 87 |
+
<table align="center">
|
| 88 |
+
<td><img src="assets/subagent/subagent_toolcall_chain1" width="100%"></td>
|
| 89 |
+
<td><img src="assets/subagent/subagent_toolcall_chain2" width="100%"></td>
|
| 90 |
+
<td><img src="assets/subagent/subagent_toolcall_chain3" width="100%"></td>
|
| 91 |
+
</tr>
|
| 92 |
+
</table>
|
| 93 |
+
|
| 94 |
+
## 4. Auto Dream
|
| 95 |
|
| 96 |
<div align="center">
|
| 97 |
<img src="assets/auto_dream.png" alt="VersperAI">
|
|
|
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|
| 110 |
+
## 5. Telegram - Interactive Config
|
| 111 |
+
|
| 112 |
+
```bash
|
| 113 |
+
# On startup, the CLI runs silently in the background, maintains a persistent Telegram connection, and listens for messages.
|
| 114 |
+
# start VersperClaw Cli
|
| 115 |
+
./cli-dev
|
| 116 |
+
|
| 117 |
+
# enter it into the cli input field and interactive configuration parameters
|
| 118 |
+
/telegram
|
| 119 |
+
```
|
| 120 |
+
|
| 121 |
+
## 6. Auto Compact
|
| 122 |
|
| 123 |
```bash
|
| 124 |
echo 'export CLAUDE_CODE_AUTO_COMPACT_WINDOW=57344' >> ~/.bashrc
|
| 125 |
echo 'export CLAUDE_CODE_MAX_CONTEXT_TOKENS=61440' >> ~/.bashrc
|
| 126 |
```
|
| 127 |
|
| 128 |
+
# Legacy Python Version
|
| 129 |
|
| 130 |
+
## Demos dev/python
|
| 131 |
|
| 132 |
+
### 1. Auto Scientific Research & evolve code experiment and write AI ccf/sci draft paper also support checkpoint
|
| 133 |
|
| 134 |
<table align="center">
|
| 135 |
<tr>
|
|
|
|
| 138 |
</tr>
|
| 139 |
</table>
|
| 140 |
|
| 141 |
+
### 2. WebToolAgent
|
| 142 |
|
| 143 |
<table align="center">
|
| 144 |
<tr>
|
|
|
|
| 153 |
</tr>
|
| 154 |
</table>
|
| 155 |
|
| 156 |
+
### 3. Gateway - WeXin, Telegram and so on
|
| 157 |
|
| 158 |
```bash
|
| 159 |
# telegram, wechat and whatsapp
|
|
|
|
| 218 |
versper doctor # make sure all checks passed
|
| 219 |
```
|
| 220 |
|
| 221 |
+
## Add-on
|
| 222 |
|
| 223 |
```bash
|
| 224 |
if ban mcp in ~/.versper/.env:
|
assets/subagent/sub_agent1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6b68c436c12229d5211095057f3e4e667b851fa7f9d45b7ed93e1a6231db85d
|
| 3 |
+
size 5441927
|
assets/subagent/sub_agent2_background
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb3a0311b2874435fa06af5ca6061f74d7d6b7678ebb8c3f7b07007b247661c
|
| 3 |
+
size 5696206
|
assets/subagent/subagent_backcontext
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e94cf892f96a80a4d4b4f8339112e50062dab0f54a04307a4c6beae63709c4b
|
| 3 |
+
size 6232435
|
assets/subagent/subagent_toocall_result
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7b2211d677b41a1fa8af8c7141d4b3beee379847a781397bbe0349d62347ed9
|
| 3 |
+
size 5657258
|
assets/subagent/subagent_toolcall_chain1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7234cccbeb8bd668bc36549b1a9a701f85c9e9e3865073290337a160a93158d4
|
| 3 |
+
size 7025253
|
assets/subagent/subagent_toolcall_chain2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d714d5e02ec7df008bc33e1295254bd6f99fbdb9425dd286869cb1f02fa0dc6
|
| 3 |
+
size 7054258
|
assets/subagent/subagent_toolcall_chain3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05b64aecfe48ed2d653839ab098ec4498c9c004e5483eb0193e0f3459f13e64f
|
| 3 |
+
size 6557976
|