langgraph-agent-toolkit 0.7.1__tar.gz → 0.7.2__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.1 → langgraph_agent_toolkit-0.7.2}/CHANGELOG.md +6 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/PKG-INFO +1 -1
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/settings.py +15 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/pyproject.toml +1 -1
- langgraph_agent_toolkit-0.7.2/scripts/python/099-t.py +52 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/uv.lock +1 -1
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.coveragerc +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.dockerignore +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/RELEASE_TEMPLATE/release-template.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/codecov.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/dependabot.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/scripts/tag_from_pyproject.sh +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/workflows/deploy.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/workflows/release.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/workflows/sphinx.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/workflows/test.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.gitignore +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.pre-commit-config.yaml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.project-root +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/CONTRIBUTING.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/LICENSE +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/Makefile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/README.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/clickhouse/.clickhouse.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/langfuse/.langfuse.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/litellm/.litellm.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/litellm/config.example.yaml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/minio/.minio.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/postgres/.postgres.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/redis/.redis.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docker/app/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docker/service/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docker-compose.yaml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/.gitignore +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/Makefile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/_static/custom.css +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/_templates/class.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/_templates/layout.html +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/_templates/module.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/conf.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/contributing.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/environment_setup.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/index.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/installation.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/make.bat +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/media/agent_architecture.excalidraw +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/media/agent_architecture.png +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/media/agent_diagram.png +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/media/logo.svg +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/usage.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph.json +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/task.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/chatbot/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/chatbot/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/command_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/command_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/react/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/react/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/react_so/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/react_so/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/components/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/components/creators/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/components/creators/create_react_agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/components/tools.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/agents/components/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/client/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/client/client.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/memory/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/memory/base.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/memory/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/memory/postgres.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/memory/sqlite.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/memory/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/models/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/models/chat_openai.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/models/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/models/fake.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/base.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/empty.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/langfuse.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/langsmith.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/observability/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/prompts/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/core/prompts/chat_prompt_template.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/helper/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/helper/constants.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/helper/logging.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/helper/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/helper/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/run_agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/run_client.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/run_service.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/schema/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/schema/models.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/schema/schema.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/schema/task_data.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/exception_handlers.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/handler.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/middleware.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/routes.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/service/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/langgraph_agent_toolkit/streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/postgres-init/create_databases.sql +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/01-invoke-proxy.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/02-test-local-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/03-test-langfuse-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/04-test-langsmith-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/05-test-prompt-types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/06-test-custom-chat-prompt-template.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/07-test-get-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/08-test-update-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/09-test-clear-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/agents/test_agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/agents/test_service_streaming.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/app/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/app/test_streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/client/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/client/test_client.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/core/test_llm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/core/test_memory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/core/test_observability.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/core/test_prompts.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/core/test_settings.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/integration/test_docker_e2e.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_auth.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_service.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_service_e2e.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_utils.py +0 -0
|
@@ -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.7.2]
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- New env variable for model config
|
|
14
|
+
|
|
9
15
|
## [0.7.1]
|
|
10
16
|
|
|
11
17
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langgraph-agent-toolkit
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
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
|
|
@@ -104,6 +104,7 @@ class Settings(BaseSettings):
|
|
|
104
104
|
|
|
105
105
|
# Model configurations dictionary
|
|
106
106
|
MODEL_CONFIGS: Dict[str, Dict[str, Any]] = Field(default_factory=dict)
|
|
107
|
+
MODEL_CONFIGS_PATH: str | None = None
|
|
107
108
|
|
|
108
109
|
def _apply_langgraph_env_overrides(self) -> None:
|
|
109
110
|
"""Apply any LANGGRAPH_ prefixed environment variables to override settings."""
|
|
@@ -151,6 +152,7 @@ class Settings(BaseSettings):
|
|
|
151
152
|
def _initialize_model_configs(self) -> None:
|
|
152
153
|
"""Initialize model configurations from environment variables."""
|
|
153
154
|
model_configs_env = os.environ.get("MODEL_CONFIGS")
|
|
155
|
+
model_configs_path_env = os.environ.get("MODEL_CONFIGS_PATH")
|
|
154
156
|
if model_configs_env:
|
|
155
157
|
try:
|
|
156
158
|
configs = json.loads(model_configs_env)
|
|
@@ -161,6 +163,19 @@ class Settings(BaseSettings):
|
|
|
161
163
|
logger.warning("MODEL_CONFIGS environment variable is not a valid JSON object")
|
|
162
164
|
except json.JSONDecodeError:
|
|
163
165
|
logger.error("Failed to parse MODEL_CONFIGS environment variable as JSON")
|
|
166
|
+
elif model_configs_path_env:
|
|
167
|
+
try:
|
|
168
|
+
with open(model_configs_path_env, "r", encoding="utf-8") as f:
|
|
169
|
+
configs = json.load(f)
|
|
170
|
+
if isinstance(configs, dict):
|
|
171
|
+
self.MODEL_CONFIGS = configs
|
|
172
|
+
logger.info(f"Loaded {len(configs)} model configurations from {model_configs_path_env}")
|
|
173
|
+
else:
|
|
174
|
+
logger.warning("MODEL_CONFIGS_PATH file is not a valid JSON object")
|
|
175
|
+
except (FileNotFoundError, json.JSONDecodeError) as e:
|
|
176
|
+
logger.error(f"Failed to load model configurations from {model_configs_path_env}: {e}")
|
|
177
|
+
else:
|
|
178
|
+
logger.info("No MODEL_CONFIGS found in environment variables or file")
|
|
164
179
|
|
|
165
180
|
def get_model_config(self, config_key: str) -> Optional[Dict[str, Any]]:
|
|
166
181
|
"""Get a model configuration by key.
|
|
@@ -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.2"
|
|
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" }]
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import os
|
|
2
|
+
|
|
3
|
+
from dotenv import find_dotenv, load_dotenv
|
|
4
|
+
from langchain.chat_models.base import init_chat_model
|
|
5
|
+
from pydantic import BaseModel, Field
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
load_dotenv(find_dotenv(".local.env"), override=True)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class ResponseSchema(BaseModel):
|
|
12
|
+
response: str = Field(
|
|
13
|
+
description="The response on user query.",
|
|
14
|
+
)
|
|
15
|
+
alternative_response: str = Field(
|
|
16
|
+
description="The alternative response on user query.",
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
if __name__ == "__main__":
|
|
21
|
+
DEFAULT_CONFIG_PREFIX = "agent"
|
|
22
|
+
DEFAULT_CONFIGURABLE_FIELDS = ("temperature", "max_tokens", "top_p", "streaming")
|
|
23
|
+
DEFAULT_MODEL_PARAMETER_VALUES = dict(
|
|
24
|
+
temperature=0.0,
|
|
25
|
+
max_tokens=1024,
|
|
26
|
+
top_p=0.7,
|
|
27
|
+
streaming=False,
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
configurable_model = init_chat_model(
|
|
31
|
+
model=os.getenv("OPENAI_MODEL_NAME"),
|
|
32
|
+
model_provider="openai",
|
|
33
|
+
config_prefix=DEFAULT_CONFIG_PREFIX,
|
|
34
|
+
configurable_fields=DEFAULT_CONFIGURABLE_FIELDS,
|
|
35
|
+
openai_api_key=os.getenv("OPENAI_API_KEY"),
|
|
36
|
+
openai_api_base=os.getenv("OPENAI_API_BASE_URL"),
|
|
37
|
+
**DEFAULT_MODEL_PARAMETER_VALUES,
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
print(f"Configurable model type: {type(configurable_model)}")
|
|
41
|
+
print("=" * 25)
|
|
42
|
+
|
|
43
|
+
model_so = configurable_model.with_structured_output(ResponseSchema)
|
|
44
|
+
|
|
45
|
+
print(f"Model with SO type: {type(configurable_model)}")
|
|
46
|
+
print("=" * 25)
|
|
47
|
+
|
|
48
|
+
result = model_so.invoke("Who is the president of Brasil?", config={"temperature": 0.5})
|
|
49
|
+
|
|
50
|
+
print(f"Result type: {type(result)}")
|
|
51
|
+
print(f"Result: {result}")
|
|
52
|
+
print("=" * 25)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.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.1 → langgraph_agent_toolkit-0.7.2}/.github/workflows/deploy.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/.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.1 → langgraph_agent_toolkit-0.7.2}/configs/litellm/.litellm.env.example
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/litellm/config.example.yaml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/configs/minio/.minio.env.example
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/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.1 → langgraph_agent_toolkit-0.7.2}/docs/media/agent_architecture.png
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/docs/media/agent_diagram.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/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
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/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.7.1 → langgraph_agent_toolkit-0.7.2}/scripts/python/01-invoke-proxy.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/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.7.1 → langgraph_agent_toolkit-0.7.2}/tests/agents/test_agent_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/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.1 → langgraph_agent_toolkit-0.7.2}/tests/core/test_observability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/integration/test_docker_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_factory.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_service.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.2}/tests/service/test_service_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|