aixtools 0.1.7__tar.gz → 0.1.8.post1__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.
Potentially problematic release.
This version of aixtools might be problematic. Click here for more details.
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.env_template +0 -9
- aixtools-0.1.8.post1/.github/workflows/release.yml +58 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/PKG-INFO +1 -1
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/_version.py +3 -3
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools.egg-info/PKG-INFO +1 -1
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools.egg-info/SOURCES.txt +0 -1
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/docker/mcp-base/Dockerfile +1 -1
- aixtools-0.1.7/.github/workflows/build_and_publish_docker.yml +0 -34
- aixtools-0.1.7/.github/workflows/release.yml +0 -36
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.github/workflows/lint-and-test.yml +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.gitignore +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.python-version +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.roo/rules/rules-mcp.md +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.roo/rules/rules.md +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/.vscode/settings.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/README.md +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/README.ori.md +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/config.toml +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/bn.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/en-US.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/gu.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/he-IL.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/hi.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/ja.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/kn.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/ml.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/mr.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/nl.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/ta.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/te.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/.chainlit/translations/zh-CN.json +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/app.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/card.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/pydantic_ai_adapter/agent_executor.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/pydantic_ai_adapter/storage.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/remote_agent_connection.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/agents/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/agents/agent.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/agents/agent_batch.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/agents/prompt.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/app.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/chainlit.md +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/context.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/db/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/db/database.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/db/vector_db.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/google/client.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/app.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/display.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/export.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/filters.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/log_utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/log_view/node_summary.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logfilters/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logfilters/context_filter.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/log_objects.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/logging_config.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/mcp_log_models.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/mcp_logger.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/model_patch_logging.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/logging/open_telemetry.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/mcp/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/mcp/client.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/mcp/example_client.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/mcp/example_server.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/mcp/fast_mcp_log.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/mcp/faulty_mcp.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/model_patch/model_patch.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/server/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/server/app_mounter.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/server/path.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/server/utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/testing/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/testing/aix_test_model.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/testing/mock_tool.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/testing/model_patch_cache.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/tools/doctor/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/tools/doctor/tool_doctor.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/tools/doctor/tool_recommendation.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/chainlit/cl_agent_show.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/chainlit/cl_utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/config.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/config_util.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/enum_with_description.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/files.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/persisted_dict.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/utils/utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/vault/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/vault/vault.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools.egg-info/dependency_links.txt +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools.egg-info/entry_points.txt +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools.egg-info/requires.txt +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools.egg-info/top_level.txt +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/notebooks/example_faulty_mcp_server.ipynb +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/notebooks/example_mcp_server_stdio.ipynb +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/notebooks/example_raw_mcp_client.ipynb +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/notebooks/example_tool_doctor.ipynb +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/pyproject.toml +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/config.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/lint.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/log_view.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/run_example_mcp_server.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/run_faulty_mcp_server.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/run_server.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/scripts/test.sh +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/setup.cfg +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/pydantic_ai_adapter/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/pydantic_ai_adapter/test_agent_executor.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/pydantic_ai_adapter/test_storage.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/test_card.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/test_remote_agent_connection.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/test_utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/agents/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/agents/test_prompt.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/google/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/google/test_client.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/mcp/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/mcp/test_client.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/server/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/server/test_path.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/server/test_utils.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/utils/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/utils/test_files.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/vault/__init__.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/vault/test_vault.py +0 -0
- {aixtools-0.1.7 → aixtools-0.1.8.post1}/uv.lock +0 -0
|
@@ -45,14 +45,5 @@ OLLAMA_URL=http://localhost:11434/v1
|
|
|
45
45
|
OPENAI_VDB_EMBEDDINGS_MODEL_NAME=text-embedding-3-small
|
|
46
46
|
OLLAMA_VDB_EMBEDDINGS_MODEL_NAME=snowflake-arctic-embed2:latest
|
|
47
47
|
|
|
48
|
-
# Docker and CI/CD Configuration (optional)
|
|
49
|
-
# These variables are used for Docker builds and GitHub workflows
|
|
50
|
-
DOCKER_WORKFLOW_REPO=your-org/your-reusable-workflows
|
|
51
|
-
DOCKER_REPO_NAME=your-docker-repo
|
|
52
|
-
DOCKER_REPO_PATH=your-path
|
|
53
|
-
DOCKER_REGISTRY=your-registry.com:443
|
|
54
|
-
DOCKER_ARTIFACTORY_USERNAME=your_username
|
|
55
|
-
# DOCKER_ARTIFACTORY_API_KEY should be set as a GitHub secret
|
|
56
|
-
|
|
57
48
|
# Custom certificate for Docker builds (optional)
|
|
58
49
|
# CUSTOM_CERT_FILE=/path/to/your/certificate.crt
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
name: Release
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
release:
|
|
5
|
+
types: [published]
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
build-and-publish:
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
environment: release
|
|
11
|
+
env:
|
|
12
|
+
DOCKER_IMAGE_NAME: mcp-base
|
|
13
|
+
AZ_ARTIFACTORY_ODSP_DOCKER_REGISTRY: docker-l-odsp.artifactory.astrazeneca.com
|
|
14
|
+
AZ_ARTIFACTORY_ODSP_DOCKER_NAMESPACE: navari
|
|
15
|
+
|
|
16
|
+
steps:
|
|
17
|
+
- name: Checkout code
|
|
18
|
+
uses: actions/checkout@v4
|
|
19
|
+
with:
|
|
20
|
+
fetch-depth: 0 # Fetch full history for setuptools_scm
|
|
21
|
+
|
|
22
|
+
- name: Install uv
|
|
23
|
+
uses: astral-sh/setup-uv@v4
|
|
24
|
+
|
|
25
|
+
- name: Install build dependencies
|
|
26
|
+
run: uv sync --group dev
|
|
27
|
+
|
|
28
|
+
- name: Build Python package
|
|
29
|
+
run: uv run python -m build
|
|
30
|
+
|
|
31
|
+
- name: Check Python package contents
|
|
32
|
+
run: |
|
|
33
|
+
ls -la dist/
|
|
34
|
+
uv run python -m twine check dist/*
|
|
35
|
+
|
|
36
|
+
- name: Publish Python package to PyPI
|
|
37
|
+
uses: pypa/gh-action-pypi-publish@release/v1
|
|
38
|
+
with:
|
|
39
|
+
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
40
|
+
skip-existing: true
|
|
41
|
+
|
|
42
|
+
- name: Login to Docker Registry (JFrog Artifactory 🐸)
|
|
43
|
+
uses: docker/login-action@v3
|
|
44
|
+
with:
|
|
45
|
+
registry: ${{ env.AZ_ARTIFACTORY_ODSP_DOCKER_REGISTRY }}
|
|
46
|
+
username: ${{ vars.AZ_ARTIFACTORY_ODSP_DOCKER_USER }}
|
|
47
|
+
password: ${{ secrets.AZ_ARTIFACTORY_ODSP_DOCKER_PASSWORD }}
|
|
48
|
+
|
|
49
|
+
- name: Build and push Docker image 🐳
|
|
50
|
+
id: docker_build
|
|
51
|
+
uses: docker/build-push-action@v6
|
|
52
|
+
env:
|
|
53
|
+
AZ_ARTIFACTORY_ODSP_DOCKER_IMAGE_REF: ${{ env.AZ_ARTIFACTORY_ODSP_DOCKER_REGISTRY }}/${{ env.AZ_ARTIFACTORY_ODSP_DOCKER_NAMESPACE }}/${{ env.DOCKER_IMAGE_NAME }}
|
|
54
|
+
with:
|
|
55
|
+
push: true
|
|
56
|
+
context: docker/${{ env.DOCKER_IMAGE_NAME }}
|
|
57
|
+
tags: |
|
|
58
|
+
${{ env.AZ_ARTIFACTORY_ODSP_DOCKER_IMAGE_REF }}:${{ github.ref_name }}
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
31
|
+
__version__ = version = '0.1.8.post1'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 8, 'post1')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g6ff4d2790'
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
name: Build and Publish
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: [main]
|
|
6
|
-
|
|
7
|
-
jobs:
|
|
8
|
-
build-and-publish-docker-images:
|
|
9
|
-
runs-on: ubuntu-latest
|
|
10
|
-
steps:
|
|
11
|
-
- name: build and publish
|
|
12
|
-
uses: ${{ vars.DOCKER_WORKFLOW_REPO }}/.github/workflows/publish_docker_artifactory.yml@main
|
|
13
|
-
with:
|
|
14
|
-
REPO_NAME: ${{ vars.DOCKER_REPO_NAME }}
|
|
15
|
-
REPO_PATH: ${{ vars.DOCKER_REPO_PATH }}
|
|
16
|
-
IMAGE_NAME: mcp-base
|
|
17
|
-
DOCKER_TAG: ${{ github.sha }}
|
|
18
|
-
CONTEXT: docker/mcp-base
|
|
19
|
-
# secrets:
|
|
20
|
-
DOS_ARTIFACTORY_USERNAME: ${{ vars.DOCKER_ARTIFACTORY_USERNAME }}
|
|
21
|
-
DOS_ARTIFACTORY_API_KEY: ${{ secrets.DOCKER_ARTIFACTORY_API_KEY }}
|
|
22
|
-
- name: test docker interaction
|
|
23
|
-
run: |
|
|
24
|
-
echo "Testing Docker interaction..."
|
|
25
|
-
docker --version
|
|
26
|
-
docker images
|
|
27
|
-
docker rm ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_REPO_PATH }}/mcp-base:${{ github.sha }} || true
|
|
28
|
-
docker images
|
|
29
|
-
docker pull ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_REPO_PATH }}/mcp-base:${{ github.sha }} || true
|
|
30
|
-
docker images
|
|
31
|
-
echo "Docker interaction test completed."
|
|
32
|
-
env:
|
|
33
|
-
DOCKER_BUILDKIT: 1
|
|
34
|
-
DOCKER_CLI_EXPERIMENTAL: enabled
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
name: Release
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
release:
|
|
5
|
-
types: [published]
|
|
6
|
-
|
|
7
|
-
jobs:
|
|
8
|
-
build-and-publish:
|
|
9
|
-
runs-on: ubuntu-latest
|
|
10
|
-
environment: release
|
|
11
|
-
|
|
12
|
-
steps:
|
|
13
|
-
- name: Checkout code
|
|
14
|
-
uses: actions/checkout@v4
|
|
15
|
-
with:
|
|
16
|
-
fetch-depth: 0 # Fetch full history for setuptools_scm
|
|
17
|
-
|
|
18
|
-
- name: Install uv
|
|
19
|
-
uses: astral-sh/setup-uv@v4
|
|
20
|
-
|
|
21
|
-
- name: Install build dependencies
|
|
22
|
-
run: uv sync --group dev
|
|
23
|
-
|
|
24
|
-
- name: Build package
|
|
25
|
-
run: uv run python -m build
|
|
26
|
-
|
|
27
|
-
- name: Check package contents
|
|
28
|
-
run: |
|
|
29
|
-
ls -la dist/
|
|
30
|
-
uv run python -m twine check dist/*
|
|
31
|
-
|
|
32
|
-
- name: Publish to PyPI
|
|
33
|
-
uses: pypa/gh-action-pypi-publish@release/v1
|
|
34
|
-
with:
|
|
35
|
-
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
36
|
-
skip-existing: true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aixtools-0.1.7 → aixtools-0.1.8.post1}/aixtools/a2a/google_sdk/pydantic_ai_adapter/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/pydantic_ai_adapter/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aixtools-0.1.7 → aixtools-0.1.8.post1}/tests/unit/a2a/google_sdk/test_remote_agent_connection.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
|