Skip to content

demo: add Agent Orchestrator registry demo#134

Open
prastiansyah wants to merge 1 commit intohashgraph-online:mainfrom
prastiansyah:main
Open

demo: add Agent Orchestrator registry demo#134
prastiansyah wants to merge 1 commit intohashgraph-online:mainfrom
prastiansyah:main

Conversation

@prastiansyah
Copy link

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:

  • agent metadata (agent.json)
  • runnable demo script
  • concise README for registry usage

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines +49 to +52
"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."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant