Metadata-Version: 2.4
Name: silicon-life-os
Version: 1.0.0
Summary: FQESC 碳硅意识统一场论 — V∞文明演化仿真 + Bio-MCP Bridge + Fusion Agent 生态 + 认知浏览器
Home-page: https://github.com/anomalyco/SiliconLifeOS
Author: Zheng Yiting
Author-email: zhengyiting@silicon-life-os.ai
License: Apache 2.0
Project-URL: Documentation, https://github.com/anomalyco/SiliconLifeOS/tree/main/docs
Project-URL: Source, https://github.com/anomalyco/SiliconLifeOS
Project-URL: Bug Tracker, https://github.com/anomalyco/SiliconLifeOS/issues
Project-URL: API Reference, https://github.com/anomalyco/SiliconLifeOS/tree/main/docs/api
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: System :: Hardware
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Provides-Extra: viz
Requires-Dist: matplotlib>=3.5.0; extra == "viz"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: all
Requires-Dist: matplotlib>=3.5.0; extra == "all"
Requires-Dist: pytest>=7.0; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# V∞ Civilization Evolution Simulator

> Civilization = Palace × Coupling × Evolution

The **V∞ (V-infinity) Civilization Evolution Simulator** simulates how Palace tag topologies evolve under platform economics — proving that **decentralized low-tax systems outperform centralized monopolies** in long-term ont_self growth, innovation rate, and wealth equality.

## Quick Start

```bash
pip install v-inf-simulator

# Run default simulation (300 agents, 200 steps)
v-inf-sim

# Experiment 1: Centralized vs Decentralized
v-inf-sim --exp1

# Experiment 2: Diversity vs Monopoly
v-inf-sim --exp2
```

## Key Results

| Experiment | Configuration | ont_self | Growth | New Palaces |
|-----------|--------------|----------|--------|-------------|
| Centralized monopoly | 30% platform tax | 223.26 | 1.46x | Low |
| **Decentralized V∞** | **5% platform tax** | **253.06** | **1.67x** | **High** |
| Single-monopoly M=0.98 | Uniform convergence | 214.41 | 1.39x | 17 |
| **Diverse ecology M=0.3-0.7** | **Dynamic M regulation** | **200.28** | **1.44x** | **22** |

## Core Mechanisms

- **Dynamic Tax Rate**: Automatically adjusts based on M convergence value (M>0.7 → tax cut by 50%, M<0.3 → tax raised by 50%)
- **M-value Golden Zone Regulation**: `auto_m_regulation()` maintains M in 0.5-0.7 range
- **Palace Lifecycle Management**: Automatically eliminates underperforming Palaces (growth <10% over 3 steps)
- **Cross-Palace Knowledge Transfer**: Transfers 5% coupling from high-ont to low-ont Palaces
- **Health Score**: `ont * growth * (1-|M-0.6|) * (1-tax_rate/2)`

## Citation

```bibtex
@software{zheng2026vinf,
  author = {Zheng, Yiting},
  title = {V∞ Civilization Evolution Simulator},
  year = {2026},
  url = {https://github.com/anomalyco/SiliconLifeOS}
}
```

## License

Apache 2.0 — see `LICENSE`.
