-
Notifications
You must be signed in to change notification settings - Fork 27
Pull requests: OpenGradient/OpenGradient-SDK
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
docs: add Quick Summary for Developers section to README
#276
opened Apr 10, 2026 by
ygd58
Contributor
Loading…
fix(examples): reuse existing LLM instance in langchain_react_agent.py
#274
opened Apr 10, 2026 by
verseon0980
Loading…
fix(deps): add missing requests-toolbelt dependency to pyproject.toml
#273
opened Apr 10, 2026 by
verseon0980
Loading…
fix: four bugs in cli.py - streaming crash, plaintext private key, dead code, tool_choice default
#272
opened Apr 9, 2026 by
verseon0980
Loading…
fix(async): replace time.sleep with asyncio.sleep in ensure_opg_approval
#271
opened Apr 9, 2026 by
verseon0980
Loading…
fix: use async ensure_opg_approval in llm_chat example
#270
opened Apr 9, 2026 by
verseon0980
Loading…
make Twins.chat() async to prevent event loop blocking
#268
opened Apr 9, 2026 by
verseon0980
Loading…
replace legacy gasPrice with EIP-1559 fee fields in Alpha client
#267
opened Apr 9, 2026 by
verseon0980
Loading…
fix: use LLM.from_url() when llm_server_url is provided
#262
opened Apr 8, 2026 by
giwaov
Contributor
Loading…
fix: restrict config file permissions to owner-only (0o600)
#261
opened Apr 8, 2026 by
giwaov
Contributor
Loading…
fix: close old HTTP client in RegistryTEEConnection.reconnect()
#260
opened Apr 8, 2026 by
teyrebaz33
Loading…
fix: remove unused json_tensors dead variable in convert_to_model_input()
#259
opened Apr 8, 2026 by
teyrebaz33
Loading…
fix: add _get_model_id() helper to prevent IndexError on missing '/' separator
#258
opened Apr 8, 2026 by
teyrebaz33
Loading…
test: add unit tests for client/_utils.py (get_abi, get_bin, run_with_retry)
#254
opened Apr 7, 2026 by
crazywriter1
Loading…
3 tasks done
feat: add native gas pre-flight check and update unit tests
#243
opened Apr 7, 2026 by
DanFrolov
Loading…
docs: add error handling examples for ML inference
#241
opened Apr 5, 2026 by
addnad
Contributor
Loading…
feat: implement Pydantic v2 validation and unit tests for alpha infer…
#240
opened Apr 4, 2026 by
DanFrolov
Loading…
fix: replace garbled UTF-8 arrow characters in WINDOWS_INSTALL.md
#239
opened Apr 4, 2026 by
bigeez
Loading…
fix: Add missing requests-toolbelt and langchain-core dependencies
#238
opened Apr 4, 2026 by
Kewe63
Loading…
fix: replace print() with logger.warning() in new_workflow() and _register_with_scheduler()
#235
opened Apr 3, 2026 by
amathxbt
Contributor
Loading…
fix: add missing chainId to inference transaction in _send_tx_with_revert_handling()
#234
opened Apr 3, 2026 by
amathxbt
Contributor
Loading…
fix: guard json.loads() in JSON tensor parsing — prevent hard crash on None or malformed tensor values
#233
opened Apr 3, 2026 by
amathxbt
Contributor
Loading…
fix: correct misleading log, swallowed exception, and HTTP client leak in RegistryTEEConnection.reconnect()
#232
opened Apr 3, 2026 by
amathxbt
Contributor
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.