stage-9-platform

stage-9-platform is an agent for coding agents from TelivityAI/otaip. It costs 0 tokens per session (1,361 once invoked), scanned A, original, Apache-2.0.

A group of platform agents for coordinating multiple software agents, retrieving knowledge, monitoring systems, managing audits, and handling plugins. An agent is a program that performs a defined kind of work.

In plain words
What is it for?
Use it to run named multi-step workflows, retrieve information, monitor and alert on systems, record audit information, manage plugins, and inspect overall platform health.
Why use it?
It organizes several specialized operations behind common workflows and reports each step’s result. This makes failures, partial results, timing, and platform health easier to track.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/telivityai/otaip/stage-9-platform
Clone the repo
git clone --depth 1 https://github.com/TelivityAI/otaip

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for stage-9-platform

README.md
[![agentmods](https://agentmods.dev/badge/agents/telivityai/otaip/stage-9-platform.svg)](https://agentmods.dev/agents/telivityai/otaip/stage-9-platform)
Your own site
<a href="https://agentmods.dev/agents/telivityai/otaip/stage-9-platform"><img src="https://agentmods.dev/badge/agents/telivityai/otaip/stage-9-platform.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,361 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01361
Opus 5 $0.00000 $0.00681
Sonnet 5 $0.00000 $0.00272
Haiku 4.5 $0.00000 $0.00136

Measured 3d ago against content hash 3422c42de0bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

stage-9-platform scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/agents/stage-9-platform.md · 169 lines

How it starts

The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Stage 9 -- Platform Agents

Package: @otaip/agents-platform

Multi-agent orchestration, knowledge retrieval, monitoring/alerting, audit/compliance, plugin management, and platform health aggregation.


Agent 9.1 -- Orchestrator

ID: 9.1 Class: Orchestrator Status: Implemented

Multi-agent workflow coordination. Defines named workflows (search-to-price, book-to-ticket, full booking, exchange flow, refund flow) as step sequences. Supports conditional steps, parallel execution, error handling (stop/skip/continue), and pipeline building.

Input (OrchestratorInput):

  • workflow -- workflow name
  • input -- workflow input data
  • options? -- stop_on_error?, timeout_ms?

Output (OrchestratorOutput):

  • workflow -- workflow name
  • status -- 'completed' | 'failed' | 'partial'
  • steps -- per-step results (agent ID, status, duration, output/error)
  • total_duration_ms
  • final_output? -- last step output

Constructor: Accepts injectable StepExecutor for testing without real agent imports.


Agent 9.2 -- Knowledge Retrieval

ID: 9.2 Class: KnowledgeRetrieval Status: Implemented

RAG (Retrieval-Augmented Generation) over the travel knowledge base. Indexes documents by topic, supports BM25 + vector hybrid search with injectable embedding provider.

Input (KnowledgeInput):

  • operation -- 'query' | 'index_document' | 'list_topics' | 'get_document'
  • Query: query string, topic filter, max results
  • Index: document ID, title, content, tags, topic

Output (KnowledgeOutput):

  • results? -- ranked results with relevance score, excerpt, full content
  • document? -- specific document
  • topics? -- available topic list
  • query_time_ms?

Agent 9.3 -- Monitoring & Alerting

ID: 9.3 Class: MonitoringAlerting Status: Implemented

Agent health monitoring: latency tracking (p50/p95), error rates, SLA compliance reporting. Records metrics, fires alerts on threshold violations, supports alert acknowledgment.

Read the full file on GitHub · 169 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 169 lines · 0 tokens per session scan A 3422c42de0bc

Subscribe to this mod's changes

stage-9-platform is an agent published in the GitHub repository TelivityAI/otaip (40 stars, last pushed 10d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,361 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.