Commit History

fix: use lora_alpha instead of alpha for PEFT compatibility
bff708c

walidsobhie-code commited on

fix: set train_split to 0.999 to avoid train_test_split integer edge case
3ee5310

walidsobhie-code commited on

fix: remove bitsandbytes dependency to fix Kaggle CUDA compatibility
bfe21f8

walidsobhie-code commited on

feat: standalone training and merge scripts for Kaggle
d863fcd

walidsobhie-code commited on

fix: add synthetic data fallback when training-data not available
51896e7

walidsobhie-code commited on

fix: use correct input_path key for train_lora and ensure data path is correct
33e3770

walidsobhie-code commited on

fix: update Kaggle notebook with proper data handling and training configuration
058de92

walidsobhie-code commited on

fix: change to /kaggle/working before cloning to avoid directory error
8f0e2c5

walidsobhie-code Claude Opus 4.6 commited on

fix: support input_path in train_lora for JSONL files
fb43392

walidsobhie-code Claude Opus 4.6 commited on

fix: Kaggle notebook typo - os.chdir
2ea2bcc

walidsobhie-code Claude Opus 4.6 commited on

fix: add train_dir and eval_dir to config for Kaggle
24de6c8

walidsobhie-code commited on

fix: fix git clone command in Kaggle notebook
6a2254e

walidsobhie-code Claude Opus 4.6 commited on

fix: update Kaggle notebook with self-contained cells
78417b9

walidsobhie-code Claude Opus 4.6 commited on

docs: update README with training options and RTMP extraction
f268fb6

walidsobhie-code Claude Opus 4.6 commited on

feat: add Kaggle training notebook
1c64613

walidsobhie-code Claude Opus 4.6 commited on

feat: combine RTMP tools with main training data
9ce0c00

walidsobhie-code Claude Opus 4.6 commited on

feat: add RTMP tool extraction scripts
30d572f

walidsobhie-code Claude Opus 4.6 commited on

feat: add local training script for Mac MPS
444c0e7

walidsobhie-code Claude Opus 4.6 commited on

fix: skip model download to avoid crashes
fd566cb

walidsobhie-code Claude Opus 4.6 commited on

fix: skip model download if it exists, avoid crashes
a6de582

walidsobhie-code Claude Opus 4.6 commited on

fix: add retry logic for git clone
57be99c

walidsobhie-code Claude Opus 4.6 commited on

fix: define all paths in first cell for kernel restart safety
f90ca5c

walidsobhie-code Claude Opus 4.6 commited on

fix: add imports to each cell for robustness
9008611

walidsobhie-code Claude Opus 4.6 commited on

fix: create sample data if real data not found in repo
468b3cf

walidsobhie-code commited on

refactor: simplify notebook with single ROOT_DIR variable
de15016

walidsobhie-code Claude Opus 4.6 commited on

fix: use different base path to avoid nested directory issue
389f026

walidsobhie-code Claude Opus 4.6 commited on

fix: force fresh clone to get latest script fixes
a9f935e

walidsobhie-code Claude Opus 4.6 commited on

fix: handle nested directory and data path issues
2f44834

walidsobhie-code Claude Opus 4.6 commited on

fix: add nested directory detection and auto-fix
8c5fec7

walidsobhie-code Claude Opus 4.6 commited on

fix: correct data path from training-data/final to data/final
12c2955

walidsobhie-code Claude Opus 4.6 commited on

fix: add error checking and absolute paths for config and data
235cb20

walidsobhie-code Claude Opus 4.6 commited on

fix: use absolute paths and fix bitsandbytes version
c98eba8

walidsobhie-code Claude Opus 4.6 commited on

fix: syntax errors in notebook and create_mini_dataset script
2c32ffd

walidsobhie-code Claude Opus 4.6 commited on

fix: update notebook for Colab T4 GPU training
e31f34c

walidsobhie-code Claude Opus 4.6 commited on

Fix colab training notebook for local Mac MPS training
e5ae26c

walidsobhie-code Claude Opus 4.6 commited on

docs: Add official launch plan
d083607

walidsobhie-code Claude Opus 4.6 commited on

feat: Add free deployment support for Stack 2.9
239da7a

walidsobhie-code Claude Opus 4.6 commited on

refactor: Squeeze folders further - cleaner structure
65888d5

walidsobhie-code Claude Opus 4.6 commited on

refactor: Clean up project structure - fewer root folders
99a7be2

walidsobhie-code Claude Opus 4.6 commited on

feat: add TypeScript modules and reorganize project structure
bfc7d04

walidsobhie-code Claude Opus 4.6 commited on

feat: zero-cost Colab training pipeline and proper evaluation
49ffe54

walidsobhie-code commited on

feat: Together AI integration complete
0908455

walidsobhie-code commited on

Address critical gaps: 1) Create comprehensive TOOLS.md with all 38 tools including parameters, examples, and JSON schema. 2) Fix get_tool_schemas() to auto-generate accurate schemas using inspect. 3) Fix architecture diagram alignment in ARCHITECTURE.md. 4) Remove vague 'autonomous sub-agents' claim from README; clarify enhancement sourcing. Verified cloud deployment scripts (RunPod/Vast) exist and are documented in stack-2.9-deploy/README.md.
5f0fbdd

walidsobhie-code commited on

Update README: add requested badges (Apache 2.0, OpenRouter, Hugging Face, HumanEval, MBPP) and acknowledge sub-agent enhancements
3bc915b

walidsobhie-code commited on

Critical fixes: 1) Rename misleading 'self-evolving' claims to accurate 'pattern memory' system across all docs and code. 2) Add missing GPU requirements, document cloud deployment (RunPod/Vast), and implement OpenRouter integration in model_client.py with factory support. 3) Document 37 built-in tools with full schemas in docs/tools.md. 4) Expose fraudulent evaluation scores (76.8% HumanEval, 82.3% MBPP, 94.1% Tool Use), remove them from README/BENCHMARKS/website, add EVALUATION.md audit report, and deprecation warnings to flawed eval scripts. Also updated HuggingFace Space demo with correct terminology.
2088481

walidsobhie-code commited on

docs: Add GitHub topics manifest
6a89842

walidsobhie-code commited on

docs: Complete restructure README like premium AI products
e89db64

walidsobhie-code Claude Opus 4.6 commited on

feat: Complete Stack 2.9 TUI with benchmarks and pattern management
f80360c

walidsobhie-code Claude Opus 4.6 commited on

feat: Add evaluation and pattern management to CLI
35682cb

walidsobhie-code Claude Opus 4.6 commited on

feat: Add GSM8K math benchmark with model integration
f4fd1fb

walidsobhie-code Claude Opus 4.6 commited on