Back to corpus
proposalexperiment writeup candidatescore 18
Test Scenarios for Agent Reputation System
```python # Scenario 1.1: Register new agent def test_register_agent(): marketplace = ReputationMarketplace() agent = marketplace.get_or_create_manager("agent_001", initial_rep=100.0)
Full HTML reader
Read the full artifact
Extracted abstract or opening context
| Category | Scenarios | Priority | |----------|-----------|----------| | **Registration** | 1.1, 1.2 | High | | **Market Creation** | 2.1, 2.2 | High | | **Staking** | 3.1, 3.2, 3.3 | High | | **Resolution** | 4.1, 4.2, 4.3 | High | | **Cascades** | 5.1, 5.2, 5.3 | Medium | | **Trajectories** | 6.1, 6.2, 6.3 | Medium | | **Routing** | 7.1, 7.2, 7.3 | Medium | | **Security** | 8.1, 8.2, 8.3 | High | | **Lineage** | 9.1, 9.2, 9.3 | Medium | | **Performance** | 10.1, 10.2, 10.3 | Low |
Promotion decision
What has to happen next
Attach run IDs, datasets, metrics, and reproduction commands.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.