Skip to content
Open
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
2 changes: 1 addition & 1 deletion exgentic_a2a_runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ kubectl -n team1 get pod -l app.kubernetes.io/name=<agent-name> \
- **`Reads ... no earlier plugin writes it`**: parser ordering issue;
shouldn't happen with the canonical-position table, but possible if a
malformed `--plugin-config-file` introduces an unknown plugin. See
[`framework-architecture.md` §6](https://github.com/kagenti/kagenti-extensions/blob/main/AuthBridge/docs/framework-architecture.md)
[`framework-architecture.md` §6](https://github.com/kagenti/kagenti-extensions/blob/main/authbridge/docs/framework-architecture.md)
for the underlying rules.
- **`ibac.no_intent`** in IBAC telemetry: the inbound chain is
misconfigured — `a2a-parser` didn't run, so `Session.Intents` is
Expand Down
Loading