Rename predict to run #2925
feat: reclaim 'cog run' for predictions, deprecate 'cog predict'
0268e213
feat: support 'run:' key in cog.yaml alongside 'predict:'
7e339573
feat: add BaseRunner with run() method to Python SDK
f855a393
feat: detect run() vs predict() in Rust coglet
11c70986
feat: schema parser tries run() before predict()
e2170844
feat: cog init generates run.py with BaseRunner
de3141c8
test: rename predict->run in integration tests
3d5c6e0e
test: add backwards compatibility integration tests
ce50efd1
docs: update all docs to use run/Runner/BaseRunner as primary
311a07d5
chore: regenerate CLI docs, llms.txt, and apply rust fmt
5d86228d
fix: walk MRO for method detection, fix return type, warn on ambiguou…
20b28b67
fix: revert legacy test, use &'static str for method name, fix wsl2 docs
e118403b
fix: review cleanup - validation, schema desc, template comment, MRO …
1af85f08
fix: remove needless borrows after &'static str change
222a226b
merge: resolve conflict with main (setup_is_async + predict_method_name)
b4b57944
refactor: collapse BaseRunner/BasePredictor into single class with alias
7baa3e55
fix: CI failures - update test assertion, fix no_predictor match, rus…
98260692
markphelps
marked this pull request as ready for review 55 days ago
fix: address review findings (2 medium, 5 low)
6728a5af
fix: tighten no_predictor test assertion, mark predict schema deprecated
2fc8930a
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub