langgraph-executor 0.0.1a8__tar.gz → 0.0.1a9__tar.gz
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.
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/.gitignore +3 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/PKG-INFO +2 -2
- langgraph_executor-0.0.1a9/langgraph_executor/__init__.py +1 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/pyproject.toml +2 -2
- langgraph_executor-0.0.1a8/langgraph_executor/__init__.py +0 -1
- langgraph_executor-0.0.1a8/langgraph_executor/setup.sh +0 -29
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/README.md +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/client/__init__.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/client/patch.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/client/utils.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/common.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/example.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/execute_task.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/executor.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/executor_base.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/extract_graph.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/info_logger.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/__init__.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2_grpc.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2_grpc.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2_grpc.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2_grpc.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2_grpc.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2_grpc.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2_grpc.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2_grpc.pyi +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/py.typed +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/serde.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/server.py +0 -0
- {langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/stream_utils.py +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: langgraph-executor
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1a9
|
4
4
|
Summary: LangGraph python RPC server executable by the langgraph-go orchestrator.
|
5
5
|
Requires-Python: >=3.11
|
6
6
|
Requires-Dist: grpcio>=1.73.1
|
7
7
|
Requires-Dist: langgraph>=0.6.5
|
8
|
-
Requires-Dist: protobuf
|
8
|
+
Requires-Dist: protobuf<7,>=6.31.1
|
9
9
|
Requires-Dist: psutil>=7.0.0
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.0.1a9"
|
@@ -11,7 +11,7 @@ readme = "README.md"
|
|
11
11
|
requires-python = ">=3.11"
|
12
12
|
dependencies = [
|
13
13
|
"grpcio>=1.73.1",
|
14
|
-
"protobuf>=
|
14
|
+
"protobuf>=6.31.1,<7",
|
15
15
|
"langgraph>=0.6.5",
|
16
16
|
"psutil>=7.0.0",
|
17
17
|
]
|
@@ -99,4 +99,4 @@ patterns = ["*.py", "../api/**/*.py"]
|
|
99
99
|
# https://docs.pytest.org/en/7.1.x/reference/reference.html
|
100
100
|
# --strict-config any warnings encountered while parsing the `pytest`
|
101
101
|
# section of the configuration file raise errors.
|
102
|
-
addopts = "--strict-markers --strict-config --durations=5 -vv"
|
102
|
+
addopts = "--strict-markers --strict-config --durations=5 -vv"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.0.1a8"
|
@@ -1,29 +0,0 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
echo "Setting up Python environment..."
|
4
|
-
|
5
|
-
# Create virtual environment if it doesn't exist
|
6
|
-
if [ ! -d ".venv" ]; then
|
7
|
-
echo "Creating virtual environment..."
|
8
|
-
python -m venv .venv
|
9
|
-
fi
|
10
|
-
|
11
|
-
# Activate virtual environment
|
12
|
-
source .venv/bin/activate
|
13
|
-
|
14
|
-
# Install dependencies
|
15
|
-
echo "Installing dependencies..."
|
16
|
-
python -m pip install -r requirements.txt
|
17
|
-
|
18
|
-
# Deactivate environment
|
19
|
-
deactivate
|
20
|
-
|
21
|
-
# Generate protobuf files
|
22
|
-
# echo "Generating Python protobuf files..."
|
23
|
-
# source .venv/bin/activate
|
24
|
-
# ./generate_proto.sh
|
25
|
-
|
26
|
-
echo "Python setup complete!"
|
27
|
-
echo ""
|
28
|
-
echo "To activate the environment:"
|
29
|
-
echo " source .venv/bin/activate"
|
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/client/__init__.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/client/patch.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/client/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/execute_task.py
RENAMED
File without changes
|
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/executor_base.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/extract_graph.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2.pyi
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/executor_pb2_grpc.py
RENAMED
File without changes
|
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2.pyi
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2_grpc.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/graph_pb2_grpc.pyi
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2.pyi
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2_grpc.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/runtime_pb2_grpc.pyi
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2.pyi
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2_grpc.py
RENAMED
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/pb/types_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{langgraph_executor-0.0.1a8 → langgraph_executor-0.0.1a9}/langgraph_executor/stream_utils.py
RENAMED
File without changes
|