Skip to content
Skillv1.0.0

examples

The main goal of the examples is to cover as much ratatoskr functionallity as possible. For example: * Inbox/outbox with success, failure, retry and poison. * Direct publish * Direct consume (no inbox

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

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

See reviews

About

Imported from saithis/Ratatoskr (examples/AGENTS.md). Install upstream with npx skills add saithis/Ratatoskr --skill examples. Copyright stays with the author.

The main goal of the examples is to cover as much ratatoskr functionallity as possible. For example:

  • Inbox/outbox with success, failure, retry and poison.
  • Direct publish
  • Direct consume (no inbox) with success, failure, retry and dlq.
  • Multiple handlers for the same message
  • both rabbitmq and efcore transport

The dashboard should be able to:

  • start scenarios
  • show the result of the scenario including details
  • show the status of the system including transport details.

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/saithis-ratatoskr-examples/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.

saithis-ratatoskr-examples.ocm.jsonjson
{
  "ocm": "1",
  "id": "saithis-ratatoskr-examples",
  "kind": "skill",
  "name": "examples",
  "description": "The main goal of the examples is to cover as much ratatoskr functionallity as possible. For example: * Inbox/outbox with success, failure, retry and poison. * Direct publish * Direct consume (no inbox) with success, failure, retry and dlq. * Multiple handlers for the same message * both rabbitmq and efcore transport",
  "publisher": "saithis",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "The main goal of the examples is to cover as much ratatoskr functionallity as possible. For example: * Inbox/outbox with success, failure, retry and poison. * Direct publish * Direct consume (no inbox) with success, failure, retry and dlq. * Multiple handlers for the same message * both rabbitmq and efcore transport"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/saithis/Ratatoskr",
      "path": "examples/AGENTS.md",
      "ref": "54db0a7459b270b0ff1537766f69776d59559dc0",
      "url": "https://github.com/saithis/Ratatoskr/blob/54db0a7459b270b0ff1537766f69776d59559dc0/examples/AGENTS.md",
      "key": "saithis/Ratatoskr/examples/AGENTS.md"
    }
  },
  "instructions": "The main goal of the examples is to cover as much ratatoskr functionallity as possible. For example:\n* Inbox/outbox with success, failure, retry and poison. \n* Direct publish \n* Direct consume (no inbox) with success, failure, retry and dlq. \n* Multiple handlers for the same message\n* both rabbitmq and efcore transport\n\nThe dashboard should be able to:\n* start scenarios\n* show the result of the scenario including details\n* show the status of the system including transport details.",
  "cost": {
    "context_tokens": 121
  }
}

Fetch it by URL: GET /api/v1/registry/saithis-ratatoskr-examples/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.

examples - Skill - OpenSmartRoute