Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
14103b6
init vikingbot
chenjw Feb 14, 2026
ea4fd46
fix sandbox bug
chenjw Feb 14, 2026
801fb65
fix sandbox bug
chenjw Feb 14, 2026
4df03a0
fix sandbox bug
chenjw Feb 14, 2026
027376d
默认关闭沙箱
chenjw Feb 14, 2026
e0fddc6
update
chenjw Feb 14, 2026
e73944f
chore: add .gitignore for Node.js project
chenjw Feb 16, 2026
36795f0
feat: Improve workspace management and sandbox behavior
chenjw Feb 17, 2026
5b01545
feat: Multiple feature enhancements
chenjw Feb 17, 2026
eecaaac
完善沙箱工具测试及策略优化
chenjw Feb 17, 2026
85bd87d
修改沙箱默认策略:allowWrite默认为["/"]
chenjw Feb 17, 2026
1cd347d
修复沙箱安全漏洞:限制allowWrite为沙箱工作目录
chenjw Feb 17, 2026
3c3dbac
更新spec文档:说明沙箱文件系统安全策略
chenjw Feb 17, 2026
ef03d4a
默认开放/tmp目录权限给沙箱用户
chenjw Feb 17, 2026
7093d8e
添加VikingBot Gateway启动脚本
chenjw Feb 17, 2026
1c8f9c2
自动继承NODE_PATH环境变量到SRT沙箱进程
chenjw Feb 17, 2026
9d03ac5
feat: 添加Console Web UI和部署配置
chenjw Feb 18, 2026
d26b046
feat: improve deployment configuration and add TOS support
chenjw Feb 18, 2026
ab021dc
feat: improve console server and auto-onboard logic
chenjw Feb 18, 2026
cbabaf1
fix: correct path construction in workspace API and frontend
chenjw Feb 18, 2026
9afa67a
feat: multiple improvements including media storage and session works…
chenjw Feb 19, 2026
16eecd6
feat: 沙箱系统重构和优化
chenjw Feb 20, 2026
3961abc
feat: add html2text and beautifulsoup4 dependencies for HTML processing
chenjw Feb 20, 2026
0e5ddb7
feat: improve multi-channel matching logic in channel manager
chenjw Feb 20, 2026
bc4ad8d
feat: improve message tool default channel handling
chenjw Feb 20, 2026
48e7e7f
feat: add HTML to Markdown conversion and rich image support in Feish…
chenjw Feb 20, 2026
519fcc7
feat: integrate OpenCode for enhanced AI capabilities
chenjw Feb 23, 2026
a2b2cd6
refactor: introduce SessionKey for multi-session isolation and better…
chenjw Feb 23, 2026
5f9fa5f
chore: remove unused console screenshot files
chenjw Feb 23, 2026
164a73d
fix: adjust default config values
chenjw Feb 23, 2026
29b54e5
feat: add default_skills config with all built-in skills
chenjw Feb 23, 2026
848cf79
opencode skill默认关闭
chenjw Feb 24, 2026
7467815
修改readme
chenjw Feb 24, 2026
da32a9c
修复vikingbot agent和tui的爆粗9哦
chenjw Feb 24, 2026
38e8d89
add openviking tools
yeshion23333 Feb 24, 2026
0535c9c
add openviking tools
yeshion23333 Feb 24, 2026
37b79bb
优化hook
chenjw Feb 24, 2026
1108160
优化hook
chenjw Feb 24, 2026
5a09d2b
fix: 去掉火山provider的gateway配置
chenjw Feb 24, 2026
0b54445
add openviking tools
yeshion23333 Feb 25, 2026
272d95d
add openviking tools
yeshion23333 Feb 25, 2026
2259104
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 25, 2026
3bcbd57
add openviking tools
yeshion23333 Feb 25, 2026
afe4f5f
add openviking tools
yeshion23333 Feb 25, 2026
4ba3938
add openviking tools
yeshion23333 Feb 25, 2026
f9d4e17
support skill/tool memory
BytedanceFu Feb 25, 2026
e11dc21
Merge branch 'main' into skill_tool_memory_support
BytedanceFu Feb 25, 2026
ad0c654
Merge branch 'skill_tool_memory_support' into feat/vikingbot
BytedanceFu Feb 25, 2026
bc3c616
hooks提交一版
chenjw Feb 26, 2026
f98f2f0
hooks提交一版
chenjw Feb 26, 2026
6251dfe
hooks提交一版
chenjw Feb 26, 2026
1e88f3e
update
BytedanceFu Feb 26, 2026
5b12c96
add openviking tools
yeshion23333 Feb 26, 2026
d825025
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 26, 2026
483e74e
add openviking tools
yeshion23333 Feb 26, 2026
8346d35
update readme
BytedanceFu Feb 26, 2026
35509fb
add openviking tools
yeshion23333 Feb 26, 2026
b4cf03c
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 26, 2026
a6b6536
add openviking tools
yeshion23333 Feb 26, 2026
a965188
Merge branch 'main' into feat/vikingbot
BytedanceFu Feb 26, 2026
55035a1
openviking memory
yeshion23333 Feb 26, 2026
9543a4f
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 26, 2026
8eecf83
ov Server
yeshion23333 Feb 26, 2026
832139f
ov Server
yeshion23333 Feb 26, 2026
48c8c32
tools message
yeshion23333 Feb 26, 2026
291848b
tools message
yeshion23333 Feb 26, 2026
6e6d681
tools message
yeshion23333 Feb 26, 2026
1ac90d4
support skill memory
BytedanceFu Feb 26, 2026
0949e69
update part
BytedanceFu Feb 26, 2026
b6cf9a6
refactor(deploy): 优化Docker部署配置
chenjw Feb 27, 2026
8b4036c
refactor(deploy): 重构VKE部署流程,移除Python脚本改用Shell
chenjw Feb 27, 2026
e36958d
feat(agent): 增强Agent工具功能
chenjw Feb 27, 2026
6601e25
refactor(channels): 重构Channels模块,优化飞书渠道实现
chenjw Feb 27, 2026
6aa948b
refactor: 优化Console和Hooks模块
chenjw Feb 27, 2026
4103c32
rebase合并
chenjw Feb 27, 2026
2507e1b
tools message
yeshion23333 Feb 27, 2026
d2c68a9
tools message
yeshion23333 Feb 27, 2026
e5c4420
添加从镜像安装的方法
chenjw Feb 27, 2026
fb5f2de
添加从镜像安装的方法
chenjw Feb 27, 2026
d5c4120
tools message
yeshion23333 Feb 27, 2026
5b25797
添加从镜像安装的方法
chenjw Feb 27, 2026
17fe523
添加从镜像安装的方法
chenjw Feb 27, 2026
90f7cc4
版本限制不超过3.13(openviking 3.14上没有)
chenjw Feb 27, 2026
fd8e4e4
版本限制不超过3.13(openviking 3.14上没有)
chenjw Feb 27, 2026
e4b8339
版本限制不超过3.13(openviking 3.14上没有)
chenjw Feb 27, 2026
9df6396
版本限制不超过3.13(openviking 3.14上没有)
chenjw Feb 27, 2026
a75d512
版本限制不超过3.13(openviking 3.14上没有)
chenjw Feb 27, 2026
39dd372
vikingbot
yeshion23333 Feb 27, 2026
5c1fe6d
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 27, 2026
50ab354
优化图片生成逻辑
chenjw Feb 27, 2026
bba2683
优化图片生成逻辑
chenjw Feb 27, 2026
2fa99bd
vikingbot
yeshion23333 Feb 27, 2026
65f4417
vikingbot
yeshion23333 Feb 27, 2026
5ebac6e
vikingbot
yeshion23333 Feb 27, 2026
23120fc
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 27, 2026
dbba5b3
vikingbot
yeshion23333 Feb 27, 2026
c772c26
vikingbot
yeshion23333 Feb 27, 2026
6a560e9
飞书图片部分优化
chenjw Feb 27, 2026
2727f55
update tool
BytedanceFu Feb 27, 2026
0c30ce5
vikingbot
yeshion23333 Feb 27, 2026
4ae912b
飞书图片部分优化
chenjw Feb 27, 2026
c3ede1d
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 27, 2026
57d7d8b
飞书图片部分优化
chenjw Feb 27, 2026
5c2e2ed
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 27, 2026
5b16a5e
feat(skill): support zip upload for add_skill API (#312)
SeanZ Feb 26, 2026
4c31cf9
feat(agfs): agfs新增binding client (#304)
chuanbao666 Feb 26, 2026
e510bcc
fix(parser): remove redundant mkdir in DirectoryParser (#318)
honjiaxuan Feb 26, 2026
1ed7d4a
fix: use original directory name for temp URI lookup in TreeBuilder (…
ponsde Feb 26, 2026
1d8c8b6
fix: handle is_healthy() AttributeError when not initialized (closes …
r266-tech Feb 27, 2026
cc61449
feat(docs,ci): 完善云上部署文档与 Docker CI 流程 (#320)
qin-ctx Feb 27, 2026
cf090dc
fix(agfs): import AGFSBindingClient error不阻塞http client使用 (#324)
chuanbao666 Feb 27, 2026
1f1b47f
feat: Enhance add-resource functionality in cli and add unit tests (#…
shaoeric Feb 27, 2026
328c16a
feat: expose session(must_exist) and session_exists() on public API (…
ponsde Feb 27, 2026
7491e40
feat: wrapper ov command (#325)
MaojiaSheng Feb 27, 2026
23ae1ce
Feat/vectordb interface refactor (#327)
kkkwjx07 Feb 27, 2026
ad5fc40
vikingbot
yeshion23333 Feb 27, 2026
0f5cfb6
vikingbot
yeshion23333 Feb 27, 2026
56909ac
vikingbot
yeshion23333 Feb 27, 2026
d65ba6a
read
BytedanceFu Feb 27, 2026
035ddd4
vikingbot
yeshion23333 Feb 27, 2026
3a87e55
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 27, 2026
40e9e88
vikingbot
yeshion23333 Feb 27, 2026
00ee784
更新readme
chenjw Feb 27, 2026
2b281ac
更新readme
chenjw Feb 27, 2026
239d9c2
vikingbot
yeshion23333 Feb 27, 2026
fbbe90a
Merge branch 'feat/vikingbot' of github.com:volcengine/OpenViking int…
yeshion23333 Feb 27, 2026
d40e966
vikingbot
yeshion23333 Feb 27, 2026
decfe2a
vikingbot
yeshion23333 Feb 27, 2026
9a115c7
Merge branch 'main' into feat/vikingbot
yeshion23333 Feb 27, 2026
97ca319
格式化 + 生成图片工具增加开关 直接发给用户(默认开)
chenjw Feb 27, 2026
ec4358d
格式化 + 生成图片工具增加开关 直接发给用户(默认开)
chenjw Feb 27, 2026
638f3e4
upodate
BytedanceFu Feb 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions bot/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Git
.git
.gitignore
.github

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.venv
venv
ENV/
env/

# Node.js
node_modules
npm-debug.log
yarn-error.log
yarn.lock
package-lock.json

# IDE
.idea
.vscode
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Tests
tests/
*.test.js
*.test.py

# Docs
*.md
!README.md
LICENSE

# Build artifacts
*.log
workspace/
39 changes: 39 additions & 0 deletions bot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Dependencies
node_modules/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Build outputs
dist/
build/

# Coverage directory
coverage/

test/

CLAUDE.md
Loading
Loading