Frederik Durant

Results 3 issues of Frederik Durant

I'm trying out the brand new Voyage reranker using the [voyageai==0.2.3](https://pypi.org/project/voyageai/) Python client. When calling > reranking = vo.rerank(query, documents, model="rerank-lite-1", top_k=3) it would be super handy to pass in...

## What does this PR do? This PR aims to solve a bug in `sdk-python/copilotkit/langgraph_agent.py` where the agent does not resume execution in the correct `node_name` of the graph after...

### ♻️ Reproduction Steps 1. I'm running a `LangGraphAgent` agent via `CopilotKitRemoteEndpoint` 2. The agent has a node called `interrupted_node` with an `langgraph.types.interrupt` 3. After the interrupt has triggered, the...

bug