Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

agentic-mesh-protocol

CI PyPI Python Version License

Python gRPC interfaces for the Agentic Mesh Protocol.

Installation

pip install agentic-mesh-protocol

Overview

This package provides Python interfaces generated from Agentic Mesh Protocol Buffer definitions, enabling seamless integration with agentic mesh services via gRPC.

Usage

Basic Import

import agentic_mesh_protocol
from agentic_mesh_protocol.module.v1 import information_pb2, module_service_pb2_grpc

Working with gRPC Services

Example for connecting to a gRPC service:

import grpc
from agentic_mesh_protocol.module.v1 import module_service_pb2_grpc
from agentic_mesh_protocol.module.v1 import information_pb2

# Create a gRPC channel and client stub
channel = grpc.insecure_channel('localhost:50051')
stub = module_service_pb2_grpc.ModuleServiceStub(channel)

# Create a request object
request = information_pb2.GetModuleInputRequest(
    module_id="my-module-id"
)

# Call the service
response = stub.GetModuleInput(request)
print(response)

Development

Prerequisites

  • Python 3.10+
  • uv - Modern Python package management
  • Task - Task runner
  • rsync - For copying generated files

Note: buf and protoc are handled by the submodule via npx, no local installation needed

Setup Development Environment

# Clone the repository with submodules
git clone --recurse-submodules https://github.com/DigitalKin-ai/service-apis-py.git
cd service-apis-py

# Setup development environment
task setup

# Or use the quick dev setup command
task dev

Local Installation & Testing

To test the package locally before publishing:

# Install the package in editable mode
uv pip install -e .

# Or with pip
pip install -e .

# Run the local test script
python test_local.py

To test the package in an isolated environment (simulates a fresh install):

# Using uv (recommended)
uv run --with . --no-project -- python test_local.py

# Or create a fresh venv
python -m venv /tmp/test-amp
source /tmp/test-amp/bin/activate
pip install .
python test_local.py
deactivate
rm -rf /tmp/test-amp

Common Development Tasks

# Generate Python code from protobuf definitions
task gen

# Build the package
task build

# Run tests
task test

# Format code
task fmt

# Lint code
task lint

# Clean build artifacts
task clean

# Bump version
task bump-version -- patch
task bump-version -- minor
task bump-version -- major

Publishing Process

  1. Update code and commit changes
  2. Use the GitHub "Create Release" workflow to bump version (patch, minor, major)
  3. The workflow will automatically create a new release and publish to PyPI

License

This project is licensed under the terms specified in the LICENSE file.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentic_mesh_protocol-1.0.0a1.tar.gz (74.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentic_mesh_protocol-1.0.0a1-py3-none-any.whl (103.5 kB view details)

Uploaded Python 3

File details

Details for the file agentic_mesh_protocol-1.0.0a1.tar.gz.

File metadata

  • Download URL: agentic_mesh_protocol-1.0.0a1.tar.gz
  • Upload date:
  • Size: 74.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentic_mesh_protocol-1.0.0a1.tar.gz
Algorithm Hash digest
SHA256 d0957d56cc693a0f4400c770b16ff3b17e92445983f6948eb8e664ca3a09d352
MD5 b16f460d9739b8b5d8dfb13bcfce6514
BLAKE2b-256 69be811c98f0868bcac21b34d25a698f9664e7e88d28ee0c62c9f5b7f704eaa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentic_mesh_protocol-1.0.0a1.tar.gz:

Publisher: publish.yml on DigitalKin-ai/service-apis-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentic_mesh_protocol-1.0.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for agentic_mesh_protocol-1.0.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 7d063f5c1f5a1a30f109e22fe30773fbf19fa8dbb5790f9a21b83aa23c488688
MD5 da40e311f562efe32021286b393915e2
BLAKE2b-256 7cb5f4277ddf998d224365f41dada18a039c988bd17ab79e0c481849b61fcf03

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentic_mesh_protocol-1.0.0a1-py3-none-any.whl:

Publisher: publish.yml on DigitalKin-ai/service-apis-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page