Suhas Deshpande
72ba5d5bbd
udpates version to 0.1.35 ( #1323 )
2025-02-08 10:49:53 -08:00
Ran Shemtov
5bc97b858b
fix: broaden langchain-openai versions restriction ( #1314 )
2025-02-07 14:15:02 +01:00
Ran Shemtov
06f9f35405
feat: support message based lg interrupt with convenience function ( #1305 )
2025-02-06 18:13:05 +01:00
Ran Shemtov
7114d92b5e
fix: fastapi no thread pool ( #1303 )
2025-02-04 18:17:34 +01:00
Ran Shemtov
7b3141d3a9
feat: langgraph interrupt hook ( #1273 )
2025-02-04 17:32:42 +01:00
Markus Ecker
7df4f0ed74
Release Python SDK
2025-01-20 18:05:18 +01:00
Markus Ecker
926499bb4e
Load agent state ( #1251 )
2025-01-20 16:53:51 +01:00
Markus Ecker
7e80ef0a2a
import TypedDict from typing_extensions ( #1152 )
2025-01-09 15:06:12 +01:00
Ran Shemtov
280c25ab91
Fix/loosen langchain anthropic requirement ( #1199 )
2025-01-08 14:12:41 +01:00
Markus Ecker
8521f217c1
bump version
2025-01-08 11:31:29 +01:00
Markus Ecker
1b47092b43
CoAgents v0.3 ( #1193 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com >
Co-authored-by: Ariel Weinberger <Weinberger.Ariel@gmail.com >
2025-01-07 19:48:51 -06:00
Ran Shemtov
ea6ffae2da
chore: release python sdk v0.1.30 ( #1091 )
2024-12-12 15:56:24 +01:00
Ran Shemtov
fe8a514e7d
fix: increase time of waiting on async force fix ( #1088 )
2024-12-12 15:34:46 +01:00
Ran Shemtov
8d8f82ac1c
Chore: release py sdk ( #1064 )
...
* chore(python-sdk): release version 0.1.29
* chore(demos): update all demos to use latest python sdk version
2024-12-10 15:08:22 +01:00
Ran Shemtov
75cb5ce110
fix(python-sdk): fix intermediate state not emitting until next async fn ( #1063 )
2024-12-10 14:26:53 +01:00
Ariel Weinberger
da86e929c5
Release 1.4.0 ( #1039 )
...
* exit pre mode
* version bump to 1.4.0
* update 1.4.0 changelog
* fix formatting
* fix poetry lockfile
* temporarily remove backend action validation from test
* attempt to make test less flaky
---------
Co-authored-by: Suhas Deshpande <suhas2u@gmail.com >
2024-12-06 14:00:05 -06:00
Markus Ecker
d2a7ca7d13
bump version
2024-12-06 19:52:06 +01:00
Markus Ecker
dd48edfe0f
use AsyncTavilyClient everywhere in python code
2024-12-03 13:59:29 +01:00
Ran Shemtov
75a82b0e80
fix: use langgraph version set by consumer in python sdk ( #1003 )
...
* fix: use LG version from consumer
* publish new python sdk alpha version
2024-12-02 14:06:04 +01:00
Ran Shemtov
9468014edd
fix: fix emitted state being overridden by llm calls ( #994 )
...
* fix: fix emitted state being overridden by llm calls
* fix: align state continueity with python sdk implementation
2024-11-29 16:04:06 +01:00
Ran Shemtov
85f781ffed
Fix/new streaming system ( #990 )
...
* fix: add new langgraph streaming protocol
* fix: go to the next chunk after receiving a manually emitted state
* chore: update all packages
---------
Co-authored-by: Markus Ecker <markus.ecker@gmail.com >
2024-11-28 15:05:39 +01:00
Markus Ecker
da591db825
stream via adispatch_custom_event ( #983 )
2024-11-27 16:31:19 +01:00
Ran Shemtov
f6fab281ae
feat: langgraph cloud ( #918 )
...
* feat(runtime): rename remoteActions argument to remoteEndpoints
* feat(remote-actions): integrate langgraph-cloud as a remote action for CoAgents
* feat(runtime): rename remoteActions argument to remoteEndpoints
* feat(remote-actions): integrate langgraph-cloud as a remote action for CoAgents
* feat(sdk-js): add SDK for LangGraph JS support
---------
Co-authored-by: Markus Ecker <markus.ecker@gmail.com >
Co-authored-by: Ariel Weinberger <weinberger.ariel@gmail.com >
2024-11-27 13:31:58 +01:00
Markus Ecker
806ac8112f
rename LangGraphAgent.agent -> graph ( #932 )
2024-11-18 13:41:52 +01:00
Ariel Weinberger
cd8ff1bdc6
feat(python-sdk): add to monorepo ( #908 )
2024-11-12 18:59:33 -06:00