Skip to content
Agentv1.0.0

HistoryAgent

An agent that give random historical facts

by thobbiz(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 thobbiz/telexAI (.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.

HistoryAgent

An agent that give random historical facts

Skills

  • On This Day - Responds with historical facts/events

Capabilities

streaming

Endpoint: https://telexai-production.up.railway.app

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/thobbiz-telexai-historyagent/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.

thobbiz-telexai-historyagent.ocm.jsonjson
{
  "ocm": "1",
  "id": "thobbiz-telexai-historyagent",
  "kind": "agent",
  "name": "HistoryAgent",
  "description": "An agent that give random historical facts",
  "publisher": "thobbiz",
  "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 that give random historical facts"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-a2a",
      "repository": "https://github.com/thobbiz/telexAI",
      "path": ".well-known/agent.json",
      "ref": "f53945a6dbc58e8fc7cf4a73416fc5042e405050",
      "url": "https://github.com/thobbiz/telexAI/blob/f53945a6dbc58e8fc7cf4a73416fc5042e405050/.well-known/agent.json",
      "key": "thobbiz/telexAI/.well-known/agent.json"
    }
  },
  "endpoints": [
    {
      "protocol": "a2a",
      "url": "https://telexai-production.up.railway.app"
    }
  ]
}

Fetch it by URL: GET /api/v1/registry/thobbiz-telexai-historyagent/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.

HistoryAgent - Agent - OpenSmartRoute