Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
219 commits
Select commit Hold shift + click to select a range
86e8b68
style: fix trailing whitespace and ruff formatting
ShuhaoZhangTony Jan 22, 2026
1ee2131
ci: remove sage-llm-core from PEP420 workflow (migrated to sageLLM)
ShuhaoZhangTony Jan 22, 2026
3aaab9c
ci: fix examples test workflow - handle empty grep results and preven…
ShuhaoZhangTony Jan 22, 2026
7230f7c
fix(common): add log rotation to prevent large log files
ShuhaoZhangTony Jan 23, 2026
00061a7
chore: add sageData and sage-pypi-publisher to workspace
ShuhaoZhangTony Jan 23, 2026
cfd6162
feat(sage-kernel): 改进队列处理为完全阻塞模式
iliujunn Jan 23, 2026
4323e34
feat(cli,ci): add logs management command and improve CI/environment …
ShuhaoZhangTony Jan 23, 2026
988f4cc
fix(ci): Fix CI/CD Lint and Format test issues (#1413)
cybber695 Jan 23, 2026
6026b4b
chore: sync main to main-dev [sync]
github-actions[bot] Jan 23, 2026
e3c0385
chore: add quickstart and hooks
ShuhaoZhangTony Jan 25, 2026
08aa980
chore: clean up SAGE workspace, keep only SAGE-Pub
ShuhaoZhangTony Jan 25, 2026
051dc77
docs: add CLI plugin system documentation
ShuhaoZhangTony Jan 25, 2026
6681bc5
fix: correct gateway module name and restore studio backend port
ShuhaoZhangTony Jan 25, 2026
1e5c8b5
feat(kernel): extend timeouts for long-running distributed experiments
iliujunn Jan 26, 2026
569ee2b
Feat/pybinding api for sage service (#1415)
ShuhaoZhangTony Jan 27, 2026
9e4a563
feat(benchmark): add Workload4 distributed pipeline implementation
iliujunn Jan 28, 2026
5569c10
Fix/ci cd tests (#1419)
cybber695 Jan 28, 2026
7307d54
fix(sageflow): use file-based result collection for remote mode
ZeroJustMe Jan 28, 2026
c5888e3
fix(workload4): Add GraphMemoryService.search() method and fix GraphE…
iliujunn Jan 28, 2026
3f99119
refactor: consolidate benchmark code from nested package to root dire…
iliujunn Jan 28, 2026
85d7d34
chore: remove packages/sage-benchmark directory
iliujunn Jan 28, 2026
93e3cf5
Merge branch 'main-dev' into fix/sageflow-remote-mode-result-collection
ShuhaoZhangTony Jan 28, 2026
2034006
update copilot instruction
ShuhaoZhangTony Jan 29, 2026
3196358
fix: address pre-commit issues and clean up code
ShuhaoZhangTony Jan 30, 2026
f6efb50
fix(kernel): Issue #1418 - Fix data loss when upstream parallelism >= 2
ShuhaoZhangTony Jan 30, 2026
680cb9c
update workspace
ShuhaoZhangTony Jan 31, 2026
f009d88
fix(kernel): handle stop signals across upstream parallelism (#1422)
ShuhaoZhangTony Feb 1, 2026
edbbcc5
docs: update copilot instructions and reorganize benchmark docs
ShuhaoZhangTony Feb 6, 2026
f686644
feat: enhance sage-dev project clean command with node-modules and al…
ShuhaoZhangTony Feb 6, 2026
0a7a153
add tutorials
ShuhaoZhangTony Feb 6, 2026
b14ffcc
chore: apply lint fixes
ShuhaoZhangTony Feb 6, 2026
244b809
Move tutorials to independent repository (intellistream/sage-tutorials)
ShuhaoZhangTony Feb 6, 2026
f6c5f09
refactor: Move benchmark directory to independent repository
ShuhaoZhangTony Feb 6, 2026
57128d7
refactor: update module paths after benchmark repos split
ShuhaoZhangTony Feb 6, 2026
aa7dcab
feat(cli): add plugin system and update repository structure
ShuhaoZhangTony Feb 6, 2026
5e95234
fix(examples): sagellm_demo.py align StreamEvent to .content (protoco…
ShuhaoZhangTony Feb 7, 2026
722db73
refactor(embedding-server): improve local cache detection and offline…
ShuhaoZhangTony Feb 8, 2026
d1f9440
chore: remove mypy static type checker from all packages
ShuhaoZhangTony Feb 8, 2026
93fad11
chore: add unified pre-push hook with post-push PyPI publish
ShuhaoZhangTony Feb 11, 2026
780df16
fix: 修复 Issue #1429 - submodule 命令和 sage.middleware 导入问题
ShuhaoZhangTony Feb 12, 2026
777f5a8
fix: 修复 quickstart.sh 中 SAGE_SET_SKIP_SMUDGE 未定义的问题
ShuhaoZhangTony Feb 12, 2026
46298b2
chore: clean up migrated sage.apps/sage.benchmark references
ShuhaoZhangTony Feb 12, 2026
bdb784c
refactor(sage-tools): migrate dev tools to sage-dev-tools
ShuhaoZhangTony Feb 12, 2026
3907950
docs: Record sage-pypi-publisher as published PyPI tool
ShuhaoZhangTony Feb 12, 2026
1bde65b
feat: implement dynamic satellite repository cloning system
ShuhaoZhangTony Feb 12, 2026
e355751
feat: enhance satellite cloning with automatic branch switching
ShuhaoZhangTony Feb 12, 2026
65ebc9d
fix: show compilation progress for C++ extension packages during inst…
ShuhaoZhangTony Feb 12, 2026
0dff719
chore: bump all packages to version 0.2.4.12
ShuhaoZhangTony Feb 12, 2026
c1e2656
docs: update PyPI publishing instructions - emphasize sage-pypi-publi…
ShuhaoZhangTony Feb 12, 2026
dd7e3a2
docs: add NO SUMMARY DOCUMENTS rule to Copilot instructions
ShuhaoZhangTony Feb 12, 2026
a1e701e
fix: improve pre-push hooks PyPI check error handling
ShuhaoZhangTony Feb 12, 2026
ded87b9
docs: migrate docs-public to SAGE-Pub and update documentation policy
ShuhaoZhangTony Feb 13, 2026
49f56c8
docs: simplify root markdown files and update sage-kernel dependencies
ShuhaoZhangTony Feb 13, 2026
8d98f31
chore: bump sage-kernel and sage to 0.2.4.13
ShuhaoZhangTony Feb 13, 2026
f56e146
chore: add .mypy_cache to root directory whitelist
ShuhaoZhangTony Feb 13, 2026
4909820
docs: remove obsolete pip install extras from README
ShuhaoZhangTony Feb 13, 2026
5c75d75
fix(ci): allow isage-dev-tools in external dependencies and make Inte…
ShuhaoZhangTony Feb 14, 2026
58c4d22
ci(sagellm): 从mock backend改为CPU backend,使用isagellm自动管理依赖
ShuhaoZhangTony Feb 14, 2026
9a891cd
refactor: 简化安装脚本,移除手动依赖安装
ShuhaoZhangTony Feb 14, 2026
b49cd32
chore: pre-commit auto-fixes (trailing whitespace, mdformat)
ShuhaoZhangTony Feb 14, 2026
797b7ca
chore: mdformat auto-fixes (final batch)
ShuhaoZhangTony Feb 14, 2026
dfa6228
docs: 改进 sage-middleware README 以满足质量标准
ShuhaoZhangTony Feb 14, 2026
02d8c5b
fix(examples): 使用 sagellm Control Plane 替代 mockembedder
ShuhaoZhangTony Feb 14, 2026
65e4a3b
fix(middleware): 降低独立包依赖版本以匹配 PyPI 实际版本
ShuhaoZhangTony Feb 14, 2026
34b5923
fix(middleware): 修正 C++ 扩展包依赖版本,匹配 PyPI 实际版本
ShuhaoZhangTony Feb 14, 2026
6e3476a
fix: 修复 CI 安装失败 - 独立 PyPI 包未安装
ShuhaoZhangTony Feb 14, 2026
8628070
fix(ci): install dependencies in PEP 420 integration test
ShuhaoZhangTony Feb 14, 2026
f23166e
fix(test): 修复 CI 测试收集和运行时错误
ShuhaoZhangTony Feb 14, 2026
ecbcc15
refactor: rename sage_db to sage_vdb and align tests
ShuhaoZhangTony Feb 14, 2026
28c7b97
docs: consolidate changelog policy and clean dev-notes/copilot refere…
ShuhaoZhangTony Feb 14, 2026
f3067fd
docs: remove remaining copilot instruction files and docs policy cleanup
ShuhaoZhangTony Feb 14, 2026
3672daa
revert: restore copilot instruction files
ShuhaoZhangTony Feb 14, 2026
f0905d7
fix(test): 添加pytest.ini符号链接以注册自定义pytest标记
ShuhaoZhangTony Feb 14, 2026
f634d4f
fix: resolve sagellm CI test collection errors
ShuhaoZhangTony Feb 14, 2026
16d32b4
docs: update copilot publishing commands to publish workflow
ShuhaoZhangTony Feb 14, 2026
f302993
chore: update CI workflows, refactor tests, and improve examples
ShuhaoZhangTony Feb 14, 2026
4c994bd
chore: bump sage-tools version to 0.2.4.13
ShuhaoZhangTony Feb 14, 2026
910218f
fix bugs
ShuhaoZhangTony Feb 18, 2026
e943931
feat: define Flownet→SAGE migration boundary and layer ownership (#1430)
ShuhaoZhangTony Feb 19, 2026
6737020
feat(sage-kernel): Move Flow Declaration Layer into SAGE L3 Interface…
ShuhaoZhangTony Feb 19, 2026
30b04ea
feat(sage-kernel): add SAGE public facade API (create/submit/run/call)
ShuhaoZhangTony Feb 19, 2026
cfb37bb
feat: implement Flownet migration Wave A/B issues (#1433-#1439)
ShuhaoZhangTony Feb 19, 2026
d6f9430
feat(sage-platform): establish runtime protocol interface SAGE↔Flowne…
ShuhaoZhangTony Feb 19, 2026
fab1ac9
feat(context): consolidate ContextSlot API in sage-common, add 3-laye…
ShuhaoZhangTony Feb 19, 2026
458552c
refactor(ray→flownet): remove Ray runtime, complete Wave B/C migration
ShuhaoZhangTony Feb 19, 2026
fc09740
docs(platform): update RemoteEnvironment → FlownetEnvironment in READ…
ShuhaoZhangTony Feb 19, 2026
acfefea
feat(kernel): implement FlownetEnvironment + PipelineCompiler; delete…
ShuhaoZhangTony Feb 19, 2026
0ff8708
fix(kernel): update stale remote_environment.py path → flownet_enviro…
ShuhaoZhangTony Feb 19, 2026
f68abc1
feat(platform): align CLI runtime semantics with sageFlownet (issue #…
ShuhaoZhangTony Feb 19, 2026
b5da087
ci(quality): enforce cross-repo dedup gate with required sageFlownet …
ShuhaoZhangTony Feb 19, 2026
1c5d5bf
test(kernel): restructure migration suites into declaration/contract/…
ShuhaoZhangTony Feb 19, 2026
528d6ae
refactor(queue): remove legacy RayQueueDescriptor fallback import
ShuhaoZhangTony Feb 19, 2026
7b00edb
chore: commit current workspace changes
ShuhaoZhangTony Feb 19, 2026
20d6ff4
remove ray
ShuhaoZhangTony Feb 19, 2026
ad0e21a
feat(hooks): add monorepo support to pre-push hook
ShuhaoZhangTony Feb 19, 2026
15ae620
chore(agent): enable full-feature tools
ShuhaoZhangTony Feb 19, 2026
0a76134
fix(install): suppress false DEDUP logs for identical constraints
ShuhaoZhangTony Feb 19, 2026
42937b3
chore(install): align quickstart independent PyPI deps and agent inst…
ShuhaoZhangTony Feb 19, 2026
7fbfe13
docs(copilot): add pre-push hook auto-publish warning
ShuhaoZhangTony Feb 19, 2026
8e37718
chore(install): fix quickstart deps and workspace config
ShuhaoZhangTony Feb 19, 2026
6b53871
fix: correct isagellm version constraint from >=0.5.1.3 to >=0.5.1.2
ShuhaoZhangTony Feb 19, 2026
f60ff53
fix(install): add isage-finetune, isage-anns, isage-agentic-tooluse t…
ShuhaoZhangTony Feb 19, 2026
2644386
fix(deps): correct isagellm version constraint to >=0.5.1.2 (0.5.1.3 …
ShuhaoZhangTony Feb 19, 2026
0b1a6c1
fix(examples): clean Flownet API legacy usage and Ray wording
ShuhaoZhangTony Feb 19, 2026
6102273
refactor(kernel): align flownet runtime interfaces
ShuhaoZhangTony Feb 19, 2026
22bca6c
feat(runtime): add dual-tier API policy, parity tests, and backend ro…
ShuhaoZhangTony Feb 20, 2026
3695e81
chore: move all deps to core, add isage-pypi-publisher to dev extras
ShuhaoZhangTony Feb 20, 2026
13e8631
chore: update workspace config
ShuhaoZhangTony Feb 20, 2026
aa61411
feat(isage): add isage-flownet runtime dep; bump to 0.2.4.14
ShuhaoZhangTony Feb 20, 2026
6929b39
fix(isage): bump to 0.2.4.15, republish as cp311-none-any (fix cp310 …
ShuhaoZhangTony Feb 20, 2026
93a12e3
chore(isage): bump to 0.2.4.16 - fix py3-none-any wheel tag
ShuhaoZhangTony Feb 20, 2026
76d6857
chore(isage-cli): bump to 0.2.4.13
ShuhaoZhangTony Feb 20, 2026
681948f
chore(isage): add isage-cli dep; bump to 0.2.4.17
ShuhaoZhangTony Feb 20, 2026
377774f
feat(isage-cli): load sage.cli.plugins entry_points dynamically; bump…
ShuhaoZhangTony Feb 20, 2026
72ba774
feat(sage-cli): add plugin loading, fix rich dep; cleanup duplicate code
ShuhaoZhangTony Feb 20, 2026
d7c93f2
chore(isage): bump common/kernel deps and release versions
ShuhaoZhangTony Feb 20, 2026
d464080
chore(deps): raise transformers floor to 4.53.2
ShuhaoZhangTony Feb 20, 2026
f68e6f5
fix(cli): handle missing sagellm __version__ in llm info
ShuhaoZhangTony Feb 21, 2026
2ee1d53
docs: reduce markdown footprint and archive key policy in changelog
ShuhaoZhangTony Feb 21, 2026
6f97e2f
fix(cli): harden inference/embedding startup and expand tests
ShuhaoZhangTony Feb 21, 2026
7948035
refactor(cli): unify runtime helpers for inference gateway embedding
ShuhaoZhangTony Feb 21, 2026
a79e907
refactor(cli): extract shared pid state helpers
ShuhaoZhangTony Feb 21, 2026
4ba47ba
refactor(cli): extract shared json state helpers
ShuhaoZhangTony Feb 21, 2026
404ab01
refactor(cli): extract shared http probe helpers
ShuhaoZhangTony Feb 21, 2026
dd1baf3
chore: add new repos to workspace (sage-amms, sage-edge, sage-privacy…
ShuhaoZhangTony Feb 24, 2026
aeb6e45
docs: condense copilot-instructions.md to compact version
ShuhaoZhangTony Feb 24, 2026
35cb88b
chore(agents): standardize copilot-instructions and agent tools to ca…
ShuhaoZhangTony Feb 24, 2026
1843ef5
fix(sage-common): embedding_server: load safetensors when only safete…
ShuhaoZhangTony Feb 24, 2026
e5665ec
chore: enforce no-new-venv policy in copilot/agent instructions
ShuhaoZhangTony Feb 24, 2026
912a543
Merge branch 'main-dev' of github.com:intellistream/SAGE into main-dev
ShuhaoZhangTony Feb 24, 2026
bbcccb5
fix(examples): repair unified_inference_client_example.py (closes #1449)
ShuhaoZhangTony Feb 26, 2026
43300b1
fix(sage-common): fail-fast preflight checks in unified_inference_cli…
ShuhaoZhangTony Feb 26, 2026
918bad3
fix(sage-cli): replace removed GatewayConfig/GatewayServer with creat…
ShuhaoZhangTony Feb 26, 2026
ed7bc9d
chore: align quickstart UX and docs with sagellm-first workflow
ShuhaoZhangTony Feb 26, 2026
1456e49
fix(install): correct SAGE version detection and auto-reinstall flow
ShuhaoZhangTony Feb 26, 2026
d9be126
refactor(ports): restructure SagePorts — rename BENCHMARK_* to SAGELL…
ShuhaoZhangTony Feb 27, 2026
5602da2
fix bugs
ShuhaoZhangTony Feb 27, 2026
69267e4
fix(arch): resolve layer violations P0.1–P0.4 and enforce CI checks
ShuhaoZhangTony Feb 27, 2026
6f81073
chore(sage-common): convert to monorepo stub → intellistream/sage-common
ShuhaoZhangTony Feb 27, 2026
023074e
feat(templates): add update-deps.yml, release pipeline dispatch docs …
ShuhaoZhangTony Feb 27, 2026
cf332e9
feat(meta): slim SAGE to pure meta entry package (isage) (#1466)
ShuhaoZhangTony Feb 27, 2026
f92ae7c
chore(meta): remove migrated package code from monorepo (#1466 followup)
ShuhaoZhangTony Feb 27, 2026
78e8708
docs(readme): restructure SAGE Ecosystem section with categorized rep…
ShuhaoZhangTony Feb 27, 2026
e399bec
fix(readme): correct Build & Test badge URL to ci-build-test.yml
ShuhaoZhangTony Feb 27, 2026
2b17e84
feat(profiling): add hot-path profiling infrastructure closes #1467
ShuhaoZhangTony Feb 27, 2026
56bccb9
docs(readme): fix split-architecture description and CI badge URLs
ShuhaoZhangTony Feb 27, 2026
0c11002
docs(readme): clarify what pip install isage bundles vs truly optiona…
ShuhaoZhangTony Feb 27, 2026
5d7e620
docs(readme): correct package installation guidance for layer-integra…
ShuhaoZhangTony Feb 27, 2026
49aa79c
docs(readme): mark finetune/privacy as layer-integrated by default
ShuhaoZhangTony Feb 27, 2026
227865a
feat(deps): include isagellm in core isage dependencies
ShuhaoZhangTony Feb 27, 2026
fd5e58b
chore(meta): refresh workspace map and pytest collection scope
ShuhaoZhangTony Feb 27, 2026
c63e2fa
chore: rename sage-team-info workspace entry to include [meta] label
ShuhaoZhangTony Feb 28, 2026
13b8738
refactor(install): consolidate quickstart modes to standard/dev
ShuhaoZhangTony Feb 28, 2026
bb98ccc
refactor(install): remove dead monorepo logic, polyrepo meta-package …
ShuhaoZhangTony Feb 28, 2026
7ea7d4f
fix(doctor): wire fix_python_version for Python version issue
ShuhaoZhangTony Feb 28, 2026
4e49d66
fix(quickstart): fix final confirmation cancelling on Y input
ShuhaoZhangTony Feb 28, 2026
c41785b
fix(install): stream pip output to terminal instead of silencing it
ShuhaoZhangTony Feb 28, 2026
35c4952
chore: update all sub-package dependency pins to latest PyPI versions
ShuhaoZhangTony Feb 28, 2026
aab5cc4
chore: remove standalone benchmark repos from workspace (each has its…
ShuhaoZhangTony Feb 28, 2026
efcd419
chore: restore sage-benchmark to workspace (SAGE integration tests)
ShuhaoZhangTony Feb 28, 2026
e8d05c2
chore: unify hooks (canonical pre-commit, post-commit, pre-push)
ShuhaoZhangTony Feb 28, 2026
4a7805b
chore: enforce never-create-.venv policy in copilot instructions
ShuhaoZhangTony Mar 1, 2026
2592885
chore(deps): raise isage-middleware floor to 0.2.4.31
ShuhaoZhangTony Mar 1, 2026
2195264
chore(workspace): relabel sagellm layer numbers — core L2→L4, control…
ShuhaoZhangTony Mar 1, 2026
cd2d097
chore(workspace): sagellm-comm L1→L2, sagellm-backend L3→L2, reorder
ShuhaoZhangTony Mar 1, 2026
ac41f42
chore: update pre-push hook, CI workflow, docs; fix hook .github allo…
ShuhaoZhangTony Mar 1, 2026
afa658c
chore: update quickstart, version, and dependency alignment
ShuhaoZhangTony Mar 1, 2026
c82072f
chore: bump isage-middleware to >=0.2.4.32 (drop accelerate/peft/torc…
ShuhaoZhangTony Mar 1, 2026
56cd5a8
feat: add 3-mode installation (standard/full/dev)
ShuhaoZhangTony Mar 1, 2026
9bf8201
chore: align installer and dependency pins for sagellm-only embeddings
ShuhaoZhangTony Mar 1, 2026
52fd3bb
chore: pin isage-middleware to 0.2.4.35
ShuhaoZhangTony Mar 1, 2026
adf821f
fix(quickstart): keep dev mode free of torch/cuda deps
ShuhaoZhangTony Mar 1, 2026
097d0a9
fix(hooks): robust publisher command fallback
ShuhaoZhangTony Mar 1, 2026
b3a6c35
fix(quickstart): restore dev=full+dev and drop unnecessary torch deps
ShuhaoZhangTony Mar 1, 2026
18cb4c2
fix(quickstart): replace removed sage-dev maintain doctor check
ShuhaoZhangTony Mar 2, 2026
c3281d2
feat(quickstart): dev auto-clone and editable-install all satellite r…
ShuhaoZhangTony Mar 2, 2026
bac122f
fix(quickstart): uninstall editable sage docs package during cleanup
ShuhaoZhangTony Mar 2, 2026
92bb9d3
feat(quickstart): improve install flow and layer checks
ShuhaoZhangTony Mar 2, 2026
29b5302
update
ShuhaoZhangTony Mar 2, 2026
d1855b4
fix(hooks): fix pre-push publish for monorepo layout (SAGE meta-package)
ShuhaoZhangTony Mar 2, 2026
24f97e6
style: apply mdformat to markdown files
ShuhaoZhangTony Mar 2, 2026
9afe607
chore: bump version to 0.2.4.22
ShuhaoZhangTony Mar 2, 2026
777fc7e
fix: capture exit code before echo in hook failure branch
ShuhaoZhangTony Mar 3, 2026
d1e17f6
fix: capture exit code before echo in hook failure branch
ShuhaoZhangTony Mar 3, 2026
899a19f
merge(pr1420): resolve conflicts by keeping main-dev tree
ShuhaoZhangTony Mar 3, 2026
45cb282
docs: fix tutorial references to sage-tutorials repo
ShuhaoZhangTony Mar 3, 2026
bbefed7
fix(quickstart): avoid abort when one auto-fix fails
ShuhaoZhangTony Mar 3, 2026
5bdefd1
Merge branch 'main-dev' of github.com:intellistream/SAGE into main-dev
ShuhaoZhangTony Mar 3, 2026
4199761
docs(developer): update LocalEnvironment import path in examples
ShuhaoZhangTony Mar 3, 2026
72e9652
chore: sync all local workspace changes
ShuhaoZhangTony Mar 3, 2026
8379bea
fix(ci): repair four failing CI workflows
ShuhaoZhangTony Mar 3, 2026
d8f80bf
feat(quickstart): post-install sage doctor health check
ShuhaoZhangTony Mar 4, 2026
5f3546b
fix(deps): add isage-libs-intent, isage-sias, isage-neuromem; bump mi…
ShuhaoZhangTony Mar 4, 2026
59ecb96
feat(install/conda): interactive Miniforge3 install guide + bashrc au…
KimmoZAG Mar 5, 2026
999dd01
fix(clone): retry satellite repo cloning up to 3x with visible error …
KimmoZAG Mar 5, 2026
9112681
fix(pre-commit): convert all network-dependent hooks to local/system;…
KimmoZAG Mar 6, 2026
db50e56
chore: bump isage-middleware to 0.2.4.47, add isage-rag>=0.3.0
ShuhaoZhangTony Mar 7, 2026
62c13f2
chore: remove sage-vida and flutty from workspace (independent repos)
ShuhaoZhangTony Mar 7, 2026
433c80c
docs(sage): update external package profiling references
ShuhaoZhangTony Mar 7, 2026
b1757fd
feat(sage): merge isage-dev-tools into SAGE meta; remove sageTSDB bui…
ShuhaoZhangTony Mar 7, 2026
2ffeb00
build(deps): keep only full/dev extras and move sias into full
ShuhaoZhangTony Mar 7, 2026
d2328a0
refactor(cleanup): remove duplicated sage.dev impl/dev and web_ui/web…
ShuhaoZhangTony Mar 7, 2026
4734d2b
refactor(cleanup): remove duplicated sage.dev impl/dev and web_ui/web…
ShuhaoZhangTony Mar 7, 2026
3082d39
chore: bump version to 0.2.4.33
ShuhaoZhangTony Mar 7, 2026
a028caa
chore(workspace): add sage-tools/sage-benchmark, remove decommissione…
ShuhaoZhangTony Mar 7, 2026
5aeec53
chore(workspace): remove sage-tools, label sage-studio [L5]
ShuhaoZhangTony Mar 7, 2026
f8b801e
chore(meta): sync docs, workspace, and maintenance cleanup
ShuhaoZhangTony Mar 8, 2026
64d232f
refactor(meta): remove legacy docs-public tooling remnants
ShuhaoZhangTony Mar 8, 2026
7b0ddf4
refactor(meta): remove legacy docs-public tooling remnants
ShuhaoZhangTony Mar 8, 2026
b7cb10a
docs(meta): centralize docs in sage-docs
ShuhaoZhangTony Mar 8, 2026
35907ec
feat(core): consolidate foundation runtime and serving surfaces
ShuhaoZhangTony Mar 12, 2026
59e003b
chore: expand satellite workspace coverage
ShuhaoZhangTony Mar 12, 2026
5fabc4c
chore: remove neuromem from workspace
ShuhaoZhangTony Mar 12, 2026
857cf16
chore: bump isage version to 0.3.1
ShuhaoZhangTony Mar 12, 2026
623f95b
chore: remove memory benchmark from workspace
ShuhaoZhangTony Mar 13, 2026
0c300d7
chore: bump isage version to 0.3.2
ShuhaoZhangTony Mar 13, 2026
7b1b7a7
chore: bump version to 0.3.2.1, fix pre-commit hooks
KimmoZAG Mar 17, 2026
a205b07
chore: bump version to 0.3.2.2 (pre-push version gate)
KimmoZAG Mar 17, 2026
8164b37
merge: sync main into main-dev to resolve PR #1417 conflicts
ShuhaoZhangTony Mar 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 4 additions & 6 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ ALIBABA_API_KEY=
# Huawei Pangu API Key
PANGU_API_KEY=your_pangu_api_key_here

# vLLM API Key (for local/self-hosted vLLM services)
# For local vLLM servers, you can use a simple token or leave empty if no auth is required
# Example: token-abc123 for development, or empty string for no authentication
VLLM_API_KEY=token-abc123
VLLM_BASE_URL=http://localhost:8000/v1
VLLM_MODEL_NAME=meta-llama/Llama-2-13b-chat-hf
# SageLLM local endpoint (recommended local inference)
SAGELLM_API_KEY=EMPTY
SAGELLM_BASE_URL=http://localhost:8901/v1
SAGELLM_MODEL_NAME=Qwen/Qwen2.5-7B-Instruct

# Web Search API Key (for searcher tool in multiagent)
WEB_SEARCH_API_KEY=your_web_search_api_key_here
Expand Down
145 changes: 0 additions & 145 deletions .github/COPILOT_SETUP.md

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/documentation_request.md

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/enhancement_request.md

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/refactor_request.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Pull Request

## Summary

- What changed:
- Why:

## Scope

- In scope:
- Out of scope:

## Boundary & Dependency Checklist (Mandatory)

- [ ] Change preserves strict layer direction: `L5 -> L4 -> L3 -> L2 -> L1`
- [ ] No compatibility shim / re-export / fallback added
- [ ] Capability ownership is explicit for independent sub-repos (including `sagellm`); no in-repo re-embedding
- [ ] If touching capability families (`neuromem`/`sageVDB`/`sageFlow`/`sageTSDB`/`sagellm`), ownership and rollout order are explicitly stated
- [ ] Algorithm-only contracts remain separate from runtime/service-bound implementation
- [ ] No new `ray` import/dependency (Flownet-first)
- [ ] Any dependency addition is necessary for current layer responsibilities

## No-Compatibility-Layer Self-Check (Mandatory)

- [ ] No dual-path import pattern (`try new_path -> except old_path`)
- [ ] No compatibility alias wrappers kept for migration convenience
- [ ] Call sites are updated directly to canonical import path
- [ ] On missing dependency/path, behavior is fail-fast (no silent fallback)

## Evidence

- Related issue(s):
- Code paths touched:
- Verification commands and key output:

## Risk & Rollback

- Risk:
- Rollback plan:
Loading
Loading