From d3312d87f34bf342bfc4485323261cf87913e6ad Mon Sep 17 00:00:00 2001 From: Shawn Rizo Date: Sat, 14 Jun 2025 13:51:08 -0400 Subject: [PATCH] Edit: Update README.md Add Using the AI Agent Interface Section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc00866..b49df69 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,12 @@ COINGECKO_API_KEY=your_coingecko_api_key --topic "TokensSwapped(address,address,uint256,uint256)" --rpc-url ``` +### Using the AI Agent Interface +1. Start the Eliza AI agent: +```bash +pnpm run start:agent +``` + ## Testing Foundry is used for testing the Arbitrage contract. To run the tests: