copilotkit 0.1.75a5__py3-none-any.whl → 0.1.75a7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,6 @@ Example:
15
15
  """
16
16
 
17
17
  from typing import Any, Callable, Awaitable, ClassVar, List
18
- from typing_extensions import NotRequired
19
18
 
20
19
  from langchain_core.messages import AIMessage
21
20
  from langchain.agents.middleware import (
@@ -36,7 +35,8 @@ class CopilotKitState:
36
35
  context: List[CopilotContextItem]
37
36
 
38
37
  # Private state for CopilotKit middleware
39
- copilotkit: NotRequired[dict[str, Any]]
38
+ intercepted_tool_calls: Any
39
+ original_ai_message_id: Any
40
40
 
41
41
  class StateSchema(AgentState):
42
42
  copilotkit: CopilotKitState
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: copilotkit
3
- Version: 0.1.75a5
3
+ Version: 0.1.75a7
4
4
  Summary: CopilotKit python SDK
5
5
  License: MIT
6
6
  Keywords: copilot,copilotkit,langgraph,langchain,ai,langsmith,langserve
@@ -1,7 +1,7 @@
1
1
  copilotkit/__init__.py,sha256=22bUXudklMop9r1DYkecCaTiHbj_m0Wf4txOU-yfSI4,859
2
2
  copilotkit/action.py,sha256=bg_bPusEfN8TMQV1B3lVyMLbHyLn1E7yVYAvfE2_PXA,1691
3
3
  copilotkit/agent.py,sha256=e-jPsUQo18FOYUPdE3YNmSLcb5FEfWL6ARScOntyvb8,1663
4
- copilotkit/copilotkit_lg_middleware.py,sha256=LlLlRxX9ws8JDRJAALPnRJVi1-0nBEcRBeO-w0WuixE,5859
4
+ copilotkit/copilotkit_lg_middleware.py,sha256=QyOGRFhJK6I8Qxm8qRzRRQ4TppiV2l9qVtVjgUaDGwQ,5837
5
5
  copilotkit/crewai/__init__.py,sha256=RAkBTwDpFuvD5prULUnoWdl5d8W373cm1ZlqOMeSGbY,1034
6
6
  copilotkit/crewai/copilotkit_integration.py,sha256=vd1LVhXo-cpA4PQ_-cZHdKgm67MvrHpx4VJweUvCzPE,14550
7
7
  copilotkit/crewai/crewai_agent.py,sha256=maoMnl0WIHUnFAK5ALUKD9z0GvjtfNGi31zi37LyyaE,15323
@@ -21,6 +21,6 @@ copilotkit/runloop.py,sha256=9pBqWeu4QCRPOizz00se1d0_BvCX3ZIABzNeiXhdyNM,10641
21
21
  copilotkit/sdk.py,sha256=VEQqA9QAXJS5MDLxtJJdtfrApX9EawCHzp-IXnat5vw,11882
22
22
  copilotkit/types.py,sha256=_YQluiHpJGGXYB4eWLk0EocDZp5C8rs3ZsMNFhmXEYU,972
23
23
  copilotkit/utils.py,sha256=rOAaaFBXgb3iv_cLH9S2steyGwHmnTjaxQTA53qdtQo,203
24
- copilotkit-0.1.75a5.dist-info/METADATA,sha256=mCEps29kaADNPa1eQwgUtfhn1UpO0L-eY4Mgly9J2VU,2606
25
- copilotkit-0.1.75a5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
26
- copilotkit-0.1.75a5.dist-info/RECORD,,
24
+ copilotkit-0.1.75a7.dist-info/METADATA,sha256=KkmmXPRzE_Ojmfqg0DTs6PuQiJ0v3kDL-RPZfCQBVoo,2606
25
+ copilotkit-0.1.75a7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
26
+ copilotkit-0.1.75a7.dist-info/RECORD,,