Skip to content
Skillv1.0.0

application

Application documentation may explain theoretical or domain-specific uses, but code examples must use the public `cognitive` or `Things` packages. Do not present domain-specific agent classes as part

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

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

See reviews

About

Imported from ActiveInferenceInstitute/cognitive (docs/guides/application/AGENTS.md). Install upstream with npx skills add ActiveInferenceInstitute/cognitive --skill application. Copyright stays with the author.

Application guide instructions

Application documentation may explain theoretical or domain-specific uses, but code examples must use the public cognitive or Things packages. Do not present domain-specific agent classes as part of this repository. For a working integration, start with the root README.md or docs/manuscript/README.md and state which external environment supplies observations and actions.

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/activeinferenceinstitute-cognitive-application/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.

activeinferenceinstitute-cognitive-application.ocm.jsonjson
{
  "ocm": "1",
  "id": "activeinferenceinstitute-cognitive-application",
  "kind": "skill",
  "name": "application",
  "description": "Application documentation may explain theoretical or domain-specific uses, but code examples must use the public `cognitive` or `Things` packages. Do not present domain-specific agent classes as part of this repository. For a working integration, start with the root `README.md` or `docs/manuscript/README.md` and state which external environment supplies observations and actions.",
  "publisher": "ActiveInferenceInstitute",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Application documentation may explain theoretical or domain-specific uses, but code examples must use the public `cognitive` or `Things` packages. Do not present domain-specific agent classes as part of this repository. For a working integration, start with the root `README.md` or `docs/manuscript/README.md` and state which external environment supplies observations and actions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ActiveInferenceInstitute/cognitive",
      "path": "docs/guides/application/AGENTS.md",
      "ref": "59fdc8275d41d9d3dc3126695083e27e0bd1f6ae",
      "url": "https://github.com/ActiveInferenceInstitute/cognitive/blob/59fdc8275d41d9d3dc3126695083e27e0bd1f6ae/docs/guides/application/AGENTS.md",
      "key": "ActiveInferenceInstitute/cognitive/docs/guides/application/AGENTS.md"
    }
  },
  "instructions": "# Application guide instructions\n\nApplication documentation may explain theoretical or domain-specific uses,\nbut code examples must use the public `cognitive` or `Things` packages. Do not\npresent domain-specific agent classes as part of this repository. For a\nworking integration, start with the root `README.md` or\n`docs/manuscript/README.md` and state which external environment supplies\nobservations and actions.",
  "cost": {
    "context_tokens": 103
  }
}

Fetch it by URL: GET /api/v1/registry/activeinferenceinstitute-cognitive-application/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.

application - Skill - OpenSmartRoute