Annyfee
|
795f38127b
|
refactor(m7): restructure non-code assets including filenames, environment setup, and minor fixes
|
2026-01-03 16:52:49 +08:00 |
|
Annyfee
|
ee95c05d13
|
refactor(m6): restructure non-code assets including filenames, environment setup, and minor fixes
|
2026-01-03 16:38:19 +08:00 |
|
Annyfee
|
69ce287cb5
|
chore(config): remove TensorFlow deprecation warning
|
2026-01-03 16:15:33 +08:00 |
|
Annyfee
|
74507b197f
|
refactor(ch5): align filenames and update corresponding README sections
|
2026-01-03 16:13:58 +08:00 |
|
Annyfee
|
43fc1717b5
|
refactor(ch1-4): align filenames and update corresponding README sections
|
2026-01-03 15:35:39 +08:00 |
|
Annyfee
|
b6482f1cf6
|
chore:minor adjustments
|
2025-12-27 09:48:52 +08:00 |
|
Annyfee
|
0347c79add
|
docs:refine learning path description in main README
|
2025-12-26 10:54:03 +08:00 |
|
Annyfee
|
c5ef46026c
|
docs: refine learning path description in main README
|
2025-12-26 09:54:06 +08:00 |
|
Annyfee
|
29ed9318ab
|
chore: minor adjustments
|
2025-12-25 19:29:18 +08:00 |
|
Annyfee
|
e1cb01c407
|
fix(m12): correct environment dependencies and package imports
|
2025-12-22 11:04:33 +08:00 |
|
Annyfee
|
620a59b17a
|
docs: remove redundant fields from README
|
2025-12-18 17:54:48 +08:00 |
|
Annyfee
|
90f1cefec5
|
docs: update README to reflect module 12 changes
|
2025-12-18 17:53:37 +08:00 |
|
Annyfee
|
73c4c0db88
|
feat(module12): update code and environment dependencies
|
2025-12-18 17:49:39 +08:00 |
|
Annyfee
|
3af39d4df5
|
chore: polish minor details
|
2025-12-16 15:41:53 +08:00 |
|
Annyfee
|
ff7282c307
|
docs: update README to reflect module 11 changes
|
2025-12-10 15:50:41 +08:00 |
|
Annyfee
|
bca3f7486f
|
refactor(module11): restructure MCP client implementation and migrate to chapter 11
|
2025-12-10 15:38:56 +08:00 |
|
Annyfee
|
fd3774d849
|
feat(module10): update code files and environment dependencies
|
2025-12-10 15:36:30 +08:00 |
|
Annyfee
|
8054dac121
|
docs: fix broken or outdated links in README
|
2025-12-08 09:38:31 +08:00 |
|
Annyfee
|
5ccf901f56
|
chore: remove redundant placeholder code
|
2025-12-06 16:26:41 +08:00 |
|
Annyfee
|
88ea4bf518
|
docs: update project introduction in README
|
2025-12-04 09:49:04 +08:00 |
|
Annyfee
|
2e608be133
|
docs: update README about m10
|
2025-12-03 13:07:01 +08:00 |
|
Annyfee
|
ed9f77d0b8
|
feat: add module 10 code and related content
|
2025-12-03 13:04:27 +08:00 |
|
Annyfee
|
8931420c5d
|
docs: update README and environment dependencies
|
2025-12-03 13:02:13 +08:00 |
|
Annyfee
|
2b40729110
|
chore: standardize historical commit messages to follow Conventional Commits
|
2025-11-28 11:31:43 +08:00 |
|
Annyfee
|
ad9c3c52e7
|
docs: update markdown files to align with new filenames
|
2025-11-28 11:27:28 +08:00 |
|
Annyfee
|
5bc33d2584
|
chore: rename multiple files to improve importability and module structure
|
2025-11-28 11:25:58 +08:00 |
|
Annyfee
|
7d10f27951
|
docs: simplify quickstart section in README for clarity and brevity
|
2025-11-28 11:24:00 +08:00 |
|
Annyfee
|
2ae57bd933
|
chore: add setup.py to enable editable installs and proper module imports
|
2025-11-28 11:20:20 +08:00 |
|
Annyfee
|
308882eee1
|
chore: add __init__.py to make all directories importable
|
2025-11-28 11:19:07 +08:00 |
|
Annyfee
|
a604d71c02
|
ci: exclude legacy files from syntax validation to unblock CI
|
2025-11-28 09:52:27 +08:00 |
|
Annyfee
|
fa1a2305d7
|
chore: remove unused imports
|
2025-11-27 21:33:58 +08:00 |
|
Annyfee
|
4e73c0d871
|
fix:syntax error in supervisor agent log formatting
|
2025-11-26 09:45:10 +08:00 |
|
Annyfee
|
d6d1742944
|
fix: correct missing dependencies in requirements.txt and imports
|
2025-11-26 09:39:31 +08:00 |
|
Annyfee
|
58f6d3ebcf
|
fix: correct missing dependencies in requirements.txt and imports
|
2025-11-26 09:38:48 +08:00 |
|
Annyfee
|
4e2fe9e5ab
|
chore(deps): update requirements.txt to match runtime environment
|
2025-11-23 17:13:02 +08:00 |
|
Annyfee
|
90b0da0e66
|
feat(langgraph): introduce advanced agent patterns in new module
|
2025-11-23 16:32:34 +08:00 |
|
Annyfee
|
1029260dcc
|
refactor:use truthy check instead of len() for tool_calls
|
2025-11-23 16:27:30 +08:00 |
|
Annyfee
|
26529362fb
|
chore(types): add missing TypedDict import
|
2025-11-22 17:50:40 +08:00 |
|
Annyfee
|
cac2489797
|
docs(readme): add tip to use Python 3.10,3.11,3.12
|
2025-11-21 09:59:39 +08:00 |
|
Annyfee
|
7725e512cc
|
refactor:remove excess code
|
2025-11-21 09:54:11 +08:00 |
|
Annyfee
|
6134c94fea
|
docs(readme): add description of new configuration file
|
2025-11-21 09:52:24 +08:00 |
|
Annyfee
|
a88d8a2c4c
|
refactor(config):manage API_KEY vai .env in project root
|
2025-11-21 09:44:11 +08:00 |
|
Annyfee
|
2fd4211244
|
md:优化原先readme数据
|
2025-11-20 22:15:27 +08:00 |
|
Annyfee
|
f0528f7b39
|
ci:移除不支持的3.9环境
|
2025-11-20 00:09:36 +08:00 |
|
Annyfee
|
c154c67cc7
|
环境依赖: 更正对应版本
|
2025-11-20 00:07:01 +08:00 |
|
Annyfee
|
e8b7b11b3b
|
ci: 移除暂时不需要的 pytest 步骤,解决流水线报错
|
2025-11-20 00:04:21 +08:00 |
|
Annyfee
|
4248dd1e4c
|
优化代码,提高解耦
|
2025-11-19 23:54:56 +08:00 |
|
Annyfee
|
deb7889748
|
优化代码,提高解耦
|
2025-11-19 23:51:53 +08:00 |
|
Annyfee
|
e7b7d098c6
|
优化代码,提高解耦
|
2025-11-19 23:49:06 +08:00 |
|
Annyfee
|
a70517f6d8
|
优化代码,提高解耦
|
2025-11-19 23:44:14 +08:00 |
|
2287551746@qq.com
|
8265c2a7a9
|
2025.11.13
|
2025-11-13 22:24:57 +08:00 |
|
2287551746@qq.com
|
097a181af8
|
2025.11.12
|
2025-11-12 23:02:06 +08:00 |
|
2287551746@qq.com
|
30ab5b3682
|
2025.11.12
|
2025-11-12 23:01:47 +08:00 |
|
2287551746@qq.com
|
7de2258ff9
|
2025.11.12
|
2025-11-12 22:15:22 +08:00 |
|
2287551746@qq.com
|
bf055f1adf
|
2025.11.12
|
2025-11-12 11:37:47 +08:00 |
|
2287551746@qq.com
|
fa07d80d70
|
2025.11.12
|
2025-11-12 11:33:03 +08:00 |
|
2287551746@qq.com
|
26687a50e2
|
2025.11.12
|
2025-11-12 11:23:03 +08:00 |
|
2287551746@qq.com
|
88838bb522
|
2025.11.12
|
2025-11-12 11:08:40 +08:00 |
|
2287551746@qq.com
|
9194a02ae9
|
2025.11.12
|
2025-11-12 11:07:54 +08:00 |
|
2287551746@qq.com
|
a5f9a900cd
|
2025.11.12
|
2025-11-12 09:39:55 +08:00 |
|
2287551746@qq.com
|
c2114ddc97
|
2025.11.9
|
2025-11-09 20:13:00 +08:00 |
|
2287551746@qq.com
|
50f3e5842e
|
2025.11.7
|
2025-11-07 11:24:40 +08:00 |
|
2287551746@qq.com
|
0513f4ffeb
|
2025.11.7
|
2025-11-07 11:02:15 +08:00 |
|
2287551746@qq.com
|
b1ea644e70
|
2025.11.7
|
2025-11-07 09:47:48 +08:00 |
|
2287551746@qq.com
|
a22f6ccd82
|
2025.11.6
|
2025-11-06 20:38:20 +08:00 |
|
2287551746@qq.com
|
f537d2d100
|
2025.11.6
|
2025-11-06 18:50:12 +08:00 |
|
2287551746@qq.com
|
033a687e65
|
2025.11.6
|
2025-11-06 18:48:54 +08:00 |
|
2287551746@qq.com
|
138a7cf9f4
|
2025.11.5
|
2025-11-05 08:24:26 +08:00 |
|
2287551746@qq.com
|
03c9d40a89
|
2025.11.2
|
2025-11-02 22:55:59 +08:00 |
|
2287551746@qq.com
|
4b96cd2052
|
2025.11.2
|
2025-11-02 22:54:40 +08:00 |
|
2287551746@qq.com
|
c1792698ba
|
2025.11.2
|
2025-11-02 22:54:03 +08:00 |
|
2287551746@qq.com
|
6efb0c4625
|
2025.11.2
|
2025-11-02 21:07:30 +08:00 |
|
2287551746@qq.com
|
6332ff93bb
|
2025.11.2
|
2025-11-02 21:00:31 +08:00 |
|
2287551746@qq.com
|
6c022f9f1e
|
2025.11.2
|
2025-11-02 18:16:03 +08:00 |
|
2287551746@qq.com
|
e1edc4cb5c
|
2025.11.2
|
2025-11-02 18:08:31 +08:00 |
|
2287551746@qq.com
|
635eec3978
|
2025.11.2
|
2025-11-02 17:56:30 +08:00 |
|
2287551746@qq.com
|
e4caad6947
|
2025.11.2
|
2025-11-02 16:42:54 +08:00 |
|
2287551746@qq.com
|
2b73ca4ccd
|
2025.11.2
|
2025-11-02 16:36:11 +08:00 |
|
2287551746@qq.com
|
d1e5fcde7f
|
2025.11.2
|
2025-11-02 16:31:35 +08:00 |
|
2287551746@qq.com
|
ec273c63b4
|
2025.11.2
|
2025-11-02 16:13:40 +08:00 |
|
2287551746@qq.com
|
c74eaf690a
|
2025.11.2
|
2025-11-02 16:10:57 +08:00 |
|
2287551746@qq.com
|
a3ed4a2802
|
2025.11.2
|
2025-11-02 16:07:22 +08:00 |
|
2287551746@qq.com
|
d4a41b90de
|
2025.11.2
|
2025-11-02 16:03:18 +08:00 |
|
2287551746@qq.com
|
780b836d6d
|
2025.11.1
|
2025-11-01 11:19:02 +08:00 |
|
2287551746@qq.com
|
9a64ad715c
|
2025.10.31
|
2025-10-31 09:35:40 +08:00 |
|
2287551746@qq.com
|
55b1f7a5ca
|
2025.10.30
|
2025-10-30 19:53:26 +08:00 |
|
2287551746@qq.com
|
dda92786ac
|
2025.10.30
|
2025-10-30 19:52:39 +08:00 |
|
2287551746@qq.com
|
cadabf1a0f
|
2025.10.30
|
2025-10-30 18:54:21 +08:00 |
|
2287551746@qq.com
|
dca5788cb7
|
2025.10.30
|
2025-10-30 18:53:43 +08:00 |
|
2287551746@qq.com
|
55b59e800f
|
2025.10.30
|
2025-10-30 18:52:51 +08:00 |
|
2287551746@qq.com
|
5ff94d1092
|
2025.10.29
|
2025-10-29 09:17:05 +08:00 |
|
2287551746@qq.com
|
ffea78c691
|
2025.10.29
|
2025-10-29 09:15:57 +08:00 |
|
2287551746@qq.com
|
723e874640
|
2025.10.29
|
2025-10-29 08:59:58 +08:00 |
|
2287551746@qq.com
|
d19a4f28d7
|
2025.10.28
|
2025-10-28 18:22:53 +08:00 |
|
2287551746@qq.com
|
e8983368a0
|
2025.10.28
|
2025-10-28 17:43:00 +08:00 |
|
2287551746@qq.com
|
97e319d4fc
|
2025.10.28
|
2025-10-28 17:41:39 +08:00 |
|
2287551746@qq.com
|
df904371a8
|
2025.10.28
|
2025-10-28 17:40:49 +08:00 |
|
2287551746@qq.com
|
8c48ae5776
|
2025.10.27
|
2025-10-27 20:14:47 +08:00 |
|
2287551746@qq.com
|
5963b34021
|
2025.10.26
|
2025-10-26 09:48:25 +08:00 |
|
2287551746@qq.com
|
df587e12f1
|
2025.10.26
|
2025-10-26 09:47:22 +08:00 |
|