langgraph-agent-toolkit 0.7.1__tar.gz → 0.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.env.example +2 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/CHANGELOG.md +12 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/PKG-INFO +1 -1
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/settings.py +29 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/pyproject.toml +1 -1
- langgraph_agent_toolkit-0.7.3/scripts/python/099-t.py +52 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/uv.lock +1 -1
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.coveragerc +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.dockerignore +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/RELEASE_TEMPLATE/release-template.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/codecov.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/dependabot.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/scripts/tag_from_pyproject.sh +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/workflows/deploy.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/workflows/release.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/workflows/sphinx.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/workflows/test.yml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.gitignore +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.pre-commit-config.yaml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.project-root +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/CONTRIBUTING.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/LICENSE +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/Makefile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/README.md +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/clickhouse/.clickhouse.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/langfuse/.langfuse.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/litellm/.litellm.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/litellm/config.example.yaml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/minio/.minio.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/postgres/.postgres.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/redis/.redis.env.example +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docker/app/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docker/service/Dockerfile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docker-compose.yaml +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/.gitignore +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/Makefile +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/_static/custom.css +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/_templates/class.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/_templates/layout.html +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/_templates/module.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/conf.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/contributing.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/environment_setup.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/index.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/installation.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/make.bat +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/media/agent_architecture.excalidraw +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/media/agent_architecture.png +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/media/agent_diagram.png +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/media/logo.svg +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/usage.rst +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph.json +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/task.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/bg_task_agent/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/chatbot/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/chatbot/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/command_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/command_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/interrupt_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/knowledge_base_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/react/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/react/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/react_so/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/react_so/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/blueprints/supervisor_agent/agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/components/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/components/creators/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/components/creators/create_react_agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/components/tools.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/agents/components/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/client/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/client/client.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/memory/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/memory/base.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/memory/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/memory/postgres.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/memory/sqlite.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/memory/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/models/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/models/chat_openai.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/models/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/models/fake.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/base.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/empty.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/langfuse.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/langsmith.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/observability/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/prompts/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/core/prompts/chat_prompt_template.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/helper/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/helper/constants.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/helper/logging.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/helper/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/helper/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/run_agent.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/run_client.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/run_service.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/schema/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/schema/models.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/schema/schema.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/schema/task_data.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/__init__.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/exception_handlers.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/handler.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/middleware.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/routes.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/service/utils.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/postgres-init/create_databases.sql +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/01-invoke-proxy.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/02-test-local-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/03-test-langfuse-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/04-test-langsmith-pm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/05-test-prompt-types.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/06-test-custom-chat-prompt-template.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/07-test-get-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/08-test-update-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/09-test-clear-chat-history.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/agents/test_agent_executor.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/agents/test_service_streaming.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/app/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/app/test_streamlit_app.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/client/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/client/test_client.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/core/test_llm.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/core/test_memory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/core/test_observability.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/core/test_prompts.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/core/test_settings.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/integration/test_docker_e2e.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/conftest.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_auth.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_factory.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_service.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_service_e2e.py +0 -0
- {langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_utils.py +0 -0
|
@@ -86,6 +86,8 @@ OLLAMA_BASE_URL=
|
|
|
86
86
|
# Model configurations - use multiline format with line continuation for readability
|
|
87
87
|
# It can be useful if you want to use different models for different agents or use different models from different providers.
|
|
88
88
|
MODEL_CONFIGS={"router":{"provider":"azure_openai","model_name":"gpt-4o","openai_api_key":"your-azure-key-here","azure_endpoint":"https://your-resource.openai.azure.com/","openai_api_version":"2024-12-01-preview","deployment_name":"gpt-4o-deployment"},"assistant":{"provider":"azure_openai","model_name":"gpt-4o-mini","openai_api_key":"your-azure-key-here","azure_endpoint":"https://your-resource.openai.azure.com/","openai_api_version":"2024-12-01-preview","deployment_name":"gpt-4o-mini-deployment"},"analyzer":{"provider":"google_genai","model_name":"gemini-pro","api_key":"your-google-key-here","temperature":0.7}}
|
|
89
|
+
MODEL_CONFIGS_BASE64=
|
|
90
|
+
MODEL_CONFIGS_PATH=
|
|
89
91
|
|
|
90
92
|
# Amazon Bedrock Knowledge Base ID
|
|
91
93
|
AWS_KB_ID=
|
|
@@ -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.3]
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- New env variable for model config (base64)
|
|
14
|
+
|
|
15
|
+
## [0.7.2]
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- New env variable for model config (file)
|
|
20
|
+
|
|
9
21
|
## [0.7.1]
|
|
10
22
|
|
|
11
23
|
### 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.3
|
|
4
4
|
Summary: Full toolkit for running an AI agent service built with LangGraph, FastAPI and Streamlit
|
|
5
5
|
Project-URL: documentation, https://kryvokhyzha.github.io/langgraph-agent-toolkit
|
|
6
6
|
Project-URL: repository, https://github.com/kryvokhyzha/langgraph-agent-toolkit
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import base64
|
|
1
2
|
import json
|
|
2
3
|
import os
|
|
3
4
|
from typing import Annotated, Any, Dict, Optional
|
|
@@ -104,6 +105,8 @@ class Settings(BaseSettings):
|
|
|
104
105
|
|
|
105
106
|
# Model configurations dictionary
|
|
106
107
|
MODEL_CONFIGS: Dict[str, Dict[str, Any]] = Field(default_factory=dict)
|
|
108
|
+
MODEL_CONFIGS_BASE64: str | None = None
|
|
109
|
+
MODEL_CONFIGS_PATH: str | None = None
|
|
107
110
|
|
|
108
111
|
def _apply_langgraph_env_overrides(self) -> None:
|
|
109
112
|
"""Apply any LANGGRAPH_ prefixed environment variables to override settings."""
|
|
@@ -151,6 +154,8 @@ class Settings(BaseSettings):
|
|
|
151
154
|
def _initialize_model_configs(self) -> None:
|
|
152
155
|
"""Initialize model configurations from environment variables."""
|
|
153
156
|
model_configs_env = os.environ.get("MODEL_CONFIGS")
|
|
157
|
+
model_configs_base64_env = os.environ.get("MODEL_CONFIGS_BASE64")
|
|
158
|
+
model_configs_path_env = os.environ.get("MODEL_CONFIGS_PATH")
|
|
154
159
|
if model_configs_env:
|
|
155
160
|
try:
|
|
156
161
|
configs = json.loads(model_configs_env)
|
|
@@ -161,6 +166,30 @@ class Settings(BaseSettings):
|
|
|
161
166
|
logger.warning("MODEL_CONFIGS environment variable is not a valid JSON object")
|
|
162
167
|
except json.JSONDecodeError:
|
|
163
168
|
logger.error("Failed to parse MODEL_CONFIGS environment variable as JSON")
|
|
169
|
+
elif model_configs_base64_env:
|
|
170
|
+
try:
|
|
171
|
+
decoded_configs = base64.b64decode(model_configs_base64_env).decode("utf-8")
|
|
172
|
+
configs = json.loads(decoded_configs)
|
|
173
|
+
if isinstance(configs, dict):
|
|
174
|
+
self.MODEL_CONFIGS = configs
|
|
175
|
+
logger.info(f"Loaded {len(configs)} model configurations from MODEL_CONFIGS_BASE64")
|
|
176
|
+
else:
|
|
177
|
+
logger.warning("MODEL_CONFIGS_BASE64 cannot be parsed as a valid JSON object")
|
|
178
|
+
except (ValueError, json.JSONDecodeError) as e:
|
|
179
|
+
logger.error(f"Failed to decode MODEL_CONFIGS_BASE64: {e}")
|
|
180
|
+
elif model_configs_path_env:
|
|
181
|
+
try:
|
|
182
|
+
with open(model_configs_path_env, "r", encoding="utf-8") as f:
|
|
183
|
+
configs = json.load(f)
|
|
184
|
+
if isinstance(configs, dict):
|
|
185
|
+
self.MODEL_CONFIGS = configs
|
|
186
|
+
logger.info(f"Loaded {len(configs)} model configurations from {model_configs_path_env}")
|
|
187
|
+
else:
|
|
188
|
+
logger.warning("MODEL_CONFIGS_PATH cannot be parsed as a valid JSON object")
|
|
189
|
+
except (FileNotFoundError, json.JSONDecodeError) as e:
|
|
190
|
+
logger.error(f"Failed to load model configurations from {model_configs_path_env}: {e}")
|
|
191
|
+
else:
|
|
192
|
+
logger.info("No MODEL_CONFIGS found in environment variables or file")
|
|
164
193
|
|
|
165
194
|
def get_model_config(self, config_key: str) -> Optional[Dict[str, Any]]:
|
|
166
195
|
"""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.3"
|
|
8
8
|
description = "Full toolkit for running an AI agent service built with LangGraph, FastAPI and Streamlit"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Roman Kryvokhyzha", email = "kriwohizha@gmail.com" }, { name = "Joshua Carroll", email = "carroll.joshk@gmail.com" }]
|
|
@@ -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
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/PULL_REQUEST_TEMPLATE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/workflows/deploy.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/.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.3}/configs/litellm/.litellm.env.example
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/litellm/config.example.yaml
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/minio/.minio.env.example
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/configs/redis/.redis.env.example
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/docs/media/agent_architecture.png
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/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.3}/langgraph_agent_toolkit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/langgraph_agent_toolkit/run_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/01-invoke-proxy.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/scripts/python/02-test-local-pm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/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.3}/tests/app/test_streamlit_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/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.3}/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.3}/tests/service/test_factory.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_service.py
RENAMED
|
File without changes
|
{langgraph_agent_toolkit-0.7.1 → langgraph_agent_toolkit-0.7.3}/tests/service/test_service_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|