demo: add Agent Orchestrator registry demo#134
demo: add Agent Orchestrator registry demo#134prastiansyah wants to merge 1 commit intohashgraph-online:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 24695379ca
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "demo": { | ||
| "type": "registry-demo", | ||
| "entry": "demo.ts", | ||
| "description": "Demonstrates agent metadata registration and conceptual behavior within the HOL Registry. No production monitoring logic is executed." |
There was a problem hiding this comment.
Point demo entry to existing script
The demo metadata advertises "entry": "demo.ts", but this commit only adds demo.js in the same folder. Any registry or tooling that resolves the demo entry path from agent.json will fail to load/run the demo because the referenced file does not exist. This is user-facing for consumers who rely on the demo.entry field to locate the demo script, so it should point to the actual filename.
Useful? React with 👍 / 👎.
This PR adds an Agent Orchestrator demo to the registry-broker examples.
The agent focuses on observability and per-API maintenance behavior,
demonstrating health monitoring, degradation handling, and recovery logic
in a registry-compatible format.
Includes: