{"id":20954,"date":"2026-01-08T11:25:05","date_gmt":"2026-01-08T16:25:05","guid":{"rendered":"https:\/\/hedera.com\/?p=20954"},"modified":"2026-01-08T12:01:44","modified_gmt":"2026-01-08T17:01:44","slug":"introducing-the-python-sdk-for-the-hedera-agent-kit","status":"publish","type":"post","link":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/","title":{"rendered":"Introducing the Python SDK for the Hedera Agent Kit"},"content":{"rendered":"\n<p>Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.&nbsp;<\/p>\n\n\n\n<p>The Python SDK is a follow-up to the JavaScript SDK that enables developers to choose their AI framework: LangChain, Vercel, or MCP to build agents that can interact with Hedera Testnet. With this SDK, developers can build agents with the power to make crypto payments, enabling new types of permissionless and micro-transactions that would be difficult for an AI agent to do without blockchain. Since Python is the go-to language for AI development as it has many libraries and integration built especially for AI and Machine Learning, a Python SDK was the natural next step in the AI Studio set of tools.<\/p>\n\n\n\n<p>The Python SDK also integrates with LangChain v1.0, which unifies LangChain and LangGraph into a single, streamlined SDK. This ensures forward compatibility and a more consistent developer experience for Python developers building AI agents on Hedera.&nbsp;<\/p>\n\n\n\n<p>Let\u2019s explore what\u2019s new with the launch of this new SDK!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is the Hedera Agent Kit?<\/h3>\n\n\n\n<p>The Hedera Agent Kit is an open-source framework for building AI agents that can interact directly with the Hedera network. It provides a plugins that enable developers to easily bring in sets of Hedera functionality such as&nbsp; basic account operations for creating accounts and doing transactions, token creation and management (HTS), work with the Consensus service where users can publish immutable records in the form of topics (HCS), and smart contract execution (EVM). Developers can use these tools to give their agents the ability to do everything on the Hedera network, taking advantage of the unique capabilities of Hedera.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key features of the Python SDK<\/h3>\n\n\n\n<p>The Python SDK is built around a plugin architecture that keeps functionality modular and extensible. Each plugin bundles related tools together, making it straightforward to include only what you need or to build custom plugins for your specific use case.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Available Plugins<\/h3>\n\n\n\n<p><strong>Core Account Plugin<\/strong><br><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Transfer HBAR<\/li>\n\n\n\n<li>Create, update, and delete accounts<\/li>\n\n\n\n<li>Approve and delete allowances<\/li>\n<\/ul>\n\n\n\n<p><strong>Core Token Plugin (HTS)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create fungible and non-fungible tokens<\/li>\n\n\n\n<li>Mint, associate, and dissociate tokens<\/li>\n\n\n\n<li>Airdrop fungible tokens<\/li>\n\n\n\n<li>Transfer tokens using allowances<\/li>\n<\/ul>\n\n\n\n<p><strong>Core Consensus Plugin (HCS)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create, update, and delete topics<\/li>\n\n\n\n<li>Submit messages to topics<\/li>\n<\/ul>\n\n\n\n<p><strong>Core EVM Plugin<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create and transfer ERC-20 tokens<\/li>\n\n\n\n<li>Create and transfer ERC-721 tokens<\/li>\n<\/ul>\n\n\n\n<p><strong>Core Query Plugins<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Get account info and HBAR balances<\/li>\n\n\n\n<li>Get token info and balances<\/li>\n\n\n\n<li>Get topic info<\/li>\n\n\n\n<li>Get transaction records<\/li>\n\n\n\n<li>Get exchange rates<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><br>AI Provider Flexibility<\/h3>\n\n\n\n<p>The SDK works with a range of AI providers, so developers can choose what fits their needs and budget. Ollama runs locally with no API key required. Groq offers a generous free tier. OpenAI and Claude are available for production workloads.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Execution Modes<\/h3>\n\n\n\n<p>Two modes are supported. In <strong>Autonomous mode<\/strong>, the agent executes transactions directly using the configured operator account. <strong>Return Bytes mode<\/strong> (coming soon) will return the raw transaction bytes, allowing users to review, sign, and submit transactions themselves\u2014useful for applications that require additional approval steps or external signing workflows.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What Can You Build?<\/h3>\n\n\n\n<p>The Hedera Agent Kit opens up a range of possibilities for AI-powered applications. Here are a few examples of what developers can build:<\/p>\n\n\n\n<p><strong>Treasury and Payment Agents<\/strong> An agent that monitors balances, executes HBAR transfers, and manages token distributions based on predefined rules or natural language instructions.<\/p>\n\n\n\n<p><strong>Token Management Bots<\/strong> Automate the creation, minting, and distribution of fungible or non-fungible tokens. An agent could handle airdrops, manage allowances, or respond to user requests to issue new assets.<\/p>\n\n\n\n<p><strong>On-Chain Messaging Systems<\/strong> Use the Consensus Service plugins to build agents that post updates to topics, log events, or coordinate between systems using Hedera&#8217;s tamper-proof message ordering.<\/p>\n\n\n\n<p><strong>Smart Contract Interfaces<\/strong> Deploy ERC-20 or ERC-721 contracts and let an agent handle transfers, queries, and interactions\u2014abstracting away the complexity of direct contract calls.<\/p>\n\n\n\n<p><strong>Monitoring and Reporting Tools<\/strong> Build agents that query account balances, token holdings, and transaction history, then summarize or act on that data in real time.<\/p>\n\n\n\n<p>These are starting points. The plugin architecture means developers can combine tools, add custom logic, and extend the kit to fit more specialized workflows.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Getting started in under a minute<\/h3>\n\n\n\n<p>The following walkthrough will have you running a Hedera-powered AI agent in about 60 seconds.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Project Setup<\/h3>\n\n\n\n<p>Create a directory for your project and navigate into it:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\">mkdir hello-hedera-agent-kit\ncd hello-hedera-agent-kit\n\n# Create and activate a virtual environment:\npython -m venv .venv\nsource .venv\/bin\/activate  # On Windows: .venv\\Scripts\\activate\n\n# Install the required dependencies:\npip install hedera-agent-kit langchain langchain-openai langgraph python-dotenv\n\n# Install ONE of these AI provider packages\n# for OpenAI\npip install langchain langchain-openai\n\n# for Claude\npip install langchain langchain-anthropic\n\n# for Groq\npip install langchain langchain-groq\n\n# for Ollama\npip install langchain-classic langchain-ollama<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">2. Configure Environment Variables<\/h3>\n\n\n\n<p>Create a .env file in your project&#8217;s root directory:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\">touch .env<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<p>If you already have a <strong>testnet<\/strong> account, you can use it. Otherwise, you can create a new one for free using <a href=\"https:\/\/portal.hedera.com\/dashboard\" target=\"_blank\" rel=\"noreferrer noopener\">the following link<\/a>.<\/p>\n\n\n\n<p>Add the following configuration, adding in the API Key for the LLM provider you will use:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\"># Required: Hedera credentials\nACCOUNT_ID=\"0.0.xxxxx\"\nPRIVATE_KEY=\"0x...\"\n\n# Optional: Add the API key for your chosen AI provider\nOPENAI_API_KEY=\"sk-proj-...\"     # For OpenAI\nANTHROPIC_API_KEY=\"sk-ant-...\"   # For Claude\nGROQ_API_KEY=\"gsk_...\"           # For Groq (free tier)\n\n# Ollama doesn't need an API key (runs locally)<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<p>If you don&#8217;t have a Hedera testnet account, you can create one for free at <a href=\"https:\/\/portal.hedera.com\/dashboard\" target=\"_blank\" rel=\"noreferrer noopener\">portal.hedera.com<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Create Your Agent<\/h3>\n\n\n\n<p>Create a new file called main.py:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\">touch main.py<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<p>Add the following code to create an Agent with Langchain v1.0:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;background: #222;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\"># main.py\nimport asyncio\nimport os\nfrom dotenv import load_dotenv\n\nfrom hedera_agent_kit.langchain.toolkit import HederaLangchainToolkit\nfrom hedera_agent_kit.plugins import (\n    core_account_plugin,\n    core_account_query_plugin,\n    core_token_plugin,\n    core_consensus_plugin,\n)\nfrom hedera_agent_kit.shared.configuration import Configuration, Context, AgentMode\nfrom hiero_sdk_python import Client, Network, AccountId, PrivateKey\n\nfrom langchain.agents import create_agent\nfrom langchain_core.runnables import RunnableConfig\nfrom langchain_openai import ChatOpenAI\nfrom langgraph.checkpoint.memory import MemorySaver\n\nload_dotenv()\n\nasync def main():\n    # Hedera client setup (Testnet by default)\n    account_id = AccountId.from_string(os.getenv(\"ACCOUNT_ID\"))\n    private_key = PrivateKey.from_string(os.getenv(\"PRIVATE_KEY\"))\n\n    client = Client(Network(network=\"testnet\"))\n    client.set_operator(account_id, private_key)\n\n    # Prepare Hedera toolkit\n    hedera_toolkit = HederaLangchainToolkit(\n        client=client,\n        configuration=Configuration(\n            tools=[],  # Empty = load all tools from plugins\n            plugins=[\n                core_account_plugin,\n                core_account_query_plugin,\n                core_token_plugin,\n                core_consensus_plugin,\n            ],\n            context=Context(\n                mode=AgentMode.AUTONOMOUS,\n                account_id=str(account_id),\n            ),\n        ),\n    )\n\n    tools = hedera_toolkit.get_tools()\n\n    llm = ChatOpenAI(\n        model=\"gpt-4o-mini\",\n        api_key=os.getenv(\"OPENAI_API_KEY\"),\n    )\n\n    agent = create_agent(\n        model=llm,\n        tools=tools,\n        checkpointer=MemorySaver(),\n        system_prompt=\"You are a helpful assistant with access to Hedera blockchain tools and plugin tools\",\n    )\n\n    print(\"Sending a message to the agent...\")\n    response = await agent.ainvoke(\n        {\"messages\": [{\"role\": \"user\", \"content\": \"what's my balance?\"}]},\n        config={\"configurable\": {\"thread_id\": \"1\"}},\n    )\n\n    final_message_content = response[\"messages\"][-1].content\n\n    print(\"\\n--- Agent Response -\")\n    print(final_message_content)\n    print(\"--------------------\")\n\nif __name__ == \"__main__\":\n    asyncio.run(main())<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4. Run Your Agent<\/h3>\n\n\n\n<p>From the root directory, run:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\">python main.py<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">5. Try Other Prompts<\/h3>\n\n\n\n<p>Once your agent is running, experiment with different prompts to explore its capabilities:<\/p>\n\n\n\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\"><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<p><\/p><\/div>\n<pre class=\"language-javascript\" tabindex=\"0\"><code class=\"language-javascript\">response = await agent.ainvoke(\n    {\"messages\": [{\"role\": \"user\", \"content\": \"create a new token called 'TestToken' with symbol 'TEST'\"}]},\n    config={\"configurable\": {\"thread_id\": \"1\"}},\n)\n\nresponse = await agent.ainvoke(\n    {\"messages\": [{\"role\": \"user\", \"content\": \"transfer 5 HBAR to account 0.0.1234\"}]},\n    config={\"configurable\": {\"thread_id\": \"1\"}},\n)\n\nresponse = await agent.ainvoke(\n    {\"messages\": [{\"role\": \"user\", \"content\": \"create a new topic for project updates\"}]},\n    config={\"configurable\": {\"thread_id\": \"1\"}},\n)<\/code><\/pre>\n<button class=\"hedera-copy-btn\">Copy<\/button><\/div>\n\n\n\n<p>For additional examples and more advanced chat-like agent implementations, visit the <a href=\"https:\/\/github.com\/hashgraph\/hedera-agent-kit-py\/tree\/main\/python\/examples\" target=\"_blank\" rel=\"noreferrer noopener\">examples directory<\/a> in the repository.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Get Involved<\/h3>\n\n\n\n<p>The Hedera Agent Kit for Python is open source and available now. Here&#8217;s how to get started:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Try it out:<\/strong> Clone the repository at <a href=\"https:\/\/github.com\/hashgraph\/hedera-agent-kit-py\">github.com\/hashgraph\/hedera-agent-kit-py<\/a><\/li>\n\n\n\n<li><strong>Get a testnet account:<\/strong> Sign up for free at <a href=\"https:\/\/portal.hedera.com\/dashboard\" target=\"_blank\" rel=\"noreferrer noopener\">portal.hedera.com<\/a><\/li>\n\n\n\n<li><strong>Contribute:<\/strong> Open an issue, submit a pull request, or build your own plugins<\/li>\n\n\n\n<li><strong>Read the docs:<\/strong>\n<ul class=\"wp-block-list\">\n<li>See <a href=\"https:\/\/github.com\/hashgraph\/hedera-agent-kit-py\/blob\/main\/docs\/HEDERAPLUGINS.md\" target=\"_blank\" rel=\"noreferrer noopener\">docs\/HEDERAPLUGINS.md<\/a> for the full plugin catalogue and usage examples<\/li>\n\n\n\n<li>See <a href=\"https:\/\/github.com\/hashgraph\/hedera-agent-kit-py\/blob\/main\/docs\/HEDERATOOLS.md\" target=\"_blank\" rel=\"noreferrer noopener\">docs\/HEDERATOOLS.md<\/a> for detailed parameter specifications and example prompts for all tools in the Hedera Agent Kit.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Want to add more functionality from Hedera services? Open an issue and let us know what you&#8217;d like to see.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Resources<\/h3>\n\n\n\n<p>Hedera Agent Kit documentation: <a href=\"http:\/\/docs.hedera.com\/hedera\/open-source-solutions\/ai-studio-on-hedera\/hedera-ai-agent-kit\" target=\"_blank\" rel=\"noreferrer noopener\">docs.hedera.com\/hedera\/open-source-solutions\/ai-studio-on-hedera\/hedera-ai-agent-kit<\/a><\/p>\n\n\n\n<p>Hedera AI Studio: <a href=\"https:\/\/hedera.com\/ai-studio\">https:\/\/hedera.com\/ai-studio<\/a>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain. <\/p>\n","protected":false},"author":1,"featured_media":20957,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[1],"tags":[],"ppma_author":[21],"class_list":["post-20954","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introducing the Python SDK for the Hedera Agent Kit | Hedera<\/title>\n<meta name=\"description\" content=\"Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing the Python SDK for the Hedera Agent Kit | Hedera\" \/>\n<meta property=\"og:description\" content=\"Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\" \/>\n<meta property=\"og:site_name\" content=\"Hedera\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-08T16:25:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T17:01:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"hederav2stg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\"},\"author\":{\"name\":\"hederav2stg\",\"@id\":\"https:\/\/hedera.com\/#\/schema\/person\/cb1c40f78fcef8d7b4258f80c82517c3\"},\"headline\":\"Introducing the Python SDK for the Hedera Agent Kit\",\"datePublished\":\"2026-01-08T16:25:05+00:00\",\"dateModified\":\"2026-01-08T17:01:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\"},\"wordCount\":1007,\"publisher\":{\"@id\":\"https:\/\/hedera.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\",\"url\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\",\"name\":\"Introducing the Python SDK for the Hedera Agent Kit | Hedera\",\"isPartOf\":{\"@id\":\"https:\/\/hedera.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png\",\"datePublished\":\"2026-01-08T16:25:05+00:00\",\"dateModified\":\"2026-01-08T17:01:44+00:00\",\"description\":\"Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.\",\"breadcrumb\":{\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage\",\"url\":\"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png\",\"contentUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png\",\"width\":1200,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hedera.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing the Python SDK for the Hedera Agent Kit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hedera.com\/#website\",\"url\":\"https:\/\/hedera.com\/\",\"name\":\"Hedera\",\"description\":\"Hello future\",\"publisher\":{\"@id\":\"https:\/\/hedera.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hedera.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hedera.com\/#organization\",\"name\":\"Hedera\",\"url\":\"https:\/\/hedera.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hedera.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png\",\"contentUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png\",\"width\":500,\"height\":375,\"caption\":\"Hedera\"},\"image\":{\"@id\":\"https:\/\/hedera.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introducing the Python SDK for the Hedera Agent Kit | Hedera","description":"Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/","og_locale":"en_US","og_type":"article","og_title":"Introducing the Python SDK for the Hedera Agent Kit | Hedera","og_description":"Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.","og_url":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/","og_site_name":"Hedera","article_published_time":"2026-01-08T16:25:05+00:00","article_modified_time":"2026-01-08T17:01:44+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png","type":"image\/png"}],"author":"hederav2stg","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#article","isPartOf":{"@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/"},"author":{"name":"hederav2stg","@id":"https:\/\/hedera.com\/#\/schema\/person\/cb1c40f78fcef8d7b4258f80c82517c3"},"headline":"Introducing the Python SDK for the Hedera Agent Kit","datePublished":"2026-01-08T16:25:05+00:00","dateModified":"2026-01-08T17:01:44+00:00","mainEntityOfPage":{"@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/"},"wordCount":1007,"publisher":{"@id":"https:\/\/hedera.com\/#organization"},"image":{"@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage"},"thumbnailUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/","url":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/","name":"Introducing the Python SDK for the Hedera Agent Kit | Hedera","isPartOf":{"@id":"https:\/\/hedera.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage"},"image":{"@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage"},"thumbnailUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png","datePublished":"2026-01-08T16:25:05+00:00","dateModified":"2026-01-08T17:01:44+00:00","description":"Introducing the Python SDK for the Hedera Agent Kit, bringing extended programmability for a broader developer base looking to explore the intersection of AI and blockchain.","breadcrumb":{"@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#primaryimage","url":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png","contentUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2.png","width":1200,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/hedera.com\/blog\/introducing-the-python-sdk-for-the-hedera-agent-kit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hedera.com\/"},{"@type":"ListItem","position":2,"name":"Introducing the Python SDK for the Hedera Agent Kit"}]},{"@type":"WebSite","@id":"https:\/\/hedera.com\/#website","url":"https:\/\/hedera.com\/","name":"Hedera","description":"Hello future","publisher":{"@id":"https:\/\/hedera.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hedera.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hedera.com\/#organization","name":"Hedera","url":"https:\/\/hedera.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hedera.com\/#\/schema\/logo\/image\/","url":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png","contentUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png","width":500,"height":375,"caption":"Hedera"},"image":{"@id":"https:\/\/hedera.com\/#\/schema\/logo\/image\/"}}]}},"featured_image_src":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2-600x400.png","featured_image_src_square":"https:\/\/hedera.com\/wp-content\/uploads\/2026\/01\/HH60246_PythonSDK-V1-2-600x600.png","author_info":{"display_name":"hederav2stg","author_link":"https:\/\/hedera.com\/blog\/author\/hederav2stg\/"},"authors":[{"term_id":21,"user_id":1,"is_guest":0,"slug":"hederav2stg","display_name":"hederav2stg","avatar_url":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/10\/headshot-leemon-baird.png","0":null,"1":"","2":"","3":"","4":"","5":"","6":""}],"_links":{"self":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/posts\/20954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/comments?post=20954"}],"version-history":[{"count":0,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/posts\/20954\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/media\/20957"}],"wp:attachment":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/media?parent=20954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/categories?post=20954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/tags?post=20954"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/ppma_author?post=20954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}