From 3b9904cffe60fc1df1f9256d79305c23c6da203e Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Tue, 9 Jun 2026 11:45:16 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index 000d98a..f6ef98a 100644 --- a/agent.py +++ b/agent.py @@ -4,7 +4,7 @@ import csv import json import re import time -from dataclasses import asdict, dataclass +from dataclasses import asdict, dataclass, field from typing import Any, Dict, List, Literal, Optional, Tuple from urllib.parse import urljoin, urlparse from urllib import robotparser