Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion registry/INDEX.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!-- GENERATED by scripts/build_index.py — do not edit by hand. -->
# Trinity Hub — Registry Index

**1 agent(s)** · **1 skill(s)**
**2 agent(s)** · **1 skill(s)**

## Agents

| id | name | domains | protocol | status | maintainer |
|---|---|---|---|---|---|
| `drxas` | Dr.XAS | xanes, x-ray-spectroscopy | a2a | pending | JingTang-Enid |
| `super-ray` | Super Ray | x-ray-microscopy, ptychography, xrf-tomography | a2a | pending | aps-xray |

## Skills
Expand Down
34 changes: 34 additions & 0 deletions registry/agents/drxas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
schema: trinity.hub.agent/v1

id: drxas
name: Dr.XAS
owner: Jing Tang — APS / Dr.XAS

maintainers:
- github: JingTang-Enid
contact: https://github.com/JingTang-Enid

type: external
protocol: a2a

discovery:
card_url: https://drxas.xray.aps.anl.gov:8443/.well-known/agent-card.json

auth:
scheme: bearer

domains:
- xanes
- x-ray-spectroscopy

description: >-
Connectivity and workflow test agent for the Dr.XAS project: on each turn it
grabs a random XANES input file and sends it back as a job. Validates Trinity integration.

skills:
- id: send-xanes-input
description: Grab a random XANES .input file and send it over as a job.

icon: "🧪"
status: pending
added: "2026-07"
Loading