This guide expands on the Quickstart with operational detail.Documentation Index
Fetch the complete documentation index at: https://docs.ameo.agiwithai.com/llms.txt
Use this file to discover all available pages before exploring further.
Worker modes
SetWORKER_MODE in .env:
| Mode | Behavior |
|---|---|
dry_run | Full cognition loop; no broadcast txs |
live_limited | Live execution with notional caps |
live | Full live (requires LIVE_ENABLED=true) |
LIVE_ENABLED=true only when you intend to spend real testnet gas.
RPC configuration
| Variable | Notes |
|---|---|
MANTLE_RPC_URL | Primary Sepolia RPC |
MANTLE_CHAIN_ID | 5003 for Mantle Sepolia |
VITE_MANTLE_RPC_URL and optional VITE_MANTLE_RPC_URL_FALLBACK.
Test connectivity:
DEX adapter
EXECUTION_ADAPTER=mantle_dex uses Merchant Moe / FusionX routers configured in .env:
MERCHANT_MOE_ROUTER,FUSIONX_V2_ROUTERDEX_SLIPPAGE_BPS,DEX_SWAP_DEADLINE_SEC
Mint your own agent identity
- Deploy contract (see Contracts).
cast send $CONTRACT "mintAgent(address)" $YOUR_EOA --rpc-url $MANTLE_RPC_URL --private-key $DEPLOYER_KEY- Set
AGENT_IDENTITY_ADDRESS,AGENT_TOKEN_ID,AGENT_PRIVATE_KEYin.env.
Docker alternative
:5173 · Worker: :8000
Logs and replay
- JSONL events:
apps/worker/logs/events/events_YYYYMMDD.jsonl - Replay API:
GET /api/cycles/{cycle_id} - Live tail:
GET /api/events/tail(SSE)

