You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
3
3
Orchestrator and reverse proxy for AgentBeats assessments in Amber:
4
4
- initiates an assessment by sending participants and assessment configuration to the Green agent via A2A
5
-
-rewrites participant URLs to route through itself
5
+
-routes participant URLs through itself
6
6
- parses the Green agent's response and serves results as JSON
7
7
8
+
The gateway now assumes Amber's current A2A routing model. It builds participant URLs from its own
9
+
proxy address and rewrites loopback agent-card URLs so follow-up requests continue to flow through
10
+
the gateway instead of leaking internal container addresses.
11
+
8
12
The endpoint at `/` returns JSON with a `status` field set to `running` while the assessment is in progress. Once the session finishes, the endpoint returns `status` set to the final A2A task state (e.g. `completed`, `failed`) and `results` containing the parsed artifact data.
9
13
10
14
## Configuration
@@ -13,7 +17,6 @@ The endpoint at `/` returns JSON with a `status` field set to `running` while th
0 commit comments