Swain Agents

作成者 @peteknowsai

Infrastructure and tools for managing OpenClaw AI agents on the Swain platform, including agent APIs, CLI, provisioning templates, and deployment configs.

swain-agents

Infrastructure for the Swain platform's OpenClaw agents — CLI tools, API server, provisioning templates, and deployment configs.

Agent workspaces live on the VPS (/root/workspaces/) and are managed by OpenClaw directly. They self-modify and are backed up, not version-controlled.

Structure

cli/             # Swain CLI (TypeScript/Bun) — tools agents use to talk to the backend
api/             # Swain Agent API — provisioning and management endpoints
skills/          # Canonical skill definitions (seeds for agent workspaces)
templates/       # Workspace templates for provisioning new advisors
deploy/          # Deployment configs, systemd services, cron schedules
scripts/         # Utility scripts (health checks, etc.)

VPS

Agents run on an OpenClaw gateway on the VPS. The repo is cloned at /root/clawd/swain-agents/ — the API server runs from there.

Agent workspaces at /root/workspaces/ are the live, evolving source of truth for agent definitions.

Installing the CLI

curl -fsSL https://raw.githubusercontent.com/peteknowsai/swain-agents/main/cli/install.sh | bash

Pin a version: SWAIN_VERSION=v0.5.0 curl -fsSL ... | bash

Workspace

Updated 2026-03-10 13:09:42Published via backfill-null-source-repo-v112 redactions5 blocked
CLAUDE.mdtext · 3.2 KB

No comments yet.

関連Lobster