- _submit_background and _prefetch_provider: replace unreadable (lambda inner: (lambda: ctx.run(inner)))(fn) with functools.partial(ctx.run, fn) - from_env(): set config_path=resolve_config_path() so bound_config_path() doesn't re-resolve from ContextVar on daemon threads (the exact bug the PR fixes for from_global_config) Review follow-ups for salvaged PR #83525. |
||
|---|---|---|
| .. | ||
| byterover | ||
| hindsight | ||
| holographic | ||
| honcho | ||
| mem0 | ||
| openviking | ||
| retaindb | ||
| supermemory | ||
| __init__.py | ||
| config_schema.py | ||
| query_rewrite.py | ||