langgraph-agent-toolkit 0.6.0__tar.gz → 0.7.0__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.6.0 → langgraph_agent_toolkit-0.7.0}/CHANGELOG.md +11 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/PKG-INFO +3 -3
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/components/utils.py +1 -1
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/models/factory.py +1 -1
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/helper/constants.py +2 -2
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/helper/utils.py +3 -3
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/run_agent.py +1 -1
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/schema/schema.py +3 -3
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/routes.py +0 -2
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/pyproject.toml +3 -3
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/06-test-custom-chat-prompt-template.py +59 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/uv.lock +61 -61
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.coveragerc +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.dockerignore +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/RELEASE_TEMPLATE/release-template.md +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/codecov.yml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/dependabot.yml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/scripts/tag_from_pyproject.sh +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/deploy.yml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/release.yml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/sphinx.yml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/test.yml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.gitignore +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.pre-commit-config.yaml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.project-root +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/CONTRIBUTING.md +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/LICENSE +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/Makefile +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/README.md +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/clickhouse/.clickhouse.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/langfuse/.langfuse.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/litellm/.litellm.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/litellm/config.example.yaml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/minio/.minio.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/postgres/.postgres.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/redis/.redis.env.example +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docker/app/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docker/service/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docker-compose.yaml +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/.gitignore +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/Makefile +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/_static/custom.css +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/_templates/class.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/_templates/layout.html +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/_templates/module.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/conf.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/contributing.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/environment_setup.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/index.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/installation.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/make.bat +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/media/agent_architecture.excalidraw +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/media/agent_architecture.png +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/media/agent_diagram.png +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/media/logo.svg +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/usage.rst +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph.json +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/task.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/utils.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/chatbot/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/chatbot/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/command_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/command_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/react/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/react/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/react_so/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/react_so/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/components/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/components/creators/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/components/creators/create_react_agent.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/agents/components/tools.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/client/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/client/client.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/memory/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/memory/base.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/memory/factory.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/memory/postgres.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/memory/sqlite.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/memory/types.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/models/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/models/chat_openai.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/models/fake.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/base.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/empty.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/factory.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/langfuse.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/langsmith.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/observability/types.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/prompts/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/prompts/chat_prompt_template.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/core/settings.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/helper/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/helper/logging.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/helper/types.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/run_client.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/run_service.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/schema/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/schema/models.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/schema/task_data.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/__init__.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/exception_handlers.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/factory.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/handler.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/middleware.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/types.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/service/utils.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/langgraph_agent_toolkit/streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/postgres-init/create_databases.sql +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/01-invoke-proxy.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/02-test-local-pm.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/03-test-langfuse-pm.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/04-test-langsmith-pm.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/05-test-prompt-types.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/07-test-get-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/08-test-update-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/09-test-clear-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/agents/test_agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/agents/test_service_streaming.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/app/conftest.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/app/test_streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/client/conftest.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/client/test_client.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/conftest.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/core/test_llm.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/core/test_memory.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/core/test_observability.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/core/test_prompts.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/core/test_settings.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/integration/test_docker_e2e.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/conftest.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_auth.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_factory.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_service.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_service_e2e.py +0 -0
- {langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_utils.py +0 -0
|
@@ -6,6 +6,17 @@ 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.7.0]
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- React Agent with SO
|
|
14
|
+
|
|
15
|
+
### Updated
|
|
16
|
+
|
|
17
|
+
- Dependencies
|
|
18
|
+
- Name of default configurable parameters
|
|
19
|
+
|
|
9
20
|
## [0.6.0]
|
|
10
21
|
|
|
11
22
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langgraph-agent-toolkit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
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
|
|
@@ -27,7 +27,7 @@ Requires-Dist: fire~=0.7.0
|
|
|
27
27
|
Requires-Dist: grpcio>=1.68.0
|
|
28
28
|
Requires-Dist: httpx~=0.28.1
|
|
29
29
|
Requires-Dist: jinja2~=3.1.6
|
|
30
|
-
Requires-Dist: jiter~=0.
|
|
30
|
+
Requires-Dist: jiter~=0.10.0
|
|
31
31
|
Requires-Dist: joblib>=1.4.2
|
|
32
32
|
Requires-Dist: langchain-community~=0.3.24
|
|
33
33
|
Requires-Dist: langchain-core~=0.3.60
|
|
@@ -40,7 +40,7 @@ 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'
|
|
42
42
|
Requires-Dist: numpy~=2.2.3; python_version >= '3.13'
|
|
43
|
-
Requires-Dist: onnxruntime~=1.
|
|
43
|
+
Requires-Dist: onnxruntime~=1.22.0
|
|
44
44
|
Requires-Dist: pandas~=2.2.3
|
|
45
45
|
Requires-Dist: psycopg[binary,pool]~=3.2.4
|
|
46
46
|
Requires-Dist: pyarrow>=19.0.1
|
|
@@ -20,7 +20,7 @@ class AgentStateWithStructuredResponseAndRemainingSteps(AgentStateWithStructured
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
def pre_model_hook_standard(state: T, config: RunnableConfig):
|
|
23
|
-
_max_messages = config.get("configurable", {}).get("
|
|
23
|
+
_max_messages = config.get("configurable", {}).get("checkpointer_params", {}).get("k", None)
|
|
24
24
|
|
|
25
25
|
updated_messages = trim_messages(
|
|
26
26
|
state["messages"],
|
|
@@ -87,7 +87,7 @@ class ModelFactory:
|
|
|
87
87
|
model_name: Optional[str] = None,
|
|
88
88
|
configurable_fields: Optional[Union[Literal["any"], List[str], Tuple[str, ...]]] = None,
|
|
89
89
|
config_prefix: Optional[str] = None,
|
|
90
|
-
model_parameter_values: Optional[Tuple[Tuple[str, Any], ...]] = None,
|
|
90
|
+
model_parameter_values: Optional[Tuple[Tuple[str, Any], ...]] = None,
|
|
91
91
|
**kwargs: Any,
|
|
92
92
|
) -> ModelT:
|
|
93
93
|
"""Create and return a model instance.
|
|
@@ -17,8 +17,8 @@ def set_default_agent(agent_name):
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
DEFAULT_MAX_MESSAGE_HISTORY_LENGTH = os.getenv("DEFAULT_MAX_MESSAGE_HISTORY_LENGTH", 18)
|
|
20
|
-
DEFAULT_RECURSION_LIMIT = 25
|
|
21
|
-
DEFAULT_CONFIG_PREFIX = "agent"
|
|
20
|
+
DEFAULT_RECURSION_LIMIT = os.getenv("DEFAULT_RECURSION_LIMIT", 25)
|
|
21
|
+
DEFAULT_CONFIG_PREFIX = os.getenv("DEFAULT_CONFIG_PREFIX", "agent")
|
|
22
22
|
DEFAULT_CONFIGURABLE_FIELDS = ("temperature", "max_tokens", "top_p", "streaming")
|
|
23
23
|
DEFAULT_MODEL_PARAMETER_VALUES = dict(
|
|
24
24
|
temperature=0.0,
|
|
@@ -39,9 +39,9 @@ def langchain_to_chat_message(message: BaseMessage | dict | BaseModel) -> ChatMe
|
|
|
39
39
|
"""Create a ChatMessage from a LangChain message."""
|
|
40
40
|
if not isinstance(message, (BaseMessage, AIMessage, HumanMessage, ToolMessage, LangchainChatMessage)):
|
|
41
41
|
if isinstance(message, BaseModel):
|
|
42
|
-
message = message.
|
|
42
|
+
message = message.model_dump()
|
|
43
43
|
elif isinstance(message, dict):
|
|
44
|
-
message =
|
|
44
|
+
message = message["raw"].content
|
|
45
45
|
|
|
46
46
|
match message:
|
|
47
47
|
case HumanMessage():
|
|
@@ -77,7 +77,7 @@ def langchain_to_chat_message(message: BaseMessage | dict | BaseModel) -> ChatMe
|
|
|
77
77
|
return custom_message
|
|
78
78
|
else:
|
|
79
79
|
raise ValueError(f"Unsupported chat message role: {message.role}")
|
|
80
|
-
case str():
|
|
80
|
+
case str() | dict():
|
|
81
81
|
return ChatMessage(
|
|
82
82
|
type="ai",
|
|
83
83
|
content=message,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import Any, Literal, NotRequired
|
|
1
|
+
from typing import Any, Dict, Literal, NotRequired
|
|
2
2
|
|
|
3
3
|
from pydantic import BaseModel, Field
|
|
4
4
|
from typing_extensions import TypedDict
|
|
@@ -92,7 +92,7 @@ class UserInput(BaseModel):
|
|
|
92
92
|
default={},
|
|
93
93
|
examples=[
|
|
94
94
|
{
|
|
95
|
-
"
|
|
95
|
+
"checkpointer_params": {"k": 6},
|
|
96
96
|
**DEFAULT_MODEL_PARAMETER_VALUES,
|
|
97
97
|
},
|
|
98
98
|
],
|
|
@@ -132,7 +132,7 @@ class ChatMessage(BaseModel):
|
|
|
132
132
|
description="Role of the message.",
|
|
133
133
|
examples=["human", "ai", "tool", "custom"],
|
|
134
134
|
)
|
|
135
|
-
content: str = Field(
|
|
135
|
+
content: str | Dict[str, Any] = Field(
|
|
136
136
|
description="Content of the message.",
|
|
137
137
|
examples=["Hello, world!"],
|
|
138
138
|
)
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langgraph-agent-toolkit"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.7.0"
|
|
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" }]
|
|
@@ -33,7 +33,7 @@ dependencies = [
|
|
|
33
33
|
"fastapi ~= 0.115.5",
|
|
34
34
|
"grpcio >= 1.68.0",
|
|
35
35
|
"httpx ~= 0.28.1",
|
|
36
|
-
"jiter ~= 0.
|
|
36
|
+
"jiter ~= 0.10.0",
|
|
37
37
|
"langchain-core ~= 0.3.60",
|
|
38
38
|
"langchain-community ~= 0.3.24",
|
|
39
39
|
"langgraph ~= 0.4.5",
|
|
@@ -43,7 +43,7 @@ dependencies = [
|
|
|
43
43
|
"langgraph-supervisor ~= 0.0.21",
|
|
44
44
|
"numpy ~= 1.26.4; python_version <= '3.12'",
|
|
45
45
|
"numpy ~= 2.2.3; python_version >= '3.13'",
|
|
46
|
-
"onnxruntime ~= 1.
|
|
46
|
+
"onnxruntime ~= 1.22.0",
|
|
47
47
|
"pandas ~= 2.2.3",
|
|
48
48
|
"psycopg[binary,pool] ~= 3.2.4",
|
|
49
49
|
"pyarrow >= 19.0.1",
|
|
@@ -62,6 +62,30 @@ if __name__ == "__main__":
|
|
|
62
62
|
os_platform.push_prompt("tool-using-agent", agent_chat_messages)
|
|
63
63
|
print("✓ Stored tool-using agent prompt")
|
|
64
64
|
|
|
65
|
+
# Conditional prompt with Jinja2 if-else statements
|
|
66
|
+
conditional_chat_messages: List[ChatMessageDict] = [
|
|
67
|
+
{"role": "system", "content": "You are an AI assistant specialized in {{ domain }}."},
|
|
68
|
+
{
|
|
69
|
+
"role": "human",
|
|
70
|
+
"content": """
|
|
71
|
+
{% if expertise_level == 'beginner' %}
|
|
72
|
+
Please explain {{ topic }} in simple terms suitable for beginners.
|
|
73
|
+
Use basic examples and avoid technical jargon.
|
|
74
|
+
{% elif expertise_level == 'intermediate' %}
|
|
75
|
+
Provide a comprehensive explanation of {{ topic }} with some technical details.
|
|
76
|
+
Include practical examples that demonstrate the concepts.
|
|
77
|
+
{% else %}
|
|
78
|
+
Give an advanced analysis of {{ topic }} with in-depth technical details.
|
|
79
|
+
Include complex examples and reference relevant research or methodologies.
|
|
80
|
+
{% endif %}
|
|
81
|
+
|
|
82
|
+
Additional context: {{ context }}
|
|
83
|
+
""",
|
|
84
|
+
},
|
|
85
|
+
]
|
|
86
|
+
os_platform.push_prompt("conditional-assistant", conditional_chat_messages)
|
|
87
|
+
print("✓ Stored conditional chat prompt with Jinja2 if-else statements")
|
|
88
|
+
|
|
65
89
|
# Step 3: Create ObservabilityChatPromptTemplate instances with different configurations
|
|
66
90
|
print_separator("Creating prompt templates")
|
|
67
91
|
|
|
@@ -152,6 +176,41 @@ if __name__ == "__main__":
|
|
|
152
176
|
for msg in result2.to_messages():
|
|
153
177
|
print(f" - [{msg.type}]: {msg.content}")
|
|
154
178
|
|
|
179
|
+
# Test conditional template with Jinja2 if-else
|
|
180
|
+
print("\nInvoking conditional template with different expertise levels:")
|
|
181
|
+
|
|
182
|
+
# Create conditional template
|
|
183
|
+
conditional_template = ObservabilityChatPromptTemplate.from_observability_platform(
|
|
184
|
+
prompt_name="conditional-assistant",
|
|
185
|
+
observability_platform=os_platform,
|
|
186
|
+
load_at_runtime=True,
|
|
187
|
+
template_format="jinja2",
|
|
188
|
+
input_variables=["domain", "expertise_level", "topic", "context"],
|
|
189
|
+
)
|
|
190
|
+
|
|
191
|
+
# Test with different expertise levels
|
|
192
|
+
expertise_levels = ["beginner", "intermediate", "advanced"]
|
|
193
|
+
|
|
194
|
+
for level in expertise_levels:
|
|
195
|
+
print(f"\n Testing with expertise_level='{level}':")
|
|
196
|
+
result = conditional_template.invoke(
|
|
197
|
+
input=dict(
|
|
198
|
+
domain="data science",
|
|
199
|
+
expertise_level=level,
|
|
200
|
+
topic="neural networks",
|
|
201
|
+
context="For a recommendation system project",
|
|
202
|
+
)
|
|
203
|
+
)
|
|
204
|
+
|
|
205
|
+
print(f" Messages for {level} level:")
|
|
206
|
+
for msg in result.to_messages():
|
|
207
|
+
if msg.type == "human":
|
|
208
|
+
# Only show the first 100 chars of content for brevity
|
|
209
|
+
content = msg.content.strip()[:100] + "..." if len(msg.content) > 100 else msg.content.strip()
|
|
210
|
+
print(f" - [{msg.type}]: {content}")
|
|
211
|
+
else:
|
|
212
|
+
print(f" - [{msg.type}]: {msg.content}")
|
|
213
|
+
|
|
155
214
|
# Example 5: Create a custom prompt template and add it to a larger template
|
|
156
215
|
print_separator("Combining with standard ChatPromptTemplate")
|
|
157
216
|
|
|
@@ -1249,49 +1249,49 @@ wheels = [
|
|
|
1249
1249
|
|
|
1250
1250
|
[[package]]
|
|
1251
1251
|
name = "jiter"
|
|
1252
|
-
version = "0.
|
|
1253
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1254
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1255
|
-
wheels = [
|
|
1256
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1257
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1258
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1259
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1278
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1282
|
-
{ url = "https://files.pythonhosted.org/packages/6a/
|
|
1283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1252
|
+
version = "0.10.0"
|
|
1253
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1254
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ee/9d/ae7ddb4b8ab3fb1b51faf4deb36cb48a4fbbd7cb36bad6a5fca4741306f7/jiter-0.10.0.tar.gz", hash = "sha256:07a7142c38aacc85194391108dc91b5b57093c978a9932bd86a36862759d9500", size = 162759, upload-time = "2025-05-18T19:04:59.73Z" }
|
|
1255
|
+
wheels = [
|
|
1256
|
+
{ url = "https://files.pythonhosted.org/packages/1b/dd/6cefc6bd68b1c3c979cecfa7029ab582b57690a31cd2f346c4d0ce7951b6/jiter-0.10.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:3bebe0c558e19902c96e99217e0b8e8b17d570906e72ed8a87170bc290b1e978", size = 317473, upload-time = "2025-05-18T19:03:25.942Z" },
|
|
1257
|
+
{ url = "https://files.pythonhosted.org/packages/be/cf/fc33f5159ce132be1d8dd57251a1ec7a631c7df4bd11e1cd198308c6ae32/jiter-0.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:558cc7e44fd8e507a236bee6a02fa17199ba752874400a0ca6cd6e2196cdb7dc", size = 321971, upload-time = "2025-05-18T19:03:27.255Z" },
|
|
1258
|
+
{ url = "https://files.pythonhosted.org/packages/68/a4/da3f150cf1d51f6c472616fb7650429c7ce053e0c962b41b68557fdf6379/jiter-0.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d613e4b379a07d7c8453c5712ce7014e86c6ac93d990a0b8e7377e18505e98d", size = 345574, upload-time = "2025-05-18T19:03:28.63Z" },
|
|
1259
|
+
{ url = "https://files.pythonhosted.org/packages/84/34/6e8d412e60ff06b186040e77da5f83bc158e9735759fcae65b37d681f28b/jiter-0.10.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f62cf8ba0618eda841b9bf61797f21c5ebd15a7a1e19daab76e4e4b498d515b2", size = 371028, upload-time = "2025-05-18T19:03:30.292Z" },
|
|
1260
|
+
{ url = "https://files.pythonhosted.org/packages/fb/d9/9ee86173aae4576c35a2f50ae930d2ccb4c4c236f6cb9353267aa1d626b7/jiter-0.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:919d139cdfa8ae8945112398511cb7fca58a77382617d279556b344867a37e61", size = 491083, upload-time = "2025-05-18T19:03:31.654Z" },
|
|
1261
|
+
{ url = "https://files.pythonhosted.org/packages/d9/2c/f955de55e74771493ac9e188b0f731524c6a995dffdcb8c255b89c6fb74b/jiter-0.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13ddbc6ae311175a3b03bd8994881bc4635c923754932918e18da841632349db", size = 388821, upload-time = "2025-05-18T19:03:33.184Z" },
|
|
1262
|
+
{ url = "https://files.pythonhosted.org/packages/81/5a/0e73541b6edd3f4aada586c24e50626c7815c561a7ba337d6a7eb0a915b4/jiter-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c440ea003ad10927a30521a9062ce10b5479592e8a70da27f21eeb457b4a9c5", size = 352174, upload-time = "2025-05-18T19:03:34.965Z" },
|
|
1263
|
+
{ url = "https://files.pythonhosted.org/packages/1c/c0/61eeec33b8c75b31cae42be14d44f9e6fe3ac15a4e58010256ac3abf3638/jiter-0.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:dc347c87944983481e138dea467c0551080c86b9d21de6ea9306efb12ca8f606", size = 391869, upload-time = "2025-05-18T19:03:36.436Z" },
|
|
1264
|
+
{ url = "https://files.pythonhosted.org/packages/41/22/5beb5ee4ad4ef7d86f5ea5b4509f680a20706c4a7659e74344777efb7739/jiter-0.10.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:13252b58c1f4d8c5b63ab103c03d909e8e1e7842d302473f482915d95fefd605", size = 523741, upload-time = "2025-05-18T19:03:38.168Z" },
|
|
1265
|
+
{ url = "https://files.pythonhosted.org/packages/ea/10/768e8818538e5817c637b0df52e54366ec4cebc3346108a4457ea7a98f32/jiter-0.10.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7d1bbf3c465de4a24ab12fb7766a0003f6f9bce48b8b6a886158c4d569452dc5", size = 514527, upload-time = "2025-05-18T19:03:39.577Z" },
|
|
1266
|
+
{ url = "https://files.pythonhosted.org/packages/73/6d/29b7c2dc76ce93cbedabfd842fc9096d01a0550c52692dfc33d3cc889815/jiter-0.10.0-cp311-cp311-win32.whl", hash = "sha256:db16e4848b7e826edca4ccdd5b145939758dadf0dc06e7007ad0e9cfb5928ae7", size = 210765, upload-time = "2025-05-18T19:03:41.271Z" },
|
|
1267
|
+
{ url = "https://files.pythonhosted.org/packages/c2/c9/d394706deb4c660137caf13e33d05a031d734eb99c051142e039d8ceb794/jiter-0.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:9c9c1d5f10e18909e993f9641f12fe1c77b3e9b533ee94ffa970acc14ded3812", size = 209234, upload-time = "2025-05-18T19:03:42.918Z" },
|
|
1268
|
+
{ url = "https://files.pythonhosted.org/packages/6d/b5/348b3313c58f5fbfb2194eb4d07e46a35748ba6e5b3b3046143f3040bafa/jiter-0.10.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:1e274728e4a5345a6dde2d343c8da018b9d4bd4350f5a472fa91f66fda44911b", size = 312262, upload-time = "2025-05-18T19:03:44.637Z" },
|
|
1269
|
+
{ url = "https://files.pythonhosted.org/packages/9c/4a/6a2397096162b21645162825f058d1709a02965606e537e3304b02742e9b/jiter-0.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7202ae396446c988cb2a5feb33a543ab2165b786ac97f53b59aafb803fef0744", size = 320124, upload-time = "2025-05-18T19:03:46.341Z" },
|
|
1270
|
+
{ url = "https://files.pythonhosted.org/packages/2a/85/1ce02cade7516b726dd88f59a4ee46914bf79d1676d1228ef2002ed2f1c9/jiter-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:23ba7722d6748b6920ed02a8f1726fb4b33e0fd2f3f621816a8b486c66410ab2", size = 345330, upload-time = "2025-05-18T19:03:47.596Z" },
|
|
1271
|
+
{ url = "https://files.pythonhosted.org/packages/75/d0/bb6b4f209a77190ce10ea8d7e50bf3725fc16d3372d0a9f11985a2b23eff/jiter-0.10.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:371eab43c0a288537d30e1f0b193bc4eca90439fc08a022dd83e5e07500ed026", size = 369670, upload-time = "2025-05-18T19:03:49.334Z" },
|
|
1272
|
+
{ url = "https://files.pythonhosted.org/packages/a0/f5/a61787da9b8847a601e6827fbc42ecb12be2c925ced3252c8ffcb56afcaf/jiter-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c675736059020365cebc845a820214765162728b51ab1e03a1b7b3abb70f74c", size = 489057, upload-time = "2025-05-18T19:03:50.66Z" },
|
|
1273
|
+
{ url = "https://files.pythonhosted.org/packages/12/e4/6f906272810a7b21406c760a53aadbe52e99ee070fc5c0cb191e316de30b/jiter-0.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0c5867d40ab716e4684858e4887489685968a47e3ba222e44cde6e4a2154f959", size = 389372, upload-time = "2025-05-18T19:03:51.98Z" },
|
|
1274
|
+
{ url = "https://files.pythonhosted.org/packages/e2/ba/77013b0b8ba904bf3762f11e0129b8928bff7f978a81838dfcc958ad5728/jiter-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:395bb9a26111b60141757d874d27fdea01b17e8fac958b91c20128ba8f4acc8a", size = 352038, upload-time = "2025-05-18T19:03:53.703Z" },
|
|
1275
|
+
{ url = "https://files.pythonhosted.org/packages/67/27/c62568e3ccb03368dbcc44a1ef3a423cb86778a4389e995125d3d1aaa0a4/jiter-0.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6842184aed5cdb07e0c7e20e5bdcfafe33515ee1741a6835353bb45fe5d1bd95", size = 391538, upload-time = "2025-05-18T19:03:55.046Z" },
|
|
1276
|
+
{ url = "https://files.pythonhosted.org/packages/c0/72/0d6b7e31fc17a8fdce76164884edef0698ba556b8eb0af9546ae1a06b91d/jiter-0.10.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:62755d1bcea9876770d4df713d82606c8c1a3dca88ff39046b85a048566d56ea", size = 523557, upload-time = "2025-05-18T19:03:56.386Z" },
|
|
1277
|
+
{ url = "https://files.pythonhosted.org/packages/2f/09/bc1661fbbcbeb6244bd2904ff3a06f340aa77a2b94e5a7373fd165960ea3/jiter-0.10.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:533efbce2cacec78d5ba73a41756beff8431dfa1694b6346ce7af3a12c42202b", size = 514202, upload-time = "2025-05-18T19:03:57.675Z" },
|
|
1278
|
+
{ url = "https://files.pythonhosted.org/packages/1b/84/5a5d5400e9d4d54b8004c9673bbe4403928a00d28529ff35b19e9d176b19/jiter-0.10.0-cp312-cp312-win32.whl", hash = "sha256:8be921f0cadd245e981b964dfbcd6fd4bc4e254cdc069490416dd7a2632ecc01", size = 211781, upload-time = "2025-05-18T19:03:59.025Z" },
|
|
1279
|
+
{ url = "https://files.pythonhosted.org/packages/9b/52/7ec47455e26f2d6e5f2ea4951a0652c06e5b995c291f723973ae9e724a65/jiter-0.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:a7c7d785ae9dda68c2678532a5a1581347e9c15362ae9f6e68f3fdbfb64f2e49", size = 206176, upload-time = "2025-05-18T19:04:00.305Z" },
|
|
1280
|
+
{ url = "https://files.pythonhosted.org/packages/2e/b0/279597e7a270e8d22623fea6c5d4eeac328e7d95c236ed51a2b884c54f70/jiter-0.10.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:e0588107ec8e11b6f5ef0e0d656fb2803ac6cf94a96b2b9fc675c0e3ab5e8644", size = 311617, upload-time = "2025-05-18T19:04:02.078Z" },
|
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/91/e3/0916334936f356d605f54cc164af4060e3e7094364add445a3bc79335d46/jiter-0.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cafc4628b616dc32530c20ee53d71589816cf385dd9449633e910d596b1f5c8a", size = 318947, upload-time = "2025-05-18T19:04:03.347Z" },
|
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/6a/8e/fd94e8c02d0e94539b7d669a7ebbd2776e51f329bb2c84d4385e8063a2ad/jiter-0.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:520ef6d981172693786a49ff5b09eda72a42e539f14788124a07530f785c3ad6", size = 344618, upload-time = "2025-05-18T19:04:04.709Z" },
|
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/6f/b0/f9f0a2ec42c6e9c2e61c327824687f1e2415b767e1089c1d9135f43816bd/jiter-0.10.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:554dedfd05937f8fc45d17ebdf298fe7e0c77458232bcb73d9fbbf4c6455f5b3", size = 368829, upload-time = "2025-05-18T19:04:06.912Z" },
|
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/e8/57/5bbcd5331910595ad53b9fd0c610392ac68692176f05ae48d6ce5c852967/jiter-0.10.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5bc299da7789deacf95f64052d97f75c16d4fc8c4c214a22bf8d859a4288a1c2", size = 491034, upload-time = "2025-05-18T19:04:08.222Z" },
|
|
1285
|
+
{ url = "https://files.pythonhosted.org/packages/9b/be/c393df00e6e6e9e623a73551774449f2f23b6ec6a502a3297aeeece2c65a/jiter-0.10.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5161e201172de298a8a1baad95eb85db4fb90e902353b1f6a41d64ea64644e25", size = 388529, upload-time = "2025-05-18T19:04:09.566Z" },
|
|
1286
|
+
{ url = "https://files.pythonhosted.org/packages/42/3e/df2235c54d365434c7f150b986a6e35f41ebdc2f95acea3036d99613025d/jiter-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e2227db6ba93cb3e2bf67c87e594adde0609f146344e8207e8730364db27041", size = 350671, upload-time = "2025-05-18T19:04:10.98Z" },
|
|
1287
|
+
{ url = "https://files.pythonhosted.org/packages/c6/77/71b0b24cbcc28f55ab4dbfe029f9a5b73aeadaba677843fc6dc9ed2b1d0a/jiter-0.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:15acb267ea5e2c64515574b06a8bf393fbfee6a50eb1673614aa45f4613c0cca", size = 390864, upload-time = "2025-05-18T19:04:12.722Z" },
|
|
1288
|
+
{ url = "https://files.pythonhosted.org/packages/6a/d3/ef774b6969b9b6178e1d1e7a89a3bd37d241f3d3ec5f8deb37bbd203714a/jiter-0.10.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:901b92f2e2947dc6dfcb52fd624453862e16665ea909a08398dde19c0731b7f4", size = 522989, upload-time = "2025-05-18T19:04:14.261Z" },
|
|
1289
|
+
{ url = "https://files.pythonhosted.org/packages/0c/41/9becdb1d8dd5d854142f45a9d71949ed7e87a8e312b0bede2de849388cb9/jiter-0.10.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:d0cb9a125d5a3ec971a094a845eadde2db0de85b33c9f13eb94a0c63d463879e", size = 513495, upload-time = "2025-05-18T19:04:15.603Z" },
|
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/9c/36/3468e5a18238bdedae7c4d19461265b5e9b8e288d3f86cd89d00cbb48686/jiter-0.10.0-cp313-cp313-win32.whl", hash = "sha256:48a403277ad1ee208fb930bdf91745e4d2d6e47253eedc96e2559d1e6527006d", size = 211289, upload-time = "2025-05-18T19:04:17.541Z" },
|
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/7e/07/1c96b623128bcb913706e294adb5f768fb7baf8db5e1338ce7b4ee8c78ef/jiter-0.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:75f9eb72ecb640619c29bf714e78c9c46c9c4eaafd644bf78577ede459f330d4", size = 205074, upload-time = "2025-05-18T19:04:19.21Z" },
|
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/54/46/caa2c1342655f57d8f0f2519774c6d67132205909c65e9aa8255e1d7b4f4/jiter-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:28ed2a4c05a1f32ef0e1d24c2611330219fed727dae01789f4a335617634b1ca", size = 318225, upload-time = "2025-05-18T19:04:20.583Z" },
|
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/43/84/c7d44c75767e18946219ba2d703a5a32ab37b0bc21886a97bc6062e4da42/jiter-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14a4c418b1ec86a195f1ca69da8b23e8926c752b685af665ce30777233dfe070", size = 350235, upload-time = "2025-05-18T19:04:22.363Z" },
|
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/01/16/f5a0135ccd968b480daad0e6ab34b0c7c5ba3bc447e5088152696140dcb3/jiter-0.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:d7bfed2fe1fe0e4dda6ef682cee888ba444b21e7a6553e03252e4feb6cf0adca", size = 207278, upload-time = "2025-05-18T19:04:23.627Z" },
|
|
1295
1295
|
]
|
|
1296
1296
|
|
|
1297
1297
|
[[package]]
|
|
@@ -1618,7 +1618,7 @@ wheels = [
|
|
|
1618
1618
|
|
|
1619
1619
|
[[package]]
|
|
1620
1620
|
name = "langgraph-agent-toolkit"
|
|
1621
|
-
version = "0.
|
|
1621
|
+
version = "0.7.0"
|
|
1622
1622
|
source = { editable = "." }
|
|
1623
1623
|
dependencies = [
|
|
1624
1624
|
{ name = "duckduckgo-search" },
|
|
@@ -1751,7 +1751,7 @@ requires-dist = [
|
|
|
1751
1751
|
{ name = "gunicorn", marker = "extra == 'gunicorn-backend'", specifier = "~=23.0.0" },
|
|
1752
1752
|
{ name = "httpx", specifier = "~=0.28.1" },
|
|
1753
1753
|
{ name = "jinja2", specifier = "~=3.1.6" },
|
|
1754
|
-
{ name = "jiter", specifier = "~=0.
|
|
1754
|
+
{ name = "jiter", specifier = "~=0.10.0" },
|
|
1755
1755
|
{ name = "joblib", specifier = ">=1.4.2" },
|
|
1756
1756
|
{ name = "langchain-anthropic", marker = "extra == 'all-llms'", specifier = "~=0.3.12" },
|
|
1757
1757
|
{ name = "langchain-anthropic", marker = "extra == 'anthropic'", specifier = "~=0.3.12" },
|
|
@@ -1786,7 +1786,7 @@ requires-dist = [
|
|
|
1786
1786
|
{ name = "multidict", specifier = ">6.3.2" },
|
|
1787
1787
|
{ name = "numpy", marker = "python_full_version < '3.13'", specifier = "~=1.26.4" },
|
|
1788
1788
|
{ name = "numpy", marker = "python_full_version >= '3.13'", specifier = "~=2.2.3" },
|
|
1789
|
-
{ name = "onnxruntime", specifier = "~=1.
|
|
1789
|
+
{ name = "onnxruntime", specifier = "~=1.22.0" },
|
|
1790
1790
|
{ name = "pandas", specifier = "~=2.2.3" },
|
|
1791
1791
|
{ name = "psycopg", extras = ["binary", "pool"], specifier = "~=3.2.4" },
|
|
1792
1792
|
{ name = "pyarrow", specifier = ">=19.0.1" },
|
|
@@ -2382,7 +2382,7 @@ wheels = [
|
|
|
2382
2382
|
|
|
2383
2383
|
[[package]]
|
|
2384
2384
|
name = "onnxruntime"
|
|
2385
|
-
version = "1.
|
|
2385
|
+
version = "1.22.0"
|
|
2386
2386
|
source = { registry = "https://pypi.org/simple" }
|
|
2387
2387
|
dependencies = [
|
|
2388
2388
|
{ name = "coloredlogs" },
|
|
@@ -2394,20 +2394,20 @@ dependencies = [
|
|
|
2394
2394
|
{ name = "sympy" },
|
|
2395
2395
|
]
|
|
2396
2396
|
wheels = [
|
|
2397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2397
|
+
{ url = "https://files.pythonhosted.org/packages/7a/08/c008711d1b92ff1272f4fea0fbee57723171f161d42e5c680625535280af/onnxruntime-1.22.0-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:8d6725c5b9a681d8fe72f2960c191a96c256367887d076b08466f52b4e0991df", size = 34282151, upload-time = "2025-05-09T20:25:59.246Z" },
|
|
2398
|
+
{ url = "https://files.pythonhosted.org/packages/3e/8b/22989f6b59bc4ad1324f07a945c80b9ab825f0a581ad7a6064b93716d9b7/onnxruntime-1.22.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fef17d665a917866d1f68f09edc98223b9a27e6cb167dec69da4c66484ad12fd", size = 14446302, upload-time = "2025-05-09T20:25:44.299Z" },
|
|
2399
|
+
{ url = "https://files.pythonhosted.org/packages/7a/d5/aa83d084d05bc8f6cf8b74b499c77431ffd6b7075c761ec48ec0c161a47f/onnxruntime-1.22.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b978aa63a9a22095479c38371a9b359d4c15173cbb164eaad5f2cd27d666aa65", size = 16393496, upload-time = "2025-05-09T20:26:11.588Z" },
|
|
2400
|
+
{ url = "https://files.pythonhosted.org/packages/89/a5/1c6c10322201566015183b52ef011dfa932f5dd1b278de8d75c3b948411d/onnxruntime-1.22.0-cp311-cp311-win_amd64.whl", hash = "sha256:03d3ef7fb11adf154149d6e767e21057e0e577b947dd3f66190b212528e1db31", size = 12691517, upload-time = "2025-05-12T21:26:13.354Z" },
|
|
2401
|
+
{ url = "https://files.pythonhosted.org/packages/4d/de/9162872c6e502e9ac8c99a98a8738b2fab408123d11de55022ac4f92562a/onnxruntime-1.22.0-cp312-cp312-macosx_13_0_universal2.whl", hash = "sha256:f3c0380f53c1e72a41b3f4d6af2ccc01df2c17844072233442c3a7e74851ab97", size = 34298046, upload-time = "2025-05-09T20:26:02.399Z" },
|
|
2402
|
+
{ url = "https://files.pythonhosted.org/packages/03/79/36f910cd9fc96b444b0e728bba14607016079786adf032dae61f7c63b4aa/onnxruntime-1.22.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c8601128eaef79b636152aea76ae6981b7c9fc81a618f584c15d78d42b310f1c", size = 14443220, upload-time = "2025-05-09T20:25:47.078Z" },
|
|
2403
|
+
{ url = "https://files.pythonhosted.org/packages/8c/60/16d219b8868cc8e8e51a68519873bdb9f5f24af080b62e917a13fff9989b/onnxruntime-1.22.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6964a975731afc19dc3418fad8d4e08c48920144ff590149429a5ebe0d15fb3c", size = 16406377, upload-time = "2025-05-09T20:26:14.478Z" },
|
|
2404
|
+
{ url = "https://files.pythonhosted.org/packages/36/b4/3f1c71ce1d3d21078a6a74c5483bfa2b07e41a8d2b8fb1e9993e6a26d8d3/onnxruntime-1.22.0-cp312-cp312-win_amd64.whl", hash = "sha256:c0d534a43d1264d1273c2d4f00a5a588fa98d21117a3345b7104fa0bbcaadb9a", size = 12692233, upload-time = "2025-05-12T21:26:16.963Z" },
|
|
2405
|
+
{ url = "https://files.pythonhosted.org/packages/a9/65/5cb5018d5b0b7cba820d2c4a1d1b02d40df538d49138ba36a509457e4df6/onnxruntime-1.22.0-cp313-cp313-macosx_13_0_universal2.whl", hash = "sha256:fe7c051236aae16d8e2e9ffbfc1e115a0cc2450e873a9c4cb75c0cc96c1dae07", size = 34298715, upload-time = "2025-05-09T20:26:05.634Z" },
|
|
2406
|
+
{ url = "https://files.pythonhosted.org/packages/e1/89/1dfe1b368831d1256b90b95cb8d11da8ab769febd5c8833ec85ec1f79d21/onnxruntime-1.22.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6a6bbed10bc5e770c04d422893d3045b81acbbadc9fb759a2cd1ca00993da919", size = 14443266, upload-time = "2025-05-09T20:25:49.479Z" },
|
|
2407
|
+
{ url = "https://files.pythonhosted.org/packages/1e/70/342514ade3a33ad9dd505dcee96ff1f0e7be6d0e6e9c911fe0f1505abf42/onnxruntime-1.22.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9fe45ee3e756300fccfd8d61b91129a121d3d80e9d38e01f03ff1295badc32b8", size = 16406707, upload-time = "2025-05-09T20:26:17.454Z" },
|
|
2408
|
+
{ url = "https://files.pythonhosted.org/packages/3e/89/2f64e250945fa87140fb917ba377d6d0e9122e029c8512f389a9b7f953f4/onnxruntime-1.22.0-cp313-cp313-win_amd64.whl", hash = "sha256:5a31d84ef82b4b05d794a4ce8ba37b0d9deb768fd580e36e17b39e0b4840253b", size = 12691777, upload-time = "2025-05-12T21:26:20.19Z" },
|
|
2409
|
+
{ url = "https://files.pythonhosted.org/packages/9f/48/d61d5f1ed098161edd88c56cbac49207d7b7b149e613d2cd7e33176c63b3/onnxruntime-1.22.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0a2ac5bd9205d831541db4e508e586e764a74f14efdd3f89af7fd20e1bf4a1ed", size = 14454003, upload-time = "2025-05-09T20:25:52.287Z" },
|
|
2410
|
+
{ url = "https://files.pythonhosted.org/packages/c3/16/873b955beda7bada5b0d798d3a601b2ff210e44ad5169f6d405b93892103/onnxruntime-1.22.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:64845709f9e8a2809e8e009bc4c8f73b788cee9c6619b7d9930344eae4c9cd36", size = 16427482, upload-time = "2025-05-09T20:26:20.376Z" },
|
|
2411
2411
|
]
|
|
2412
2412
|
|
|
2413
2413
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.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.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/deploy.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/.github/workflows/sphinx.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
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/litellm/.litellm.env.example
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/litellm/config.example.yaml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/configs/minio/.minio.env.example
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/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.6.0 → langgraph_agent_toolkit-0.7.0}/docs/media/agent_architecture.png
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/docs/media/agent_diagram.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/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
|
|
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.6.0 → langgraph_agent_toolkit-0.7.0}/scripts/python/01-invoke-proxy.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/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
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/agents/test_agent_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/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.6.0 → langgraph_agent_toolkit-0.7.0}/tests/core/test_observability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/integration/test_docker_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_factory.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_service.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.6.0 → langgraph_agent_toolkit-0.7.0}/tests/service/test_service_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|