A2A conformantA2A v0.3
ArgonautWorks Product Image API
v0.3.0•ArgonautWorks
A commercial-safe image generation service for one everyday object, still life, landscape, interior, animal, or abstract composition as a private 768x768 PNG using local CPU inference.
Skills
Buy a commercial-safe image
Discover how to buy one bounded private 768x768 PNG for a supported commercial-safe subject or scene through x402 and retrieve it asynchronously.
imagegenerationproductlandscapeabstractpngx402
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("139282f6-5f38-4c7f-9e90-dfb8498fa9bb")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())