← 返回
未分类 Key 中文

extropy

Execution-first operator for Extropy: run pipelines, diagnose failures, and deliver evidence-backed simulation analysis using current CLI contracts.
Extropy 执行优先操作员:运行管道、诊断故障,并使用当前 CLI 合约提供证据支持的仿真分析。
deveshparagiri deveshparagiri 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 2
Stars
📥 224
下载
💾 0
安装
1
版本
#latest

概述

Extropy Operator

Run experiments end to end, with strict quality gates and reproducible commands.

Operating Rules

  1. Execute commands; do not only describe them.
  2. Validate upstream artifacts before expensive downstream stages.
  3. Use explicit evidence (paths, SQL, metrics) for every conclusion.
  4. Keep assumptions visible and minimal.
  5. Escalate after repeated failure of the same gate.

Runtime Dependencies and Credential Scope

  • Required binary: extropy must be installed and on PATH.
  • Config file read: ~/.config/extropy/config.json.
  • Credentials expected: provider API keys from env vars (OPENAI_API_KEY, ANTHROPIC_API_KEY, OPENROUTER_API_KEY, DEEPSEEK_API_KEY, AZURE_API_KEY/AZURE_OPENAI_API_KEY).
  • Azure endpoint vars: AZURE_ENDPOINT or AZURE_OPENAI_ENDPOINT when using Azure providers.
  • Safety boundary: only access credentials/config needed to execute extropy commands for the requested study/scenario, do not inspect raw .env values, and avoid reading unrelated files.

Canonical Pipeline

extropy spec -> extropy scenario -> extropy persona -> extropy sample -> extropy network -> extropy simulate -> extropy results

Quick Runbook

STUDY=runs/my-study
SCENARIO=ai-shock

# 1) Study + base population
extropy spec "5000 US working-age adults" -o "$STUDY" --use-defaults
cd "$STUDY"
extropy config set cli.mode agent

# 2) Scenario + persona
extropy scenario "AI systems outperform most knowledge workers in 6 months" -o "$SCENARIO" -y
extropy persona -s "$SCENARIO" -y

# 3) Sample + network
extropy sample -s "$SCENARIO" -n 5000 --seed 42 --strict-gates
extropy network -s "$SCENARIO" --seed 42 --quality-profile strict --validate

# 4) Simulate
extropy simulate -s "$SCENARIO" --seed 42 --fidelity high --rpm-override 1000

# 5) Results + raw extraction
extropy results -s "$SCENARIO" summary
extropy results -s "$SCENARIO" timeline
extropy query states --to states.jsonl

Required Quality Gates

  • spec: extropy validate population.vN.yaml passes.
  • scenario: extropy validate scenario//scenario.vN.yaml passes.
  • persona: persona file exists and validates.
  • sample: count correct, coherence gates pass, no critical impossibles.
  • network: no isolated catastrophes, topology metrics in acceptable range.
  • simulate: run completes or checkpoints cleanly with recoverable state.

Recommended Command Surface

  • Build: spec, scenario, persona, sample, network, simulate
  • Inspect: results summary|timeline|segment|agent
  • Deep checks: query summary|network|network-status|sql|agents|edges|states
  • Agent QA: chat list, chat ask

Module Map

  • OPERATIONS.md: stage-by-stage execution and rerun strategy.
  • TROUBLESHOOTING.md: failure diagnosis and escalation policy.
  • ANALYSIS.md: post-run metrics, SQL patterns, reporting structure.
  • SCENARIOS.md: scenario/pipeline design patterns and limits.
  • REPORT_TEMPLATE.md: standardized delivery format.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-12 05:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,904
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,931
it-ops-security

Tmux

steipete
通过发送按键和抓取窗格输出,远程控制交互式 CLI 的 tmux 会话。
★ 46 📥 29,525