web3-agent-reputation 0.0.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.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: web3-agent-reputation
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved: web3.py external module for ERC-8004 Trustless Agents — typed registry reads + a policy-driven reputation calculator. Under active development.
|
|
5
|
+
Project-URL: Repository, https://github.com/hanjoonchoe/agent-reputation-sdk
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: ai-agents,erc-8004,ethereum,reputation,trustless-agents,web3
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# web3-agent-reputation
|
|
12
|
+
|
|
13
|
+
**Name reserved — under active development.**
|
|
14
|
+
|
|
15
|
+
Ethereum SDK extensions for [ERC-8004: Trustless Agents](https://eips.ethereum.org/EIPS/eip-8004): typed registry reads plus a policy-driven reputation calculator, shipped as a web3.py external module.
|
|
16
|
+
|
|
17
|
+
- Repository & design: https://github.com/hanjoonchoe/agent-reputation-sdk
|
|
18
|
+
- TypeScript counterpart: `agent-reputation` (npm)
|
|
19
|
+
- Principles: read-only forever · never a bare scalar (expectation ± uncertainty + evidence + caveats) · cross-language golden test vectors
|
|
20
|
+
|
|
21
|
+
First real release: `0.1.0`.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
web3_agent_reputation/__init__.py,sha256=zzzTuugBiYVMmNd2DqBJtZVmI-Dc38g8CBt0rybfiR0,234
|
|
2
|
+
web3_agent_reputation-0.0.1.dist-info/METADATA,sha256=P_y0rgXd4B4JnQ2a5sDNmZTGC-jLs0WQbN0mC8XquEM,1031
|
|
3
|
+
web3_agent_reputation-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
4
|
+
web3_agent_reputation-0.0.1.dist-info/RECORD,,
|