agent0-sdk 1.4.0__py3-none-any.whl → 1.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- agent0_sdk/__init__.py +1 -1
- agent0_sdk/core/contracts.py +7 -1
- {agent0_sdk-1.4.0.dist-info → agent0_sdk-1.4.1.dist-info}/METADATA +1 -1
- {agent0_sdk-1.4.0.dist-info → agent0_sdk-1.4.1.dist-info}/RECORD +7 -7
- {agent0_sdk-1.4.0.dist-info → agent0_sdk-1.4.1.dist-info}/WHEEL +1 -1
- {agent0_sdk-1.4.0.dist-info → agent0_sdk-1.4.1.dist-info}/licenses/LICENSE +0 -0
- {agent0_sdk-1.4.0.dist-info → agent0_sdk-1.4.1.dist-info}/top_level.txt +0 -0
agent0_sdk/__init__.py
CHANGED
agent0_sdk/core/contracts.py
CHANGED
|
@@ -514,6 +514,11 @@ VALIDATION_REGISTRY_ABI = [
|
|
|
514
514
|
# Contract registry for different chains
|
|
515
515
|
# Updated addresses from: https://github.com/erc-8004/erc-8004-contracts
|
|
516
516
|
DEFAULT_REGISTRIES: Dict[int, Dict[str, str]] = {
|
|
517
|
+
1: { # Ethereum Mainnet
|
|
518
|
+
"IDENTITY": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
|
|
519
|
+
"REPUTATION": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
|
|
520
|
+
# "VALIDATION": "0x...", # Set when deployed/enabled
|
|
521
|
+
},
|
|
517
522
|
11155111: { # Ethereum Sepolia
|
|
518
523
|
"IDENTITY": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
|
|
519
524
|
"REPUTATION": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
|
|
@@ -540,8 +545,9 @@ DEFAULT_REGISTRIES: Dict[int, Dict[str, str]] = {
|
|
|
540
545
|
# Default subgraph URLs for different chains
|
|
541
546
|
# Note: Subgraph URLs may need to be updated when new contracts are deployed
|
|
542
547
|
DEFAULT_SUBGRAPH_URLS: Dict[int, str] = {
|
|
548
|
+
1: "https://gateway.thegraph.com/api/7fd2e7d89ce3ef24cd0d4590298f0b2c/subgraphs/id/FX78UzofJFr5h2Udznv7pZ2uLG1JBbYsPm7eecRSYnty", # Ethereum Mainnet
|
|
543
549
|
11155111: "https://gateway.thegraph.com/api/00a452ad3cd1900273ea62c1bf283f93/subgraphs/id/6wQRC7geo9XYAhckfmfo8kbMRLeWU8KQd3XsJqFKmZLT", # Ethereum Sepolia
|
|
544
550
|
# Other chains temporarily disabled - subgraphs to be updated
|
|
545
551
|
# 84532: "https://gateway.thegraph.com/api/...", # Base Sepolia - To be updated
|
|
546
552
|
# 80002: "https://gateway.thegraph.com/api/...", # Polygon Amoy - To be updated
|
|
547
|
-
}
|
|
553
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
agent0_sdk/__init__.py,sha256=
|
|
1
|
+
agent0_sdk/__init__.py,sha256=dz1Rxuq5FoLGuA6F-6O8sopQ8WVVmWjYHLJGwVvrKsY,1102
|
|
2
2
|
agent0_sdk/core/agent.py,sha256=P3AX7zm4G5qkWdTJcjOvR69cCyOovHefbRoKejj6QKY,48062
|
|
3
|
-
agent0_sdk/core/contracts.py,sha256=
|
|
3
|
+
agent0_sdk/core/contracts.py,sha256=5AAY0_GCOkw8FL49_dDpGF6TwFk1OCwzFe8Je0jb7Oc,22787
|
|
4
4
|
agent0_sdk/core/endpoint_crawler.py,sha256=QBkFc3tBSQqHj6PtSTZ5D3_HVB00KJZJdxE3uYpI9po,13611
|
|
5
5
|
agent0_sdk/core/feedback_manager.py,sha256=gHCyBYK17Yc5HcxDcbhl_blXYqulYO-7oiEvoPQomms,42585
|
|
6
6
|
agent0_sdk/core/indexer.py,sha256=gz4DDQQcRbe1RQtFSgq4OZLLFwXHFIe4v2-CcpD077A,72661
|
|
@@ -14,8 +14,8 @@ agent0_sdk/core/value_encoding.py,sha256=NQUUvjTRAr5Tqj8t4HUGlfhak8VDmB8E5WMlfAq
|
|
|
14
14
|
agent0_sdk/core/web3_client.py,sha256=9w5ZgHILteCHSOisae3QluwuIsX3OD-VkoAc01koQWA,13786
|
|
15
15
|
agent0_sdk/taxonomies/all_domains.json,sha256=buM8_6mpY8_AMbBIPzM-gtu14Tl30QDmhuQxxrlJU4c,74625
|
|
16
16
|
agent0_sdk/taxonomies/all_skills.json,sha256=WVsutw3fqoj1jfDPru3CyWTr1kc1a5-EhBOWPfXnEi8,47483
|
|
17
|
-
agent0_sdk-1.4.
|
|
18
|
-
agent0_sdk-1.4.
|
|
19
|
-
agent0_sdk-1.4.
|
|
20
|
-
agent0_sdk-1.4.
|
|
21
|
-
agent0_sdk-1.4.
|
|
17
|
+
agent0_sdk-1.4.1.dist-info/licenses/LICENSE,sha256=rhZZbZm_Ovz4Oa9LNQ-ms8a1tA36wWh90ZkC0OR7WMw,1072
|
|
18
|
+
agent0_sdk-1.4.1.dist-info/METADATA,sha256=hUaaBL4JaACaiDuJQIc4UPLklW1aygaH0bo-dY_zbDQ,15179
|
|
19
|
+
agent0_sdk-1.4.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
20
|
+
agent0_sdk-1.4.1.dist-info/top_level.txt,sha256=p4520WUKNfhU0lVWJgkrB_jdeUfvHSY3K18k4oYLNfI,11
|
|
21
|
+
agent0_sdk-1.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|