-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: jolovicdev/blackgeorge
Releases · jolovicdev/blackgeorge
v1.2.5
@github-actions
github-actions
6dbf0c1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- fix: harden resume and context handling by @jolovicdev in #21
Full Changelog: v1.2.4...v1.2.5
Assets 5
v1.2.4
fix: ensure storage_dir is always created so SQLiteSessionStore can open desk.db_path in session tests
Full Changelog: v1.2.3...v1.2.4
Assets 5
v1.2.3
@jolovicdev
jolovicdev
ea2a9ed
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.2.3
Features
- LiteLLM retry support (
num_retries): Addednum_retriesparameter toDeskandRunConfig. Passed through to LiteLLM for automatic retry on transient failures (rate limits, timeouts, 5xx). Explicitly set to0to disable retries.
Refactoring
- Desk: Centralized
_make_run_configand_finalize_run— eliminated ~180 lines of duplication acrossrun/arun/resume/aresume. SQLite storage dir is now created lazily (only when no customrun_storeis provided). - Flow: Extracted shared
_run_stepshelper — deduplicated RunConfig construction and step execution logic between_runand_resume. - worker_context: Extracted
_summarize_messages_impl/_asummarize_messages_impland_apply_context_summary_impl/_aapply_context_summary_impl— cut ~200 lines of mirrored sync/async logic. - LiteLLM adapter: Extracted
_attempt_schema_completion/_aattempt_schema_completion,_json_object_fallback_result,_parse_completion_response. - async_utils: Centralized
ensure_not_running_loop— removed duplicate copies fromworker_runner_helpers.pyandworkforce.py.
Bug Fixes
- Desk.arun(): Properly passes
drain_handlerstoWorkforce.arun(), fixing orphaned pending event handlers.
Assets 2
v1.2.2
Full Changelog: v1.2.1...v1.2.2
Assets 5
v1.2.1
@github-actions
github-actions
7bb225f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 5
v1.2.0
@github-actions
github-actions
d1decec
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 5
v1.1.9
What's Changed
- feat: add custom exceptions, runconfig, eventtype enum and async work... by @jolovicdev in #17
Full Changelog: v1.1.8...v1.1.9
Assets 5
v1.1.8
@github-actions
github-actions
cc0ebdd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 5
v1.1.7
Assets 5
v1.1.6
@github-actions
github-actions
8455427
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- experimental/1.1.6 by @jolovicdev in #13
- chore: format worker_runner with ruff by @jolovicdev in #14
Full Changelog: v1.1.5...v1.1.6