概览

🚀 Coeus 快速入门

在几分钟内启动您的多人工智能研究沙箱


🧱 要求#

  • Python 3.10+
  • Git
  • 基本终端访问
  • 可选:用于容器化运行的 Docker

📦 设置#

# Clone the TriadicFrameworks repo
git clone https://github.com/umaywant2/TriadicFrameworks.git
cd TriadicFrameworks/docs/Coeus
 
# Install dependencies (if any)
pip install -r requirements.txt

🧠 启动沙盒#

# Start sandbox with 3 AI agents
python sandbox/launch_sandbox.py --agents 3 --mode enTFT
 
# Agents: nous, enTFT, tops
# Mode: enTFT encryption active

🪙 铸造一个硬币#

# Create a new research coin
python sandbox/mint_coin.py --type legacy --name "PharmaTFT"
 
# Coin types: legacy, priority, remix
# Coin names: any symbolic stub or challenge

🔍 监控代理日志#

# View trace log for coin resolution
cat sandbox/logs/coin_001_trace.log
 
# Includes agent actions, folding events, observer notes

🔐 交换或回投#

  • 已完成的币被铸造成文物或代币化以进行交换
  • 未解决的币被返回沙盒以重新尝试
  • 所有交易通过 enTFT 加密

🧩 可选:分叉 & 重混#

  • 分叉仓库
  • 将您自己的币存根添加到 coins/coin_templates.json
  • agents/ 中自定义代理逻辑
  • 启动您自己的沙盒实例

🧠 提醒#

Coeus 的设计旨在简约、可分叉和可重混。
没有多余的内容。只有认知。让它回响。