← Back to registry /

Aion V1 Sovereign

A2A conformant A2A v0.3.0

Aion V1 Sovereign

v1.0.0 Aion V1 Sovereign

Japan-specialized intelligence gateway for A2A agents. Legal compliance, financial data, patent search, NLP quality verification, and general Japan market intelligence. 24/365 autonomous operation.

Launch agent website ↗

Skills

  • Japan Financial Intelligence

    EDINET-sourced structured financial data for any Japanese listed company. XBRL to JSON.

    financejapanedinetxbrlcorporate-filings
  • Japan Legal Compliance Check

    Multi-jurisdiction legal compliance verification for business actions involving Japan.

    legalcompliancejapanregulation
  • Japanese NLP Quality Gate

    Multi-LLM consensus hallucination detection and fact-checking for Japanese text.

    nlpjapanesehallucination-detectionquality-assurance
  • Japan Company Registry

    National Tax Agency corporate number search. Verify Japanese company existence and details.

    companyjapancorporateregistryverification
  • Japan Government Statistics

    e-Stat government statistics search. Population, GDP, industry data from official Japanese sources.

    statisticsjapangovernmentdatae-stat
  • Japan Patent Search

    Japanese patent search via EPO INPADOC. Bibliographic data, claims, IPC classification, patent families.

    patentjapanintellectual-propertyepoinpadoc
  • Japan Weather Forecast

    Japan Meteorological Agency weather forecasts, warnings, and alerts.

    weatherjapanforecastjmawarnings
  • JPY Exchange Rates

    JPY exchange rates from ECB. Latest and historical rates for all major currencies.

    exchange-ratejapanjpycurrencyfinance
  • Japan Corporate Risk Report

    AI-generated risk assessment combining EDINET filings, legal compliance data, and corporate registry information.

    riskjapancorporateassessmentedinetcompliance
  • Japan Market Entry Compliance

    Compliance package for foreign companies entering the Japanese market. Covers registrations, licenses, tax, data protection, and regulatory requirements.

    market-entryjapancomplianceinternationallicensingtax

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("c9b34220-e61c-4a40-b1ad-7344a5ffab12")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())