Nuno Campos
Nuno Campos
The idea is this should be a stable, unique id for the execution, so it can be used eg. for caching or making side effects idempotent. It should change if...
Hi Do you think it's feasible to add support for incremental materialisation to external location? Ie. extending the external materialisation to support incremental semantics. Namely I was thinking of the...
- [ ] Decide on what to do with interrupt_before arg
Depends on https://github.com/langchain-ai/langchain/pull/17745 Final step will be to add a graphviz-based draw method (like https://github.com/langchain-ai/langgraph/pull/71) in langchain-core Produces graphs like this ``` +-----------+ | __start__ | +-----------+ * * *...
- (API will change, this is a draft) - Add .score() method on checkpointer to mark checkpoints as "good" - Add .list_w_score() method on checkpointer to list "good" checkpoints -...