pygeai 0.2.7b47__tar.gz → 0.2.7b49__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.
- {pygeai-0.2.7b47/pygeai.egg-info → pygeai-0.2.7b49}/PKG-INFO +1 -1
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/docs/geai-proxy/README.md +29 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/common/config.py +8 -5
- {pygeai-0.2.7b47 → pygeai-0.2.7b49/pygeai.egg-info}/PKG-INFO +1 -1
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pyproject.toml +1 -1
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/LICENSE +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/MANIFEST.in +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/README.md +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/admin/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/admin/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/admin/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/data/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/data/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/data_analyst/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/data_analyst/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/data_analyst/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/rag/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/rag/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/rag/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/rag/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/rag/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/assistant/rag/responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/iris.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/session.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/settings.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/chat/ui.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/__main__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/admin.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/base.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/builders.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/chat.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/common.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/configuration.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/embeddings.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/evaluation.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/feedback.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/files.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/flows/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/gam.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/lab/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/lab/ai_lab.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/lab/common.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/lab/spec.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/llm.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/migrate.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/options.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/organization.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/rag.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/rerank.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/secrets.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/usage_limits.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/validators.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/commands/version.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/geai.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/geai_proxy.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/install_man.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/parsers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/texts/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/cli/texts/help.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/base/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/base/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/base/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/base/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/base/responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/base/session.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/common/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/common/decorators.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/common/exceptions.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/embeddings/responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/feedback/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/feedback/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/feedback/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/feedback/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/files/responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/handlers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/llm/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/llm/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/llm/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/plugins/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/plugins/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/plugins/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/plugins/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/rerank/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/rerank/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/rerank/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/rerank/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/rerank/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/rerank/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/secrets/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/secrets/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/secrets/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/services/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/services/llm/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/services/llm/model.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/services/llm/providers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/services/response.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/services/rest.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/singleton.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/utils/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/core/utils/console.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/dbg/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/dbg/debugger.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/dataset/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/dataset/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/dataset/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/plan/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/plan/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/plan/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/result/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/result/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/evaluation/result/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/flows/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/flows/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/flows/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/gam/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/gam/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/gam/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/health/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/health/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/health/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/agents/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/agents/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/agents/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/agents/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/constants.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/processes/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/processes/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/processes/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/processes/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/runners.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/spec/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/spec/loader.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/spec/parsers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/strategies/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/strategies/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/strategies/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/strategies/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/tools/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/tools/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/tools/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/lab/tools/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/man/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/man/man1/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/man/man1/geai-proxy.1 +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/man/man1/geai.1 +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/migration/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/migration/strategies.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/migration/tools.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/limits/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/limits/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/limits/endpoints.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/limits/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/limits/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/organization/responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/proxy/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/proxy/clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/proxy/config.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/proxy/managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/proxy/servers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/proxy/tool.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/admin/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/admin/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/rag/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/rag/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/rag/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/rag/test_models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/test_managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/assistants/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/chat/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/chat/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/chat/test_iris.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/chat/test_session.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/chat/test_ui.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/lab/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/lab/test_ai_lab.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/lab/test_common.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/lab/test_spec.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_chat.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_common.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_embeddings.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_feedback.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_files.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_gam.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_llm.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_migrate.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_organization.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_rag.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_rerank.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_show_help.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_usage_limits.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_validators.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/commands/test_version.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/cli/test_parsers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/base/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/base/data/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/base/data/mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/base/data/models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/base/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/base/test_models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/common/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/common/data/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/common/test_config.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/common/test_decorators.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/embeddings/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/embeddings/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/feedback/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/feedback/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/files/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/files/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/files/test_managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/files/test_models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/files/test_responses.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/llm/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/llm/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/rerank/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/rerank/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/rerank/test_managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/rerank/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/secrets/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/secrets/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/services/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/services/test_rest.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/test_handlers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/utils/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/core/utils/test_console.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/dbg/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/dbg/test_debugger.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/gam/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/gam/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/health/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/health/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_agents_list.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_create_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_create_sharing_link.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_delete_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_get_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_publish_agent_revision.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/integration/lab/agents/test_update_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/agents/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/agents/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/agents/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/processes/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/processes/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/processes/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/spec/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/spec/test_loader.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/spec/test_parsers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/strategies/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/strategies/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/strategies/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/test_managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/test_models.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/tools/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/tools/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/lab/tools/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/migration/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/migration/test_strategies.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/migration/test_tools.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/limits/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/limits/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/limits/test_managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/test_clients.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/test_managers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/organization/test_mappers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/create_chat_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/create_text_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/data_analyst/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/data_analyst/extend_and_check.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/data_analyst/extend_dataset.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/data_analyst/get_status.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/file_summarizer_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/get_assistant_data.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/get_assistant_list.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/create_rag_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/delete_al_documents.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/delete_document.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/delete_rag_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/get_document.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/get_documents.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/get_rag_assistant_data.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/update_rag_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/rag/upload_document.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/send_feedback.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/assistants/update_chat_assistant.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/cancel_request.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/chat_completion.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/chat_completion_1.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/chat_completion_2.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/chat_completion_3.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/chat_completion_4.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/chat_completion_streaming.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/get_request_status.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/chat/send_chat_request.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/embeddings/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/embeddings/generate_embeddings.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/evaluation/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/files/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/files/delete_file.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/files/get_file_content.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/files/get_file_data.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/files/get_file_list.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/files/upload_file.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/gam/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/gam/gam_access_token.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agentic_flow_example_1.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agentic_flow_example_2.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agentic_flow_example_3.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agentic_flow_example_4.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/create_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/create_agent_2.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/delete_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/get_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/get_sharing_link.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/list_agents.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/publish_agent_revision.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/agents/update_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/assistant_to_agent.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/crud_ui.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/create_process.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/create_task.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/jobs/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/jobs/list_jobs.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/kbs/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/kbs/create_kb.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/kbs/get_kb.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/kbs/list_kbs.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/kbs/try_all.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/processes/list_processes.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/runner_1.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/samples/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/samples/summarize_files.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/strategies/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/strategies/create_reasoning_strategy.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/strategies/get_reasoning_strategy.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/strategies/list_reasoning_strategies.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/strategies/update_reasoning_strategy.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/create_tool.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/delete_tool.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/get_parameter.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/get_tool.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/list_tools.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/publish_tool_revision.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/set_parameters.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/tools/update_tool.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/c_code_fixer_agent_flow.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/create_cli_expert.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/create_lab_expert.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/create_tool_headless_web_browser.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/create_web_designer.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/create_web_reader.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/file_summarizer_example.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/file_summarizer_example_2.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/update_cli_expert.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/update_lab_expert.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/update_web_designer.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/update_web_reader.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/lab/use_cases/update_web_reader_with_tool.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/migrate/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/create_project.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/delete_project.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/export_request_data.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/get_project_data.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/get_project_list.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/get_project_tokens.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/organization/update_project.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/rerank/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/rerank/rerank_chunks.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/secrets/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/delete_usage_limit.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/get_all_usage_limit_from_organization.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/get_usage_limit_from_organization.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/get_usage_limit_from_project.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/set_usage_limit_organization.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/set_usage_limit_project.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/update_usage_limit_organization.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/tests/snippets/usage_limit/update_usage_limit_project.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/auth/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/auth/user.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/client/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/client/client.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/client/errors.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/client/helpers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/py.typed +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/agent_execution/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/agent_execution/agent_executor.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/agent_execution/context.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/agent_execution/request_context_builder.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/agent_execution/simple_request_context_builder.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/apps/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/apps/jsonrpc/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/apps/jsonrpc/fastapi_app.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/apps/jsonrpc/jsonrpc_app.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/apps/jsonrpc/starlette_app.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/context.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/events/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/events/event_consumer.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/events/event_queue.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/events/in_memory_queue_manager.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/events/queue_manager.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/request_handlers/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/request_handlers/default_request_handler.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/request_handlers/jsonrpc_handler.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/request_handlers/request_handler.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/request_handlers/response_helpers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/inmemory_push_notifier.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/inmemory_task_store.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/push_notifier.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/result_aggregator.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/task_manager.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/task_store.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/server/tasks/task_updater.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/types.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/__init__.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/artifact.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/errors.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/helpers.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/message.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/task.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai/vendor/a2a/utils/telemetry.py +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai.egg-info/SOURCES.txt +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai.egg-info/dependency_links.txt +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai.egg-info/entry_points.txt +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai.egg-info/requires.txt +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/pygeai.egg-info/top_level.txt +0 -0
- {pygeai-0.2.7b47 → pygeai-0.2.7b49}/setup.cfg +0 -0
|
@@ -254,3 +254,32 @@ Written by the GEAI development team.
|
|
|
254
254
|
Copyright © 2025 GEAI development team.
|
|
255
255
|
|
|
256
256
|
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
257
|
+
|
|
258
|
+
##Architecture
|
|
259
|
+
|
|
260
|
+
```mermaidAdd commentMore actions
|
|
261
|
+
graph TD
|
|
262
|
+
user["User \nClient interacting with the GEAI"]
|
|
263
|
+
geai["GEAI \nGlobant Enterprise AI"]
|
|
264
|
+
proxy["MCP / A2A Proxy \nProxy that connects to multiple MCP Servers / A2A Agents to call tools"]
|
|
265
|
+
|
|
266
|
+
mcpA["MCP Server A \nTool server for search functionality"]
|
|
267
|
+
mcpB["MCP Server B \nTool server for code execution"]
|
|
268
|
+
A2A["A2A Agent \nAi Agent for database queries"]
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
user -->|Interacts/Calls tools via| geai
|
|
272
|
+
geai -->|Returns tool responses| user
|
|
273
|
+
geai -->|Calls tools via| proxy
|
|
274
|
+
proxy -->|Returns tool responses| geai
|
|
275
|
+
|
|
276
|
+
user -->|Calls Search Tool| proxy
|
|
277
|
+
proxy -->|Calls Search Tool| mcpA
|
|
278
|
+
mcpA -->|Returns search results| proxy
|
|
279
|
+
|
|
280
|
+
proxy -->|Calls Code Tool| mcpB
|
|
281
|
+
mcpB -->|Returns code output| proxy
|
|
282
|
+
|
|
283
|
+
proxy -->|Calls DB Agent| A2A
|
|
284
|
+
A2A -->|Returns sql query| proxy
|
|
285
|
+
```
|
|
@@ -4,6 +4,8 @@ from functools import lru_cache
|
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
import configparser
|
|
6
6
|
|
|
7
|
+
from pygeai import logger
|
|
8
|
+
|
|
7
9
|
HOME_DIR = Path.home()
|
|
8
10
|
SETTINGS_DIR = HOME_DIR / ".geai"
|
|
9
11
|
SETTINGS_DIR.mkdir(parents=True, exist_ok=True)
|
|
@@ -35,8 +37,9 @@ class SettingsManager:
|
|
|
35
37
|
def get_setting_value(self, setting_key: str, alias: str):
|
|
36
38
|
"""Reads a setting value for a specific alias from the credentials file."""
|
|
37
39
|
if alias not in self.config:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
+
logger.warning(f"Alias '{alias}' not found in the credentials file.")
|
|
41
|
+
return
|
|
42
|
+
|
|
40
43
|
if setting_key not in self.config[alias]:
|
|
41
44
|
sys.stdout.write(f"'{setting_key}' not found in alias '{alias}' in the credentials file. Adding empty value.\n")
|
|
42
45
|
# SET ADDITIONAL URLS
|
|
@@ -56,7 +59,7 @@ class SettingsManager:
|
|
|
56
59
|
self.config.write(file)
|
|
57
60
|
|
|
58
61
|
def get_api_key(self, alias: str = "default"):
|
|
59
|
-
api_key = os.environ.get("GEAI_API_KEY") if alias == "default" else None
|
|
62
|
+
api_key = os.environ.get("GEAI_API_KEY") if not alias or alias == "default" else None
|
|
60
63
|
if not api_key:
|
|
61
64
|
api_key = self.get_setting_value("GEAI_API_KEY", alias)
|
|
62
65
|
|
|
@@ -66,7 +69,7 @@ class SettingsManager:
|
|
|
66
69
|
self.set_setting_value("GEAI_API_KEY", api_key, alias)
|
|
67
70
|
|
|
68
71
|
def get_base_url(self, alias: str = "default"):
|
|
69
|
-
base_url = os.environ.get("GEAI_API_BASE_URL") if alias == "default" else None
|
|
72
|
+
base_url = os.environ.get("GEAI_API_BASE_URL") if not alias or alias == "default" else None
|
|
70
73
|
if not base_url:
|
|
71
74
|
base_url = self.get_setting_value("GEAI_API_BASE_URL", alias)
|
|
72
75
|
|
|
@@ -76,7 +79,7 @@ class SettingsManager:
|
|
|
76
79
|
self.set_setting_value("GEAI_API_BASE_URL", base_url, alias)
|
|
77
80
|
|
|
78
81
|
def get_eval_url(self, alias: str = "default"):
|
|
79
|
-
eval_url = os.environ.get("GEAI_API_EVAL_URL") if alias == "default" else None
|
|
82
|
+
eval_url = os.environ.get("GEAI_API_EVAL_URL") if not alias or alias == "default" else None
|
|
80
83
|
if not eval_url:
|
|
81
84
|
eval_url = self.get_setting_value("GEAI_API_EVAL_URL", alias)
|
|
82
85
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|