langgraph-agent-toolkit 0.4.2__tar.gz → 0.4.3__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_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/workflows/deploy.yml +16 -1
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/workflows/sphinx.yml +1 -1
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/CHANGELOG.md +6 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/PKG-INFO +13 -11
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/README.md +9 -7
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/pyproject.toml +5 -5
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_service.py +1 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/uv.lock +33 -26
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.coveragerc +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.dockerignore +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/RELEASE_TEMPLATE/release-template.md +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/codecov.yml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/dependabot.yml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/scripts/tag_from_pyproject.sh +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/workflows/release.yml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/workflows/test.yml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.gitignore +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.pre-commit-config.yaml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.project-root +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/CONTRIBUTING.md +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/LICENSE +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/Makefile +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/clickhouse/.clickhouse.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/langfuse/.langfuse.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/litellm/.litellm.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/litellm/config.example.yaml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/minio/.minio.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/postgres/.postgres.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/redis/.redis.env.example +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docker/app/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docker/service/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docker-compose.yaml +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/.gitignore +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/Makefile +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/_static/custom.css +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/_templates/class.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/_templates/layout.html +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/_templates/module.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/conf.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/contributing.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/environment_setup.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/index.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/installation.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/make.bat +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/media/agent_architecture.excalidraw +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/media/agent_architecture.png +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/media/agent_diagram.png +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/media/logo.svg +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/usage.rst +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph.json +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/task.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/utils.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/chatbot/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/chatbot/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/command_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/command_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/react/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/react/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/react_so/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/react_so/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/components/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/components/creators/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/components/creators/create_react_agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/components/tools.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/agents/components/utils.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/client/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/client/client.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/memory/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/memory/base.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/memory/factory.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/memory/postgres.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/memory/sqlite.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/memory/types.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/models/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/models/chat_openai.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/models/factory.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/models/fake.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/base.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/empty.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/factory.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/langfuse.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/langsmith.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/observability/types.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/prompts/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/prompts/chat_prompt_template.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/core/settings.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/helper/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/helper/constants.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/helper/logging.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/helper/types.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/helper/utils.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/run_agent.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/run_client.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/run_service.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/schema/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/schema/models.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/schema/schema.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/schema/task_data.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/__init__.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/exception_handlers.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/factory.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/handler.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/middleware.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/routes.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/types.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/service/utils.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/postgres-init/create_databases.sql +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/01-invoke-proxy.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/02-test-local-pm.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/03-test-langfuse-pm.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/04-test-langsmith-pm.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/05-test-prompt-types.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/06-test-custom-chat-prompt-template.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/07-test-get-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/08-test-update-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/09-test-clear-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/agents/test_agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/agents/test_service_streaming.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/app/conftest.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/app/test_streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/client/conftest.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/client/test_client.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/conftest.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/core/test_llm.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/core/test_memory.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/core/test_observability.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/core/test_prompts.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/core/test_settings.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/integration/test_docker_e2e.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/conftest.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_auth.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_factory.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_service_e2e.py +0 -0
- {langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_utils.py +0 -0
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/workflows/deploy.yml
RENAMED
|
@@ -5,16 +5,29 @@ on:
|
|
|
5
5
|
branches:
|
|
6
6
|
- main
|
|
7
7
|
workflow_dispatch:
|
|
8
|
+
inputs:
|
|
9
|
+
deploy_enabled:
|
|
10
|
+
description: 'Enable deployment (set to "true" to deploy)'
|
|
11
|
+
required: true
|
|
12
|
+
default: "false"
|
|
13
|
+
type: choice
|
|
14
|
+
options:
|
|
15
|
+
- "false"
|
|
16
|
+
- "true"
|
|
8
17
|
|
|
9
18
|
jobs:
|
|
10
19
|
test:
|
|
11
20
|
# Don't try to run deployment in forks and repo copies
|
|
12
|
-
if: github.repository == '
|
|
21
|
+
if: github.repository == 'kryvokhyzha/langgraph-agent-toolkit'
|
|
13
22
|
uses: ./.github/workflows/test.yml
|
|
14
23
|
|
|
15
24
|
build:
|
|
16
25
|
runs-on: ubuntu-latest
|
|
17
26
|
needs: [test]
|
|
27
|
+
# Skip build if not manually triggered with deploy_enabled=true
|
|
28
|
+
if:
|
|
29
|
+
github.event_name == 'workflow_dispatch' &&
|
|
30
|
+
github.event.inputs.deploy_enabled == 'true'
|
|
18
31
|
|
|
19
32
|
steps:
|
|
20
33
|
- uses: actions/checkout@v4
|
|
@@ -42,6 +55,8 @@ jobs:
|
|
|
42
55
|
deploy:
|
|
43
56
|
runs-on: ubuntu-latest
|
|
44
57
|
needs: build
|
|
58
|
+
# This job will only run if build job runs and succeeds
|
|
59
|
+
if: always() && needs.build.result == 'success'
|
|
45
60
|
|
|
46
61
|
steps:
|
|
47
62
|
- name: Deploy to Azure Web App
|
|
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to
|
|
7
7
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
8
8
|
|
|
9
|
+
## [0.4.3]
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
|
|
13
|
+
- Project dependencies
|
|
14
|
+
|
|
9
15
|
## [0.4.2]
|
|
10
16
|
|
|
11
17
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langgraph-agent-toolkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Full toolkit for running an AI agent service built with LangGraph, FastAPI and Streamlit
|
|
5
5
|
Project-URL: documentation, https://kryvokhyzha.github.io/langgraph-agent-toolkit
|
|
6
6
|
Project-URL: repository, https://github.com/kryvokhyzha/langgraph-agent-toolkit
|
|
@@ -28,14 +28,14 @@ Requires-Dist: grpcio>=1.68.0
|
|
|
28
28
|
Requires-Dist: httpx~=0.28.1
|
|
29
29
|
Requires-Dist: jinja2~=3.1.6
|
|
30
30
|
Requires-Dist: jiter~=0.9.0
|
|
31
|
-
Requires-Dist: joblib
|
|
31
|
+
Requires-Dist: joblib>=1.4.2
|
|
32
32
|
Requires-Dist: langchain-community~=0.3.21
|
|
33
33
|
Requires-Dist: langchain-core~=0.3.52
|
|
34
34
|
Requires-Dist: langgraph-checkpoint-postgres~=2.0.19
|
|
35
35
|
Requires-Dist: langgraph-checkpoint-sqlite~=2.0.6
|
|
36
36
|
Requires-Dist: langgraph-cli[inmem]~=0.2.3
|
|
37
37
|
Requires-Dist: langgraph-supervisor~=0.0.16
|
|
38
|
-
Requires-Dist: langgraph~=0.
|
|
38
|
+
Requires-Dist: langgraph~=0.4.1
|
|
39
39
|
Requires-Dist: loguru~=0.7.3
|
|
40
40
|
Requires-Dist: multidict>6.3.2
|
|
41
41
|
Requires-Dist: numpy~=1.26.4; python_version <= '3.12'
|
|
@@ -49,7 +49,7 @@ Requires-Dist: pyowm~=3.3.0
|
|
|
49
49
|
Requires-Dist: python-dotenv~=1.1.0
|
|
50
50
|
Requires-Dist: rootutils>=1.0.7
|
|
51
51
|
Requires-Dist: setuptools>=75.6.0
|
|
52
|
-
Requires-Dist: streamlit~=1.
|
|
52
|
+
Requires-Dist: streamlit~=1.45.0
|
|
53
53
|
Requires-Dist: uvicorn~=0.34.0
|
|
54
54
|
Requires-Dist: watchdog~=6.0.0
|
|
55
55
|
Provides-Extra: all-backends
|
|
@@ -101,7 +101,7 @@ Requires-Dist: uvicorn~=0.34.2; extra == 'uvicorn-backend'
|
|
|
101
101
|
Description-Content-Type: text/markdown
|
|
102
102
|
|
|
103
103
|
<div align="center">
|
|
104
|
-
<img alt="LangGraph Agent Toolkit Logo" src="https://
|
|
104
|
+
<img alt="LangGraph Agent Toolkit Logo" src="https://raw.githubusercontent.com/kryvokhyzha/langgraph-agent-toolkit/main/docs/media/logo.svg" width="300">
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
---
|
|
@@ -111,7 +111,7 @@ Description-Content-Type: text/markdown
|
|
|
111
111
|
| | |
|
|
112
112
|
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
113
113
|
| CI/Testing | [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/actions/workflows/test.yml) [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/actions/workflows/sphinx.yml) [](https://codecov.io/gh/kryvokhyzha/langgraph-agent-toolkit) |
|
|
114
|
-
| Package | [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/pyproject.toml) |
|
|
115
115
|
| Meta | [](https://github.com/astral-sh/ruff) [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/LICENSE) |
|
|
116
116
|
|
|
117
117
|
<!-- [](https://langgraph-agent-toolkit.streamlit.app/) -->
|
|
@@ -213,7 +213,7 @@ For detailed installation instructions and available extras, see the
|
|
|
213
213
|
|
|
214
214
|
## 🏗️ Architecture
|
|
215
215
|
|
|
216
|
-
<img src="https://
|
|
216
|
+
<img src="https://raw.githubusercontent.com/kryvokhyzha/langgraph-agent-toolkit/main/docs/media/agent_architecture.png" width="800">
|
|
217
217
|
|
|
218
218
|
<a name="key-features"></a>
|
|
219
219
|
|
|
@@ -284,11 +284,13 @@ Docker setup, using the AgentClient, and local development, see the
|
|
|
284
284
|
|
|
285
285
|
## 📚 Documentation
|
|
286
286
|
|
|
287
|
-
Full documentation is available
|
|
287
|
+
Full documentation is available at
|
|
288
|
+
[GitHub repository](https://github.com/kryvokhyzha/langgraph-agent-toolkit/tree/main/docs/)
|
|
289
|
+
and includes:
|
|
288
290
|
|
|
289
|
-
- [Installation Guide](docs/installation.rst)
|
|
290
|
-
- [Environment Setup](docs/environment_setup.rst)
|
|
291
|
-
- [Usage Guide](docs/usage.rst)
|
|
291
|
+
- [Installation Guide](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/docs/installation.rst)
|
|
292
|
+
- [Environment Setup](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/docs/environment_setup.rst)
|
|
293
|
+
- [Usage Guide](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/docs/usage.rst)
|
|
292
294
|
|
|
293
295
|
<a name="useful-resources"></a>
|
|
294
296
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img alt="LangGraph Agent Toolkit Logo" src="https://
|
|
2
|
+
<img alt="LangGraph Agent Toolkit Logo" src="https://raw.githubusercontent.com/kryvokhyzha/langgraph-agent-toolkit/main/docs/media/logo.svg" width="300">
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
---
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| | |
|
|
10
10
|
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
11
11
|
| CI/Testing | [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/actions/workflows/test.yml) [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/actions/workflows/sphinx.yml) [](https://codecov.io/gh/kryvokhyzha/langgraph-agent-toolkit) |
|
|
12
|
-
| Package | [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://pypi.org/project/langgraph-agent-toolkit/) [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/pyproject.toml) |
|
|
13
13
|
| Meta | [](https://github.com/astral-sh/ruff) [](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/LICENSE) |
|
|
14
14
|
|
|
15
15
|
<!-- [](https://langgraph-agent-toolkit.streamlit.app/) -->
|
|
@@ -111,7 +111,7 @@ For detailed installation instructions and available extras, see the
|
|
|
111
111
|
|
|
112
112
|
## 🏗️ Architecture
|
|
113
113
|
|
|
114
|
-
<img src="https://
|
|
114
|
+
<img src="https://raw.githubusercontent.com/kryvokhyzha/langgraph-agent-toolkit/main/docs/media/agent_architecture.png" width="800">
|
|
115
115
|
|
|
116
116
|
<a name="key-features"></a>
|
|
117
117
|
|
|
@@ -182,11 +182,13 @@ Docker setup, using the AgentClient, and local development, see the
|
|
|
182
182
|
|
|
183
183
|
## 📚 Documentation
|
|
184
184
|
|
|
185
|
-
Full documentation is available
|
|
185
|
+
Full documentation is available at
|
|
186
|
+
[GitHub repository](https://github.com/kryvokhyzha/langgraph-agent-toolkit/tree/main/docs/)
|
|
187
|
+
and includes:
|
|
186
188
|
|
|
187
|
-
- [Installation Guide](docs/installation.rst)
|
|
188
|
-
- [Environment Setup](docs/environment_setup.rst)
|
|
189
|
-
- [Usage Guide](docs/usage.rst)
|
|
189
|
+
- [Installation Guide](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/docs/installation.rst)
|
|
190
|
+
- [Environment Setup](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/docs/environment_setup.rst)
|
|
191
|
+
- [Usage Guide](https://github.com/kryvokhyzha/langgraph-agent-toolkit/blob/main/docs/usage.rst)
|
|
190
192
|
|
|
191
193
|
<a name="useful-resources"></a>
|
|
192
194
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langgraph-agent-toolkit"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.3"
|
|
8
8
|
description = "Full toolkit for running an AI agent service built with LangGraph, FastAPI and Streamlit"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Roman Kryvokhyzha", email = "kriwohizha@gmail.com" }, { name = "Joshua Carroll", email = "carroll.joshk@gmail.com" }]
|
|
@@ -36,7 +36,7 @@ dependencies = [
|
|
|
36
36
|
"jiter ~= 0.9.0",
|
|
37
37
|
"langchain-core ~= 0.3.52",
|
|
38
38
|
"langchain-community ~= 0.3.21",
|
|
39
|
-
"langgraph ~= 0.
|
|
39
|
+
"langgraph ~= 0.4.1",
|
|
40
40
|
"langgraph-cli[inmem] ~= 0.2.3",
|
|
41
41
|
"langgraph-checkpoint-sqlite ~= 2.0.6",
|
|
42
42
|
"langgraph-checkpoint-postgres ~= 2.0.19",
|
|
@@ -51,9 +51,9 @@ dependencies = [
|
|
|
51
51
|
"pyowm ~= 3.3.0",
|
|
52
52
|
"python-dotenv ~= 1.1.0",
|
|
53
53
|
"setuptools >= 75.6.0",
|
|
54
|
-
"streamlit ~= 1.
|
|
54
|
+
"streamlit ~= 1.45.0",
|
|
55
55
|
"watchdog ~= 6.0.0",
|
|
56
|
-
"joblib
|
|
56
|
+
"joblib >= 1.4.2",
|
|
57
57
|
"uvicorn ~= 0.34.0",
|
|
58
58
|
"loguru ~= 0.7.3",
|
|
59
59
|
"fire ~= 0.7.0",
|
|
@@ -80,7 +80,7 @@ client = [
|
|
|
80
80
|
"httpx ~= 0.28.1",
|
|
81
81
|
"pydantic ~= 2.11.1",
|
|
82
82
|
"python-dotenv ~= 1.1.0",
|
|
83
|
-
"streamlit ~= 1.
|
|
83
|
+
"streamlit ~= 1.45.0",
|
|
84
84
|
"watchdog ~= 6.0.0",
|
|
85
85
|
]
|
|
86
86
|
|
|
@@ -1568,23 +1568,24 @@ wheels = [
|
|
|
1568
1568
|
|
|
1569
1569
|
[[package]]
|
|
1570
1570
|
name = "langgraph"
|
|
1571
|
-
version = "0.
|
|
1571
|
+
version = "0.4.2"
|
|
1572
1572
|
source = { registry = "https://pypi.org/simple" }
|
|
1573
1573
|
dependencies = [
|
|
1574
1574
|
{ name = "langchain-core" },
|
|
1575
1575
|
{ name = "langgraph-checkpoint" },
|
|
1576
1576
|
{ name = "langgraph-prebuilt" },
|
|
1577
1577
|
{ name = "langgraph-sdk" },
|
|
1578
|
+
{ name = "pydantic" },
|
|
1578
1579
|
{ name = "xxhash" },
|
|
1579
1580
|
]
|
|
1580
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1581
|
+
sdist = { url = "https://files.pythonhosted.org/packages/de/ae/c93fc1bd7bbe0e6d0664abc53e385db2efd22808d18d215a06fe03395e61/langgraph-0.4.2.tar.gz", hash = "sha256:5f85aca630359f9bdbe68563599305fa4a291186b36942e1456533a308349b04", size = 125287, upload-time = "2025-05-07T01:38:47.011Z" }
|
|
1581
1582
|
wheels = [
|
|
1582
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1583
|
+
{ url = "https://files.pythonhosted.org/packages/83/b0/f88b5d7f54767c6e47dddc42bb9c0ec881ab2044f055120f6be2384e4317/langgraph-0.4.2-py3-none-any.whl", hash = "sha256:59666217bfc3888d5de2a525468ed8c9ffc0a9346039f941502edcc0410d876c", size = 151073, upload-time = "2025-05-07T01:38:45.228Z" },
|
|
1583
1584
|
]
|
|
1584
1585
|
|
|
1585
1586
|
[[package]]
|
|
1586
1587
|
name = "langgraph-agent-toolkit"
|
|
1587
|
-
version = "0.4.
|
|
1588
|
+
version = "0.4.3"
|
|
1588
1589
|
source = { editable = "." }
|
|
1589
1590
|
dependencies = [
|
|
1590
1591
|
{ name = "duckduckgo-search" },
|
|
@@ -1717,7 +1718,7 @@ requires-dist = [
|
|
|
1717
1718
|
{ name = "httpx", specifier = "~=0.28.1" },
|
|
1718
1719
|
{ name = "jinja2", specifier = "~=3.1.6" },
|
|
1719
1720
|
{ name = "jiter", specifier = "~=0.9.0" },
|
|
1720
|
-
{ name = "joblib", specifier = "
|
|
1721
|
+
{ name = "joblib", specifier = ">=1.4.2" },
|
|
1721
1722
|
{ name = "langchain-anthropic", marker = "extra == 'all-llms'", specifier = "~=0.3.12" },
|
|
1722
1723
|
{ name = "langchain-anthropic", marker = "extra == 'anthropic'", specifier = "~=0.3.12" },
|
|
1723
1724
|
{ name = "langchain-aws", marker = "extra == 'all-llms'", specifier = "~=0.2.22" },
|
|
@@ -1738,7 +1739,7 @@ requires-dist = [
|
|
|
1738
1739
|
{ name = "langchain-openai", marker = "extra == 'openai'", specifier = "~=0.3.12" },
|
|
1739
1740
|
{ name = "langfuse", marker = "extra == 'all-observability'", specifier = "~=2.60.3" },
|
|
1740
1741
|
{ name = "langfuse", marker = "extra == 'langfuse'", specifier = "~=2.60.3" },
|
|
1741
|
-
{ name = "langgraph", specifier = "~=0.
|
|
1742
|
+
{ name = "langgraph", specifier = "~=0.4.1" },
|
|
1742
1743
|
{ name = "langgraph-checkpoint-postgres", specifier = "~=2.0.19" },
|
|
1743
1744
|
{ name = "langgraph-checkpoint-sqlite", specifier = "~=2.0.6" },
|
|
1744
1745
|
{ name = "langgraph-cli", extras = ["inmem"], specifier = "~=0.2.3" },
|
|
@@ -1760,7 +1761,7 @@ requires-dist = [
|
|
|
1760
1761
|
{ name = "python-dotenv", specifier = "~=1.1.0" },
|
|
1761
1762
|
{ name = "rootutils", specifier = ">=1.0.7" },
|
|
1762
1763
|
{ name = "setuptools", specifier = ">=75.6.0" },
|
|
1763
|
-
{ name = "streamlit", specifier = "~=1.
|
|
1764
|
+
{ name = "streamlit", specifier = "~=1.45.0" },
|
|
1764
1765
|
{ name = "uvicorn", specifier = "~=0.34.0" },
|
|
1765
1766
|
{ name = "uvicorn", marker = "extra == 'all-backends'", specifier = "~=0.34.2" },
|
|
1766
1767
|
{ name = "uvicorn", marker = "extra == 'uvicorn-backend'", specifier = "~=0.34.2" },
|
|
@@ -1774,7 +1775,7 @@ client = [
|
|
|
1774
1775
|
{ name = "httpx", specifier = "~=0.28.1" },
|
|
1775
1776
|
{ name = "pydantic", specifier = "~=2.11.1" },
|
|
1776
1777
|
{ name = "python-dotenv", specifier = "~=1.1.0" },
|
|
1777
|
-
{ name = "streamlit", specifier = "~=1.
|
|
1778
|
+
{ name = "streamlit", specifier = "~=1.45.0" },
|
|
1778
1779
|
{ name = "watchdog", specifier = "~=6.0.0" },
|
|
1779
1780
|
]
|
|
1780
1781
|
dev = [
|
|
@@ -1790,7 +1791,7 @@ dev = [
|
|
|
1790
1791
|
|
|
1791
1792
|
[[package]]
|
|
1792
1793
|
name = "langgraph-api"
|
|
1793
|
-
version = "0.1.
|
|
1794
|
+
version = "0.1.23"
|
|
1794
1795
|
source = { registry = "https://pypi.org/simple" }
|
|
1795
1796
|
dependencies = [
|
|
1796
1797
|
{ name = "cloudpickle" },
|
|
@@ -1800,6 +1801,7 @@ dependencies = [
|
|
|
1800
1801
|
{ name = "langchain-core" },
|
|
1801
1802
|
{ name = "langgraph" },
|
|
1802
1803
|
{ name = "langgraph-checkpoint" },
|
|
1804
|
+
{ name = "langgraph-runtime-inmem" },
|
|
1803
1805
|
{ name = "langgraph-sdk" },
|
|
1804
1806
|
{ name = "langsmith" },
|
|
1805
1807
|
{ name = "orjson" },
|
|
@@ -1811,22 +1813,22 @@ dependencies = [
|
|
|
1811
1813
|
{ name = "uvicorn" },
|
|
1812
1814
|
{ name = "watchfiles" },
|
|
1813
1815
|
]
|
|
1814
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1816
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c8/12/81bd0da727e7e7a890c4873329d643d24748517416d6269b5848276f4349/langgraph_api-0.1.23.tar.gz", hash = "sha256:e978b3c8ef0f0f4808c35525dac4a55ff2de898ad533457a872b5464eb7e6fd6", size = 191793, upload-time = "2025-04-30T23:31:53.771Z" }
|
|
1815
1817
|
wheels = [
|
|
1816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1818
|
+
{ url = "https://files.pythonhosted.org/packages/25/3b/8ac1361868f3af288dfa90f3b54dbdc1fdc642e449f4a66b6f4146c2e7af/langgraph_api-0.1.23-py3-none-any.whl", hash = "sha256:61a4ce49f12348118a19005412761d57940b10364d55d79562eac79eec5cea79", size = 227529, upload-time = "2025-04-30T23:31:52.375Z" },
|
|
1817
1819
|
]
|
|
1818
1820
|
|
|
1819
1821
|
[[package]]
|
|
1820
1822
|
name = "langgraph-checkpoint"
|
|
1821
|
-
version = "2.0.
|
|
1823
|
+
version = "2.0.25"
|
|
1822
1824
|
source = { registry = "https://pypi.org/simple" }
|
|
1823
1825
|
dependencies = [
|
|
1824
1826
|
{ name = "langchain-core" },
|
|
1825
1827
|
{ name = "ormsgpack" },
|
|
1826
1828
|
]
|
|
1827
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1829
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c5/72/d49828e6929cb3ded1472aa3e5e4a369d292c4f21021ac683d28fbc8f4f8/langgraph_checkpoint-2.0.25.tar.gz", hash = "sha256:77a63cab7b5f84dec1d49db561326ec28bdd48bcefb7fe4ac372069d2609287b", size = 36952, upload-time = "2025-04-26T21:00:43.5Z" }
|
|
1828
1830
|
wheels = [
|
|
1829
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1831
|
+
{ url = "https://files.pythonhosted.org/packages/12/52/bceb5b5348c7a60ef0625ab0a0a0a9ff5d78f0e12aed8cc55c49d5e8a8c9/langgraph_checkpoint-2.0.25-py3-none-any.whl", hash = "sha256:23416a0f5bc9dd712ac10918fc13e8c9c4530c419d2985a441df71a38fc81602", size = 42312, upload-time = "2025-04-26T21:00:42.242Z" },
|
|
1830
1832
|
]
|
|
1831
1833
|
|
|
1832
1834
|
[[package]]
|
|
@@ -1891,41 +1893,46 @@ wheels = [
|
|
|
1891
1893
|
|
|
1892
1894
|
[[package]]
|
|
1893
1895
|
name = "langgraph-runtime-inmem"
|
|
1894
|
-
version = "0.0.
|
|
1896
|
+
version = "0.0.9"
|
|
1895
1897
|
source = { registry = "https://pypi.org/simple" }
|
|
1896
1898
|
dependencies = [
|
|
1897
1899
|
{ name = "blockbuster" },
|
|
1900
|
+
{ name = "langgraph" },
|
|
1901
|
+
{ name = "langgraph-checkpoint" },
|
|
1902
|
+
{ name = "sse-starlette" },
|
|
1903
|
+
{ name = "starlette" },
|
|
1904
|
+
{ name = "structlog" },
|
|
1898
1905
|
]
|
|
1899
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1906
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d4/d7/9cbdca13070821067c5a761649984c7180ab15fc5b541b1ead1aa4bb2f9d/langgraph_runtime_inmem-0.0.9.tar.gz", hash = "sha256:dac377ba0228e0fdc406ad505db1de6ace12c1e3908e07b08508db78cdcd58e8", size = 23337, upload-time = "2025-05-02T22:03:54.618Z" }
|
|
1900
1907
|
wheels = [
|
|
1901
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1908
|
+
{ url = "https://files.pythonhosted.org/packages/f7/b6/eff5ab98c309d3014446a7b7733b16f7781cb310033036077f72640a606c/langgraph_runtime_inmem-0.0.9-py3-none-any.whl", hash = "sha256:8d71df0b3b70142012346f8a309df84bbc4baadaeb9c045d95fd363681bbf08f", size = 27587, upload-time = "2025-05-02T22:03:53.143Z" },
|
|
1902
1909
|
]
|
|
1903
1910
|
|
|
1904
1911
|
[[package]]
|
|
1905
1912
|
name = "langgraph-sdk"
|
|
1906
|
-
version = "0.1.
|
|
1913
|
+
version = "0.1.66"
|
|
1907
1914
|
source = { registry = "https://pypi.org/simple" }
|
|
1908
1915
|
dependencies = [
|
|
1909
1916
|
{ name = "httpx" },
|
|
1910
1917
|
{ name = "orjson" },
|
|
1911
1918
|
]
|
|
1912
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1919
|
+
sdist = { url = "https://files.pythonhosted.org/packages/97/7a/5fede018d8b9100db14211cfdb94aefd0e5f2e9ae738072f3d4cc443465b/langgraph_sdk-0.1.66.tar.gz", hash = "sha256:81474ad4555a06004cc7a2f4ab477135d5eaf7db11fbcf2a69257fb2d717582e", size = 44049, upload-time = "2025-04-30T22:59:09.085Z" }
|
|
1913
1920
|
wheels = [
|
|
1914
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1921
|
+
{ url = "https://files.pythonhosted.org/packages/97/06/87ce0b8043ba5a4ec8369a243f3140f8fd9d9b7aab1d8a9351711739beea/langgraph_sdk-0.1.66-py3-none-any.whl", hash = "sha256:f781c63f3e913d3d6bedb02cb84d775cda64e3cdf3282fd387bdd8faaf53c603", size = 47584, upload-time = "2025-04-30T22:59:07.953Z" },
|
|
1915
1922
|
]
|
|
1916
1923
|
|
|
1917
1924
|
[[package]]
|
|
1918
1925
|
name = "langgraph-supervisor"
|
|
1919
|
-
version = "0.0.
|
|
1926
|
+
version = "0.0.20"
|
|
1920
1927
|
source = { registry = "https://pypi.org/simple" }
|
|
1921
1928
|
dependencies = [
|
|
1922
1929
|
{ name = "langchain-core" },
|
|
1923
1930
|
{ name = "langgraph" },
|
|
1924
1931
|
{ name = "langgraph-prebuilt" },
|
|
1925
1932
|
]
|
|
1926
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1933
|
+
sdist = { url = "https://files.pythonhosted.org/packages/09/06/35454dd162439c5f3c27f5de82a64684fc4f56735c810981007f6388e2a8/langgraph_supervisor-0.0.20.tar.gz", hash = "sha256:c359bf848401a2f0e7d34edd32425aca699862f71c2780e864debcbd9acae15e", size = 18631, upload-time = "2025-05-01T18:54:15.535Z" }
|
|
1927
1934
|
wheels = [
|
|
1928
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1935
|
+
{ url = "https://files.pythonhosted.org/packages/fa/a2/c41eb82629538d2e0bc5a9abff3e3981e2bf51edc819e92f727d7f266af8/langgraph_supervisor-0.0.20-py3-none-any.whl", hash = "sha256:24dbbcd8bda396bb647f7b980aca5a1e7da1a1750715c3c936150ae6342a61fc", size = 14424, upload-time = "2025-05-01T18:54:14.62Z" },
|
|
1929
1936
|
]
|
|
1930
1937
|
|
|
1931
1938
|
[[package]]
|
|
@@ -3571,7 +3578,7 @@ wheels = [
|
|
|
3571
3578
|
|
|
3572
3579
|
[[package]]
|
|
3573
3580
|
name = "streamlit"
|
|
3574
|
-
version = "1.
|
|
3581
|
+
version = "1.45.0"
|
|
3575
3582
|
source = { registry = "https://pypi.org/simple" }
|
|
3576
3583
|
dependencies = [
|
|
3577
3584
|
{ name = "altair" },
|
|
@@ -3594,9 +3601,9 @@ dependencies = [
|
|
|
3594
3601
|
{ name = "typing-extensions" },
|
|
3595
3602
|
{ name = "watchdog", marker = "sys_platform != 'darwin'" },
|
|
3596
3603
|
]
|
|
3597
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3604
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c0/52/83d46b4c5044477e9c6dee779704a9d4041610439533af9c0a5084921098/streamlit-1.45.0.tar.gz", hash = "sha256:4e99014e113a11a7163b9da5ac079efb1ae5f8575a09c5a6a9c43cd6877a2a88", size = 9462166, upload-time = "2025-04-29T17:34:33.458Z" }
|
|
3598
3605
|
wheels = [
|
|
3599
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3606
|
+
{ url = "https://files.pythonhosted.org/packages/43/ff/f41cfaf1bb58223fe77ff87213a689f6c9c82f7363f9d7c879d294dbe985/streamlit-1.45.0-py3-none-any.whl", hash = "sha256:b7d03ec68a23de0f1922ec9a28fbe3fe37d9fb31ad31d6c429d262c3631c2943", size = 9856265, upload-time = "2025-04-29T17:34:30.403Z" },
|
|
3600
3607
|
]
|
|
3601
3608
|
|
|
3602
3609
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/PULL_REQUEST_TEMPLATE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/.github/workflows/release.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/litellm/.litellm.env.example
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/litellm/config.example.yaml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/minio/.minio.env.example
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/configs/redis/.redis.env.example
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/media/agent_architecture.png
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/docs/media/agent_diagram.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/langgraph_agent_toolkit/run_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/01-invoke-proxy.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/scripts/python/02-test-local-pm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/agents/test_agent_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/app/test_streamlit_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/core/test_observability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/integration/test_docker_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_factory.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.4.2 → langgraph_agent_toolkit-0.4.3}/tests/service/test_service_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|