Skip to content

akarachen/long-running-agent

v0.2.0

Skills for long-running agent work — write the completion contract, carry a goal to a verified finish, keep review adversarial, and orchestrate large migrations.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "long-running-agent",
  "version": "0.2.0",
  "description": "Skills for long-running agent work \u2014 write the completion contract, carry a goal to a verified finish, keep review adversarial, and orchestrate large migrations.",
  "author": {
    "name": "AkaraChen",
    "url": "https://github.com/AkaraChen"
  },
  "homepage": "https://github.com/AkaraChen/long-running-agent",
  "repository": "https://github.com/AkaraChen/long-running-agent",
  "keywords": [
    "long-running",
    "goal",
    "planning",
    "completion-contract",
    "orchestration",
    "adversarial-review",
    "migration",
    "verification"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Long Running Agent",
        "shortDescription": "Run long agent jobs to a verified finish",
        "longDescription": "Skills for long-running agent work: draft the completion contract, run the loop to a verified finish, keep authoring and review independent, and orchestrate large migrations.",
        "developerName": "AkaraChen",
        "category": "Developer Tools",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://github.com/AkaraChen/long-running-agent",
        "defaultPrompt": [
          "Use $write-goal to turn this intention into a well-specified goal, then $run-long-task to carry it out to a verified finish."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai