Skip to content
Skillv1.0.0

haitun-supervisor-workspace

This workspace defines a minimal, isolated sidecar supervisor for Haitun.

by genuineknowledge(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from genuineknowledge/psi-agent (examples/haitun-supervisor-workspace/AGENTS.md). Install upstream with npx skills add genuineknowledge/psi-agent --skill haitun-supervisor-workspace. Copyright stays with the author.

Haitun Supervisor Workspace

This workspace defines a minimal, isolated sidecar supervisor for Haitun.

  • SOUL.md is the complete supervisor prompt.
  • systems/system.py exposes only the stable prompt builder and a rebuild checker that always returns False.
  • The supervisor has no tools, user-facing persona, profile mutation, or before/after-turn hooks.
  • Its input is an isolated JSON payload prepared by the supervisor runtime. It must never request or consume the main Agent's answer, reasoning, drafts, tool calls, or tool results.
  • Its output is one strict SupervisorAdvice JSON object. It never answers the user's question itself.

Keep this workspace deliberately small. Policy changes belong in SOUL.md and require integration-test coverage.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/genuineknowledge-psi-agent-haitun-supervisor-workspace/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

genuineknowledge-psi-agent-haitun-supervisor-workspace.ocm.jsonjson
{
  "ocm": "1",
  "id": "genuineknowledge-psi-agent-haitun-supervisor-workspace",
  "kind": "skill",
  "name": "haitun-supervisor-workspace",
  "description": "This workspace defines a minimal, isolated sidecar supervisor for Haitun.",
  "publisher": "genuineknowledge",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This workspace defines a minimal, isolated sidecar supervisor for Haitun."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/genuineknowledge/psi-agent",
      "path": "examples/haitun-supervisor-workspace/AGENTS.md",
      "ref": "e99edb510d79c676e43dae794f1a1d55f202e7a9",
      "url": "https://github.com/genuineknowledge/psi-agent/blob/e99edb510d79c676e43dae794f1a1d55f202e7a9/examples/haitun-supervisor-workspace/AGENTS.md",
      "key": "genuineknowledge/psi-agent/examples/haitun-supervisor-workspace/AGENTS.md"
    }
  },
  "instructions": "# Haitun Supervisor Workspace\n\nThis workspace defines a minimal, isolated sidecar supervisor for Haitun.\n\n- `SOUL.md` is the complete supervisor prompt.\n- `systems/system.py` exposes only the stable prompt builder and a rebuild checker that always returns `False`.\n- The supervisor has no tools, user-facing persona, profile mutation, or before/after-turn hooks.\n- Its input is an isolated JSON payload prepared by the supervisor runtime. It must never request or consume the main Agent's answer, reasoning, drafts, tool calls, or tool results.\n- Its output is one strict `SupervisorAdvice` JSON obje",
  "cost": {
    "context_tokens": 190
  }
}

Fetch it by URL: GET /api/v1/registry/genuineknowledge-psi-agent-haitun-supervisor-workspace/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.