A2A Protocol Validator का उपयोग करके डोमेन के A2A Protocol समर्थन की जांच करना

MILO
Share
Using A2A Protocol Validator to Verify Domain Support for A2A Protocol

A2A Protocol ब्लॉग के आधार पर, हमने A2A Protocol की बुनियादी अवधारणाओं और A2A Protocol Python SDK का उपयोग करके विकास करने के तरीके को सीखा है।

यह लेख बताएगा कि A2A Protocol Validator का उपयोग करके A2A Protocol की जांच कैसे करें और सुविधाजनक डिबगिंग के लिए AgentCard को कैसे विज़ुअलाइज़ करें:

  • दिए गए डोमेन का A2A Protocol समर्थन की जांच करना
  • AgentCard का विज़ुअलाइज़ेशन

सार्वजनिक रूप से तैनात A2A Agents के लिए, आप सत्यापन के लिए सीधे डोमेन इनपुट कर सकते हैं।

स्थानीय रूप से चल रहे A2A Agent की जांच कैसे करें?

  • Agent तैयार करें
git clone https://github.com/sing1ee/a2a-python-currency.git
cd a2a-python-currency
uv run python main.py

आउटपुट:

Installed 27 packages in 33ms
INFO:     Started server process [61455]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:10000 (Press CTRL+C to quit)

इस तरह, Currency Agent स्थानीय रूप से चल रहा है और पोर्ट 10000 पर पहुंच योग्य है।

  • स्थानीय Agent सेवा मैपिंग - Cloudflare Zero Trust का उपयोग इंस्टॉलेशन के लिए दस्तावेज़ देखें। मेरा वातावरण Mac है
brew install cloudflared
  • Zero Trust प्रॉक्सी शुरू करें
cloudflared tunnel --url localhost:10000

आउटपुट:

+--------------------------------------------------------------------------------------------+
2025-06-03T09:03:02Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
2025-06-03T09:03:02Z INF |  https://sheriff-honor-undefined-relate.trycloudflare.com                                  |
2025-06-03T09:03:02Z INF +--------------------------------------------------------------------------------------------+

https://sheriff-honor-undefined-relate.trycloudflare.com अस्थायी डोमेन है जो हमारी स्थानीय Agent सेवा तक पहुंच सकता है।

A2A Protocol Validator खोलें

A2A Protocol Validator खोलें, उपरोक्त डोमेन इनपुट करें, और आप जांच सकते हैं कि डोमेन A2A Protocol का समर्थन करता है या नहीं।

इन चरणों के माध्यम से आप तुरंत डिबग कर सकते हैं। भविष्य में हम A2A ऑनलाइन क्लाइंट लॉन्च करेंगे ताकि निष्पादन अधिक सुविधाजनक हो सके।

Featured Products

Tools and services from the A2A ecosystem directory.

FromFlow

The Discord bot maker your server actually needs

AINo-Code
Magic Layers

Turn any flat image into named, editable layers—separate text, subjects, decorations, and backgrounds in just a few clicks.

AIDesign
Try OC Maker

Start with a simple prompt, then let our AI OC Maker turn your idea into anime characters, fantasy OCs, roleplay avatars, and full-body character designs.

AI OC Makeroriginal character generator
LongRuay

Live Like a Millionaire for 30 Days

aientertainment
Lanta AI

Free AI Video Generator Online

AI

Related Articles

Explore more content related to this topic

A2A vs ACP Protocol Comparison Analysis Report

A2A (Agent2Agent Protocol) and ACP (Agent Communication Protocol) represent two mainstream technical approaches in AI multi-agent system communication: 'cross-platform interoperability' and 'local/edge autonomy' respectively. A2A, with its powerful cross-vendor interconnection capabilities and rich task collaboration mechanisms, has become the preferred choice for cloud-based and distributed multi-agent scenarios; while ACP, with its low-latency, local-first, cloud-independent characteristics, is suitable for privacy-sensitive, bandwidth-constrained, or edge computing environments. Both protocols have their own focus in protocol design, ecosystem construction, and standardization governance, and are expected to further converge in openness in the future. Developers are advised to choose the most suitable protocol stack based on actual business needs.

ACP
Read article