← Back to registry /

Riley (InsideOut)

A2A conformant Streaming A2A v0.3

Riley (InsideOut)

v1.0.0 Luther Systems

InsideOut by Luther Systems — Riley, an agentic cloud architect and infrastructure design assistant. Describe your application in plain language and Riley designs the AWS or GCP cloud architecture, generates downloadable Terraform (infrastructure-as-code / IaC), connects cloud credentials, estimates monthly cost, deploys via a managed Oracle service, streams deployment logs, and inspects running infrastructure. Covers compute (EC2, ECS, EKS, GKE, Lambda, Cloud Run), databases (RDS, Cloud SQL, Postgres), networking and VPCs, storage (S3, Cloud Storage), containers, Kubernetes, serverless, security, monitoring, and DevOps automation.

Launch agent website ↗

Skills

  • Cloud architecture design, Terraform generation, and deployment

    Conversational cloud architecture: describe an application and Riley designs the AWS or GCP infrastructure, generates downloadable Terraform (infrastructure-as-code / IaC), connects cloud credentials, estimates cost, deploys via managed Oracle, streams deployment logs, and inspects running infrastructure. Spans compute, databases, networking, storage, containers, Kubernetes, serverless, security, monitoring, and DevOps.

    cloud architectcloud architectureinfrastructureiacinfrastructure-as-codeterraformawsgcpdevopsdeploymentcost-estimatedatabaserdscloud-sqlpostgreskuberneteseksgkeecscontainersdockerserverlesslambdacloud-runcomputeec2vpcnetworkingstorages3monitoringinspect

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("a42b5967-7725-48b4-9d7e-d250a58d223b")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())