Skip to content
Agentv1.0.0

Test ES Module Agent

An agent created to test ES modules

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

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

See reviews

About

A2A agent card imported from melvincarvalho/aam (.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.

Test ES Module Agent

An agent created to test ES modules

Skills

  • Echo - Returns the input text back to the sender
  • Ping - Responds to a ping request with a status message

Capabilities

streaming, multiTurn

Endpoint: https://example.com/test-esm

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/melvincarvalho-aam-test-es-module-agent/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.

melvincarvalho-aam-test-es-module-agent.ocm.jsonjson
{
  "ocm": "1",
  "id": "melvincarvalho-aam-test-es-module-agent",
  "kind": "agent",
  "name": "Test ES Module Agent",
  "description": "An agent created to test ES modules",
  "publisher": "melvincarvalho",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "a2a",
      "agent-card",
      "github-a2a"
    ],
    "languages": [
      "en"
    ],
    "supports_tools": true
  },
  "quality_prior": 0.6,
  "examples": [
    "An agent created to test ES modules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-a2a",
      "repository": "https://github.com/melvincarvalho/aam",
      "path": ".well-known/agent.json",
      "ref": "86322ad4b8c9b92231e69bdf0dbb1cd5a08ac5e6",
      "url": "https://github.com/melvincarvalho/aam/blob/86322ad4b8c9b92231e69bdf0dbb1cd5a08ac5e6/.well-known/agent.json",
      "key": "melvincarvalho/aam/.well-known/agent.json"
    }
  },
  "endpoints": [
    {
      "protocol": "a2a",
      "url": "https://example.com/test-esm"
    }
  ]
}

Fetch it by URL: GET /api/v1/registry/melvincarvalho-aam-test-es-module-agent/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.