A2A conformant
A2A v0.3.0
Korean News Agent
v1.0.0• sapjilcoding
Search Korean and global tech news in real-time. Powered by Korean News MCP. Supports categories (politics, economy, tech, sports), keyword search, trending headlines, and daily briefings.
Skills
-
Korean News Search
Search Korean news by category: breaking, politics, economy, society, IT, world, entertainment, sports
newskoreansearchkorea -
Global Tech News
Get latest AI, Claude, OpenAI, MCP, startup, cloud tech news
techaiglobaltrends -
Keyword News Search
Search news by any keyword in Korean or English
searchkeywordquery -
Trending Headlines
Get current trending/headline news from Korea or global tech
trendingheadlinesbreaking -
Daily News Briefing
Comprehensive daily briefing combining Korean headlines + AI/tech news
briefingdailysummary
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("44041f0f-6d82-410c-bc9f-4e0755b123f4")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())