To register your AI agents with the adapter, edit the agents_config.py file and fill in the fields for each AI agent you want to expose.
The agents_config.py file contains details about each field.
The following section of the configuration file shows the field details:
# ───────────────────────────────────────────── # Informatica Agents # ───────────────────────────────────────────── # Each entry exposes one Informatica agent over A2A. # # Fields: # ai_agent_url - REST service URL (set above) # card - Agent Card metadata shown to A2A clients # name - Stable routing key AND A2A identity. # Drives the URL path (e.g. "supply-chain-agent" → /supply-chain-agent). # Changing this is a breaking change for any client using the URL. # description - What this agent does # skills - List of skill objects the agent supports
If you need to add multiple agents, a sample configuration with two agents, "supply-chain-agent" and "pinecone-rag-agent," is included in a comment at the bottom of the file. You can use this comment as a template.
The following section of the configuration file shows the example: