Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e94731e
init agent skill
wangxingjun778 Oct 28, 2025
e460788
refactor readme, add examples
wangxingjun778 Oct 28, 2025
607e2d3
update readme for overview
wangxingjun778 Oct 29, 2025
a43d74c
update readme
wangxingjun778 Oct 29, 2025
e673140
add skills in readme_zh
wangxingjun778 Oct 29, 2025
2471bed
update readme for agent skills result
wangxingjun778 Oct 29, 2025
99f595e
add en readme for agent skills
wangxingjun778 Oct 29, 2025
13fdb4a
update readme for agent skill
wangxingjun778 Oct 29, 2025
91cc4fb
update readme for agentic insight report
wangxingjun778 Oct 29, 2025
ebbd8c1
del format for agentic insight report
wangxingjun778 Oct 29, 2025
f2a631e
update readme for visitors
wangxingjun778 Oct 29, 2025
3668506
update
wangxingjun778 Oct 29, 2025
7227882
fix skill key in loader
wangxingjun778 Oct 29, 2025
664911c
update skill readme
wangxingjun778 Oct 30, 2025
59790c9
add img for skill structure
wangxingjun778 Oct 30, 2025
51324ec
update skill Architecture
wangxingjun778 Oct 30, 2025
fb21010
update sandbox
wangxingjun778 Nov 1, 2025
f1d12bb
ok Merge branch 'main' of github.com:modelscope/ms-agent into feat/skill
wangxingjun778 Nov 1, 2025
1ebe791
add ms-enclave sandbox implementation
wangxingjun778 Nov 1, 2025
525a1f4
fix sandbox init
wangxingjun778 Nov 1, 2025
5d62903
add preprocess skills
wangxingjun778 Nov 3, 2025
6a2399a
init sandbox in AgentSkill
wangxingjun778 Nov 3, 2025
8f13b94
update execute
wangxingjun778 Nov 3, 2025
afc1411
update sandbox
wangxingjun778 Nov 4, 2025
ea4e19d
add skill_utils and refactor
wangxingjun778 Nov 5, 2025
36788fb
refactor paths of scripts,references and resources, and fix paths in …
wangxingjun778 Nov 6, 2025
7856e2f
fix run.py for agent_skills project
wangxingjun778 Nov 6, 2025
657dcf7
update agent skill readme
wangxingjun778 Nov 6, 2025
b710ca9
add shlex to deal with cmd splits
wangxingjun778 Nov 6, 2025
3c6c944
fix CR issue
wangxingjun778 Nov 6, 2025
e97ecd2
ok Merge branch 'main' of github.com:modelscope/ms-agent into feat/skill
wangxingjun778 Nov 6, 2025
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
2 changes: 2 additions & 0 deletions ms_agent/skill/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
from .agent_skill import AgentSkill, create_agent_skill
Loading
Loading