首页博客项目标签关于
Published on
March 23, 2026

运行 Ironclaw

  • 基本的构建步骤
sudo -u postgres createdb ironclaw
sudo -u postgres psql -d ironclaw -c "CREATE EXTENSION IF NOT EXISTS vector;"


cargo run onboard

export DATABASE_URL="postgresql://postgres:111@127.0.0.1:5432/ironclaw?sslmode=disable" #禁用 SSL

THE END

← Rust的规则:所有权、引用和生命周期
Agent 概念性的记录 →