Exposing an AI agent using the A2A protocol > Overview > Step 4. Run the adapter engine
  

Step 4. Run the adapter engine

After you register your AI agents with the adapter, you're ready to run the adapter engine.
Note:
You need to rerun the adapter engine each time you modify the configuration file.
Run the adapter engine using the following command:
python informatica_a2a_adapter.py
When the engine runs successfully, you'll see a message like the following message:
Starting Informatica A2A Adapter on port 5000
Registered agents: ['supply-chain-agent','pinecone-rag-agent']
INFO: Started server process [23580]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:5000 (Press CTRL+C to quit)