Skip to content

Commit 7ea7204

Browse files
author
zhansheng.lzs
committed
Merge remote-tracking branch 'agentic-cli/dev/agentic-cli' into merge/agentic-cli
# Conflicts: # .gitignore
2 parents c0d7a0b + 5fc1e9c commit 7ea7204

36 files changed

Lines changed: 2260 additions & 4 deletions

.1.py.un~

1.08 KB
Binary file not shown.

.1.sh.un~

35.3 KB
Binary file not shown.

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ cython_debug/
164164
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
165165
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
166166
# and can be added to the global gitignore or merged into this file. For a more nuclear
167-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
167+
# option (not recommended) you to ignore the entire idea folder.
168168
#.idea/
169169

170170
# PyPI configuration file
@@ -174,3 +174,11 @@ cython_debug/
174174
.acli
175175

176176
.idea
177+
178+
# DashScope Expert agent — keep config/skills, ignore runtime data
179+
!dashscope/cli/expert/.acli/
180+
dashscope/cli/expert/.acli/session.json
181+
dashscope/cli/expert/.acli/history
182+
dashscope/cli/expert/.acli/experiences.jsonl
183+
dashscope/cli/expert/.acli/memory/
184+
dashscope/cli/expert/.acli/traces/

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/github-dashscope-sdk-python.iml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)