Jan Vlnas

Results 76 comments of Jan Vlnas

Prototype here https://github.com/jnv/bakeryjs-middlewares-prototype

Though I wonder whether we could avoid these mappings completely or move them to a different layer? The biggest disadvantage with current solution is that you need to re-scan components...

trace_events does support custom categories: https://developer.ibm.com/tutorials/create-and-view-custom-trace-data-in-user-nodejs-code/

I understand the issue of testing, although I don't think it is in conflict with validation prior to running flow. I don't know how you can provide an initial input...

By the way, I've found two workarounds: Fix the import in [yeagerai_agent.py](https://github.com/yeagerai/yeagerai-agent/blob/27671911af214ac5f6b402527ee42beab4a330cd/yeagerai/agent/yeagerai_agent.py#L8): ```patch -from langchain.callbacks import CallbackManager +from langchain.callbacks.manager import CallbackManager ``` or, when using pipx, inject older LangChain version...

@szymczakk Wait for preview release? https://github.com/microsoft/OpenAPI.NET/issues/795#issuecomment-1994528711