langgraph-agent-toolkit 0.7.4__tar.gz → 0.7.6__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.7.4 → langgraph_agent_toolkit-0.7.6}/.env.example +1 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/CHANGELOG.md +12 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/PKG-INFO +3 -3
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/memory/postgres.py +10 -2
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/settings.py +1 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/run_service.py +1 -1
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/pyproject.toml +3 -3
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/postgres-init/create_databases.sql +1 -1
- langgraph_agent_toolkit-0.7.6/scripts/postgres-init/create_schema.sql +15 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/uv.lock +3 -3
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.coveragerc +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.dockerignore +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/RELEASE_TEMPLATE/release-template.md +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/codecov.yml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/dependabot.yml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/scripts/tag_from_pyproject.sh +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/workflows/deploy.yml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/workflows/release.yml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/workflows/sphinx.yml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/workflows/test.yml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.gitignore +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.pre-commit-config.yaml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.project-root +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/CONTRIBUTING.md +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/LICENSE +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/Makefile +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/README.md +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/clickhouse/.clickhouse.env.example +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/langfuse/.langfuse.env.example +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/litellm/.litellm.env.example +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/litellm/config.example.yaml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/minio/.minio.env.example +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/postgres/.postgres.env.example +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/redis/.redis.env.example +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docker/app/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docker/service/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docker-compose.yaml +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/.gitignore +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/Makefile +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/_static/custom.css +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/_templates/class.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/_templates/layout.html +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/_templates/module.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/conf.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/contributing.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/environment_setup.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/index.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/installation.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/make.bat +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/media/agent_architecture.excalidraw +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/media/agent_architecture.png +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/media/agent_diagram.png +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/media/logo.svg +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/usage.rst +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph.json +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/task.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/chatbot/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/chatbot/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/command_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/command_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/react/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/react/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/react_so/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/react_so/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/components/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/components/creators/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/components/creators/create_react_agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/components/tools.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/agents/components/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/client/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/client/client.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/memory/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/memory/base.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/memory/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/memory/sqlite.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/memory/types.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/models/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/models/chat_openai.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/models/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/models/fake.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/base.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/empty.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/langfuse.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/langsmith.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/observability/types.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/prompts/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/core/prompts/chat_prompt_template.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/helper/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/helper/constants.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/helper/logging.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/helper/types.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/helper/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/run_agent.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/run_client.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/schema/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/schema/models.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/schema/schema.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/schema/task_data.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/exception_handlers.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/handler.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/middleware.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/routes.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/types.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/service/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/langgraph_agent_toolkit/streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/01-invoke-proxy.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/02-test-local-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/03-test-langfuse-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/04-test-langsmith-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/05-test-prompt-types.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/06-test-custom-chat-prompt-template.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/07-test-get-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/08-test-update-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/09-test-clear-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/099-t.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/agents/test_agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/agents/test_service_streaming.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/app/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/app/test_streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/client/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/client/test_client.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/core/test_llm.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/core/test_memory.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/core/test_observability.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/core/test_prompts.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/core/test_settings.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/integration/test_docker_e2e.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_auth.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_factory.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_service.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_service_e2e.py +0 -0
- {langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_utils.py +0 -0
|
@@ -6,6 +6,18 @@ 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.6]
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Added schema for postgres db
|
|
14
|
+
|
|
15
|
+
## [0.7.5]
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Downgrade langfuse
|
|
20
|
+
|
|
9
21
|
## [0.7.4]
|
|
10
22
|
|
|
11
23
|
### Updated
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langgraph-agent-toolkit
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.6
|
|
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
|
|
@@ -68,7 +68,7 @@ Requires-Dist: langchain-groq~=0.3.2; extra == 'all-llms'
|
|
|
68
68
|
Requires-Dist: langchain-ollama~=0.3.2; extra == 'all-llms'
|
|
69
69
|
Requires-Dist: langchain-openai~=0.3.16; extra == 'all-llms'
|
|
70
70
|
Provides-Extra: all-observability
|
|
71
|
-
Requires-Dist: langfuse<
|
|
71
|
+
Requires-Dist: langfuse<2.70.0,>=2.60.3; extra == 'all-observability'
|
|
72
72
|
Requires-Dist: langsmith<0.5.0,>=0.3.31; extra == 'all-observability'
|
|
73
73
|
Provides-Extra: anthropic
|
|
74
74
|
Requires-Dist: langchain-anthropic~=0.3.12; extra == 'anthropic'
|
|
@@ -90,7 +90,7 @@ Provides-Extra: gunicorn-backend
|
|
|
90
90
|
Requires-Dist: gunicorn~=23.0.0; extra == 'gunicorn-backend'
|
|
91
91
|
Requires-Dist: uvicorn[standard]~=0.34.2; extra == 'gunicorn-backend'
|
|
92
92
|
Provides-Extra: langfuse
|
|
93
|
-
Requires-Dist: langfuse<
|
|
93
|
+
Requires-Dist: langfuse<2.70.0,>=2.60.3; extra == 'langfuse'
|
|
94
94
|
Provides-Extra: langsmith
|
|
95
95
|
Requires-Dist: langsmith<0.5.0,>=0.3.31; extra == 'langsmith'
|
|
96
96
|
Provides-Extra: ollama
|
|
@@ -61,16 +61,24 @@ class PostgresMemoryBackend(BaseMemoryBackend):
|
|
|
61
61
|
"""
|
|
62
62
|
logger.info(
|
|
63
63
|
f"Creating PostgreSQL connection pool: min_size={settings.POSTGRES_MIN_SIZE}, "
|
|
64
|
-
f"max_size={settings.POSTGRES_POOL_SIZE}, max_idle={settings.POSTGRES_MAX_IDLE}"
|
|
64
|
+
f"max_size={settings.POSTGRES_POOL_SIZE}, max_idle={settings.POSTGRES_MAX_IDLE}, "
|
|
65
|
+
f"schema={settings.POSTGRES_SCHEMA}"
|
|
65
66
|
)
|
|
66
67
|
|
|
68
|
+
# Prepare connection kwargs with schema setting
|
|
69
|
+
connection_kwargs = {"autocommit": True, "prepare_threshold": 0, "row_factory": dict_row}
|
|
70
|
+
|
|
71
|
+
# Set search_path using options parameter if schema is specified and not default
|
|
72
|
+
if settings.POSTGRES_SCHEMA and settings.POSTGRES_SCHEMA != "public":
|
|
73
|
+
connection_kwargs["options"] = f"-c search_path={settings.POSTGRES_SCHEMA}"
|
|
74
|
+
|
|
67
75
|
# Use AsyncConnectionPool as an async context manager
|
|
68
76
|
async with AsyncConnectionPool(
|
|
69
77
|
self.get_connection_string(),
|
|
70
78
|
min_size=settings.POSTGRES_MIN_SIZE,
|
|
71
79
|
max_size=settings.POSTGRES_POOL_SIZE,
|
|
72
80
|
max_idle=settings.POSTGRES_MAX_IDLE,
|
|
73
|
-
kwargs=
|
|
81
|
+
kwargs=connection_kwargs,
|
|
74
82
|
) as pool:
|
|
75
83
|
logger.info("PostgreSQL connection pool opened successfully")
|
|
76
84
|
|
|
@@ -99,6 +99,7 @@ class Settings(BaseSettings):
|
|
|
99
99
|
POSTGRES_HOST: str | None = None
|
|
100
100
|
POSTGRES_PORT: int | None = None
|
|
101
101
|
POSTGRES_DB: str | None = None
|
|
102
|
+
POSTGRES_SCHEMA: str = "public"
|
|
102
103
|
POSTGRES_POOL_SIZE: int = Field(default=200, description="Maximum number of connections in the pool")
|
|
103
104
|
POSTGRES_MIN_SIZE: int = Field(default=10, description="Minimum number of connections in the pool")
|
|
104
105
|
POSTGRES_MAX_IDLE: int = Field(default=300, description="Maximum number of idle connections")
|
|
@@ -25,7 +25,7 @@ def run_service(
|
|
|
25
25
|
AGENT_PATHS=[
|
|
26
26
|
"langgraph_agent_toolkit.agents.blueprints.react.agent:react_agent",
|
|
27
27
|
"langgraph_agent_toolkit.agents.blueprints.react_so.agent:react_agent_so",
|
|
28
|
-
"langgraph_agent_toolkit.agents.blueprints.supervisor_agent.agent:supervisor_agent",
|
|
28
|
+
# "langgraph_agent_toolkit.agents.blueprints.supervisor_agent.agent:supervisor_agent",
|
|
29
29
|
"langgraph_agent_toolkit.agents.blueprints.chatbot.agent:chatbot_agent",
|
|
30
30
|
"langgraph_agent_toolkit.agents.blueprints.interrupt_agent.agent:interrupt_agent",
|
|
31
31
|
]
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langgraph-agent-toolkit"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.6"
|
|
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" }]
|
|
@@ -158,7 +158,7 @@ all-llms = [
|
|
|
158
158
|
|
|
159
159
|
# Observability tools and platforms
|
|
160
160
|
langfuse = [
|
|
161
|
-
"langfuse >= 2.60.3,<
|
|
161
|
+
"langfuse >= 2.60.3,< 2.70.0",
|
|
162
162
|
]
|
|
163
163
|
|
|
164
164
|
langsmith = [
|
|
@@ -166,7 +166,7 @@ langfuse = [
|
|
|
166
166
|
]
|
|
167
167
|
|
|
168
168
|
all-observability = [
|
|
169
|
-
"langfuse >= 2.60.3,<
|
|
169
|
+
"langfuse >= 2.60.3,< 2.70.0",
|
|
170
170
|
"langsmith >= 0.3.31,< 0.5.0",
|
|
171
171
|
]
|
|
172
172
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
-- Connect to agents database
|
|
2
|
+
\c agents;
|
|
3
|
+
|
|
4
|
+
-- Create schema for checkpoints
|
|
5
|
+
CREATE SCHEMA IF NOT EXISTS checkpoints;
|
|
6
|
+
|
|
7
|
+
-- Grant permissions to postgres user (not "agents" role which doesn't exist)
|
|
8
|
+
GRANT USAGE ON SCHEMA checkpoints TO postgres;
|
|
9
|
+
GRANT CREATE ON SCHEMA checkpoints TO postgres;
|
|
10
|
+
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA checkpoints TO postgres;
|
|
11
|
+
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA checkpoints TO postgres;
|
|
12
|
+
|
|
13
|
+
-- Set default privileges for future objects
|
|
14
|
+
ALTER DEFAULT PRIVILEGES IN SCHEMA checkpoints GRANT ALL ON TABLES TO postgres;
|
|
15
|
+
ALTER DEFAULT PRIVILEGES IN SCHEMA checkpoints GRANT ALL ON SEQUENCES TO postgres;
|
|
@@ -1669,7 +1669,7 @@ wheels = [
|
|
|
1669
1669
|
|
|
1670
1670
|
[[package]]
|
|
1671
1671
|
name = "langgraph-agent-toolkit"
|
|
1672
|
-
version = "0.7.
|
|
1672
|
+
version = "0.7.6"
|
|
1673
1673
|
source = { editable = "." }
|
|
1674
1674
|
dependencies = [
|
|
1675
1675
|
{ name = "duckduckgo-search" },
|
|
@@ -1822,8 +1822,8 @@ requires-dist = [
|
|
|
1822
1822
|
{ name = "langchain-ollama", marker = "extra == 'ollama'", specifier = "~=0.3.2" },
|
|
1823
1823
|
{ name = "langchain-openai", marker = "extra == 'all-llms'", specifier = "~=0.3.16" },
|
|
1824
1824
|
{ name = "langchain-openai", marker = "extra == 'openai'", specifier = "~=0.3.16" },
|
|
1825
|
-
{ name = "langfuse", marker = "extra == 'all-observability'", specifier = ">=2.60.3,<
|
|
1826
|
-
{ name = "langfuse", marker = "extra == 'langfuse'", specifier = ">=2.60.3,<
|
|
1825
|
+
{ name = "langfuse", marker = "extra == 'all-observability'", specifier = ">=2.60.3,<2.70.0" },
|
|
1826
|
+
{ name = "langfuse", marker = "extra == 'langfuse'", specifier = ">=2.60.3,<2.70.0" },
|
|
1827
1827
|
{ name = "langgraph", specifier = "~=0.4.5" },
|
|
1828
1828
|
{ name = "langgraph-checkpoint-postgres", specifier = "~=2.0.21" },
|
|
1829
1829
|
{ name = "langgraph-checkpoint-sqlite", specifier = "~=2.0.7" },
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.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.7.4 → langgraph_agent_toolkit-0.7.6}/.github/workflows/deploy.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/.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.7.4 → langgraph_agent_toolkit-0.7.6}/configs/litellm/.litellm.env.example
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/litellm/config.example.yaml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/configs/minio/.minio.env.example
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/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.7.4 → langgraph_agent_toolkit-0.7.6}/docs/media/agent_architecture.png
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/docs/media/agent_diagram.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/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
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/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
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/scripts/python/01-invoke-proxy.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/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
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/agents/test_agent_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/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.7.4 → langgraph_agent_toolkit-0.7.6}/tests/core/test_observability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/integration/test_docker_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_factory.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_service.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.4 → langgraph_agent_toolkit-0.7.6}/tests/service/test_service_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|