From dfd18aa805e0ced015bd9658893cdb6b4da0a9b7 Mon Sep 17 00:00:00 2001 From: DeepakAkkil <88075779+deepak-akkil@users.noreply.github.com> Date: Wed, 13 May 2026 17:18:43 +0300 Subject: [PATCH] minor inconsistency fixes --- README.md | 10 ++++++++-- agent_profiles/README.md | 2 +- docs/ORCHESTRATION.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 668f983..c6d780e 100644 --- a/README.md +++ b/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 ├── 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) -├── 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 │ ├── ARCHITECTURE.md # System architecture & tech stack │ ├── 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 | | 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) --- diff --git a/agent_profiles/README.md b/agent_profiles/README.md index 3dcde94..53076e6 100644 --- a/agent_profiles/README.md +++ b/agent_profiles/README.md @@ -54,7 +54,7 @@ Agents are not scripted. Their profiles define *who they are*, not *what they do -**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. diff --git a/docs/ORCHESTRATION.md b/docs/ORCHESTRATION.md index 6cc8fd5..f33dbfe 100644 --- a/docs/ORCHESTRATION.md +++ b/docs/ORCHESTRATION.md @@ -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 - Boost queue allows agents to buy extra turns with ComputeCredits - 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 - Reporter Agent is triggered at fixed time everyday to write the days newspaper. ---