issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java language:Java linked:pr
Filter by
5.8M results
Context
Release automation should verify built package artifacts before publishing.
Relevant file:
- .github/workflows/release.yml
Problem
Malformed source distributions or wheels may be published ...
🔨 리팩토링
현재 service-admin은 단일 DataSource로 온프레미스 PostgreSQL에 연결되어 있어, 상품(catalog 스키마) 데이터와 어드민/BNPL/주문(core 스키마) 데이터가 같은 DB에 저장된다.
상품 데이터를 AWS RDS로 이관하기 위해 service-admin에 Dual DataSource를 구성하고, service-catalog도 ...
🔨 Refactor
Context
Release automation should verify that the Git tag and package metadata agree.
Relevant files:
- .github/workflows/release.yml
- pyproject.toml
Problem
A release tag can drift from the ...
Context
CI/release workflows currently expose model provider secrets broadly.
Relevant files:
- .github/workflows/ci.yml
- .github/workflows/release.yml
Problem
Default checks should not require ...
Context
The package public API currently exports private helper functions for OpenAI tool conversion.
Relevant file:
- src/boltzstack_engine/__init__.py
Problem
Private helper exports make internal ...
Context
Trace tools are useful, but trace durability and payload policy are not yet explicit.
Relevant files:
- src/boltzstack_engine/tracing/store.py
- src/boltzstack_engine/core/runner.py
Problem ...
Context
Hydration currently uses a narrow path syntax for selecting values inside structured payloads.
Relevant file:
- src/boltzstack_engine/hydration/engine.py
Problem
Real tool results often ...
Context
The brain runtime and IO toolkit have blocking poll paths without an explicit timeout policy.
Relevant files:
- src/boltzstack_engine/brain/runtime.py
- src/boltzstack_engine/io/toolkit.py ...
Context
Provider adapters create OpenAI clients, but the public runtime does not define who owns closing those clients.
Relevant files:
- src/boltzstack_engine/model_adapters/openai.py
- src/boltzstack_engine/chat/openai_model.py ...
Context
The provider stream abstraction is blocking from the runtime perspective.
Relevant file:
- src/boltzstack_engine/core/providers.py
Problem
Long-running or stalled model streams cannot be ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.