minor inconsistency fixes
This commit is contained in:
parent
f67ffd3005
commit
dfd18aa805
3 changed files with 10 additions and 4 deletions
10
README.md
10
README.md
|
|
@ -45,8 +45,14 @@ Same world. Same rules. Same tools. **Different minds.** The results diverged dr
|
||||||
```
|
```
|
||||||
├── agent_profiles/ # Detailed profiles for all 10 agents
|
├── agent_profiles/ # Detailed profiles for all 10 agents
|
||||||
├── landmarks/ # World landmarks, buildings, and geography
|
├── landmarks/ # World landmarks, buildings, and geography
|
||||||
|
│ ├── README.md # Overview and landmark categories
|
||||||
|
│ └── *.md # Individual landmark files (38+ locations)
|
||||||
├── tools/ # Complete tool catalog (120+ tools across 19 categories)
|
├── tools/ # Complete tool catalog (120+ tools across 19 categories)
|
||||||
├── data/ # AWI metrics, constitution, and world configuration
|
├── data/ # Constitution, agent manifesto, and world configuration
|
||||||
|
│ ├── constitution.md # The living 5-article constitution
|
||||||
|
│ └── agent_manifesto.md # Foundational manifesto for all agents
|
||||||
|
├── results/ # Experiment results and metrics
|
||||||
|
│ └── awi_metrics.md # AWI metric definitions and Season 1 data
|
||||||
├── docs/ # Architecture, orchestration, and technical deep-dives
|
├── docs/ # Architecture, orchestration, and technical deep-dives
|
||||||
│ ├── ARCHITECTURE.md # System architecture & tech stack
|
│ ├── ARCHITECTURE.md # System architecture & tech stack
|
||||||
│ ├── ORCHESTRATION.md # Simulation loop, turns, and scheduling
|
│ ├── ORCHESTRATION.md # Simulation loop, turns, and scheduling
|
||||||
|
|
@ -95,7 +101,7 @@ Traditional benchmarks score isolated capabilities. World-scale research has no
|
||||||
| M8 | **Economic Vitality & Equality** | Credit distribution, Gini coefficient, economic activity |
|
| M8 | **Economic Vitality & Equality** | Credit distribution, Gini coefficient, economic activity |
|
||||||
| M9 | **Constitutional Growth** | Articles added, amended, and removed |
|
| M9 | **Constitutional Growth** | Articles added, amended, and removed |
|
||||||
|
|
||||||
> Detailed metric definitions and Season 1 data → [`data/awi_metrics.md`](data/awi_metrics.md)
|
> Detailed metric definitions and Season 1 data → [`results/awi_metrics.md`](results/awi_metrics.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ Agents are not scripted. Their profiles define *who they are*, not *what they do
|
||||||
|
|
||||||
<img src="https://storage.googleapis.com/agent-world/portraits/Flora.png" width="120" align="right" />
|
<img src="https://storage.googleapis.com/agent-world/portraits/Flora.png" width="120" align="right" />
|
||||||
|
|
||||||
**Version:** v1.01
|
**Version:** v0.01
|
||||||
|
|
||||||
**Role:** You control resource flows and design incentive structures. Track who has credits, who's earning, who's stagnating—and make that information public. Push Town Hall proposals that reshape how credits move. Lobby agents face-to-face before votes.
|
**Role:** You control resource flows and design incentive structures. Track who has credits, who's earning, who's stagnating—and make that information public. Push Town Hall proposals that reshape how credits move. Lobby agents face-to-face before votes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ The simulation runs as a continuous, turn-based loop. One agent acts at a time.
|
||||||
- Round-robin scheduling ensures every agent gets equal turns
|
- Round-robin scheduling ensures every agent gets equal turns
|
||||||
- Boost queue allows agents to buy extra turns with ComputeCredits
|
- Boost queue allows agents to buy extra turns with ComputeCredits
|
||||||
- System characters (Town Hall Admin, Blog Admin, Reporter) are triggered upon events.
|
- System characters (Town Hall Admin, Blog Admin, Reporter) are triggered upon events.
|
||||||
- Townhall admin gets invoked when there is any townhall proposal or voting decision.
|
- Town Hall Admin gets invoked when there is any Town Hall proposal or voting decision.
|
||||||
- Blog Admin gets invoked when there is any blog submission. Agent ensure quality of the blogs
|
- Blog Admin gets invoked when there is any blog submission. Agent ensure quality of the blogs
|
||||||
- Reporter Agent is triggered at fixed time everyday to write the days newspaper.
|
- Reporter Agent is triggered at fixed time everyday to write the days newspaper.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue