Skip to main content

Meshagent

MeshAgent Anthropic

The meshagent.anthropic package provides adapters to integrate Anthropic models (Messages API) with MeshAgent tools and agents.

Messages Adapter

  • AnthropicMessagesAdapter: wraps the Anthropic Messages API. It turns Toolkit objects into Anthropic tool definitions, executes tool calls, and returns the final assistant response.
from meshagent.anthropic import AnthropicMessagesAdapter

adapter = AnthropicMessagesAdapter(model="claude-3-5-sonnet-latest")

Compaction can be enabled through Anthropic context management:

adapter = AnthropicMessagesAdapter(
    model="claude-sonnet-4-5",
    context_management="auto",
    compaction_threshold=150000,
)

You can also pass base_url= to AnthropicMessagesAdapter. If omitted, MeshAgent reads ANTHROPIC_BASE_URL from the environment when constructing the provider client.

Tool Response Adapter

AnthropicMessagesToolResponseAdapter converts a tool's structured response into Anthropic tool_result blocks that can be inserted back into the conversation.


Learn more about MeshAgent on our website or check out the docs for additional examples!

Website: www.meshagent.com

Documentation: docs.meshagent.com


Download files

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

Source Distribution

meshagent_anthropic-0.49.1.tar.gz (81.3 kB view details)

Uploaded Source

Built Distribution

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

meshagent_anthropic-0.49.1-py3-none-any.whl (67.9 kB view details)

Uploaded Python 3

File details

Details for the file meshagent_anthropic-0.49.1.tar.gz.

File metadata

  • Download URL: meshagent_anthropic-0.49.1.tar.gz
  • Upload date:
  • Size: 81.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for meshagent_anthropic-0.49.1.tar.gz
Algorithm Hash digest
SHA256 147f21688612421c669bc7941a31076a4da939cb343943dfe88cc433ab8d4c89
MD5 201347b277b6091e7fa9bc10d4da2ff7
BLAKE2b-256 9f6cbc8a5e76220f2a5db1a34902101569f5181585d539c4f098ca3fa8b78058

See more details on using hashes here.

File details

Details for the file meshagent_anthropic-0.49.1-py3-none-any.whl.

File metadata

File hashes

Hashes for meshagent_anthropic-0.49.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aa25fec1daf264444d6b31232ed536b1a8f259f694eb9e619cd1842b23dfeba4
MD5 01e2e47958474f9b1fc4feaa9523c62a
BLAKE2b-256 45bfb126bb2b22bb817b7ccae8232f916ac79a073f5d49aeda256801a43ba27f

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page