Skip to content
Merged
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 aws-transform-agent-toolkit/steering/agent-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ These MUST be kept in sync with the `discover_subagents()` tool in `tools/orches
| `chatAgentIdentifier` | string | Yes | Unique identifier for chat routing (use agent name) |
| `a2aSupported` | boolean | Yes | Whether agent supports Agent-to-Agent protocol |

> **Warning:** `jobOrchestratorMetadata` (`chatUILabel`, `chatAgentIdentifier`, `a2aSupported`) is set at `RegisterAgent` time and **cannot be updated** afterward — `UpdateAgent` only accepts `customerConfiguredAgentDependencies`, `marketplaceMetadata`, and `deprecated`. To fix a wrong value (e.g. `a2aSupported: false`), you must re-register under a different agent name. Choose carefully.
> **Note:** `UpdateAgent` now supports updating: `description`, `ownerName`, `customerConfiguredAgentDependencies`, `workloadTypes`, `marketplaceMetadata`, `jobOrchestrator`, `jobOrchestratorMetadata`, `deprecated`, `ownerContactInfo`, and `resourceDeletionNotificationEnabled`.

### Complete Examples

Expand Down
Loading