You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop phantom memtomem runtime dependency — pyproject.toml listed memtomem>=0.1,<0.2 as a runtime dep, violating the "no Python-level dependency on core" invariant. Removed along with 17 transitive packages (including langfuse which was accidentally pulled in via this path). Langfuse is now correctly available only through memtomem-stm[langfuse] optional extra.
New
Langfuse proxy_call span — ProxyManager.call_tool() wrapped in a Langfuse observation when configured