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
Original file line number Diff line number Diff line change
Expand Up @@ -973,17 +973,6 @@ The `context` section has these properties.

Connection definitions live in the `context` object. Each `connections` object has a kind field that determines its connection type: either `a2a`, `llm`, or `mcp`.

[[connection-id-format]]
==== Connection ID Format

Each connection key (ID) must use only:

* Lowercase letters (`a`–`z`)
* Numeric characters (`0`–`9`)
* Underscores (`_`), non-trailing

For example, `hr_system_agent` and `slack_mcp` are valid, but `HR-System-Agent` and `my_connection_` are not.

Connection objects have these properties.

[%header,cols="1,1,1,1"]
Expand Down Expand Up @@ -1579,17 +1568,6 @@ The `oauth2-obo` authentication has these properties.

Use this section to define brokers that orchestrate and control the flow of agent and tool invocations. Each broker object maps to an `.agent` file. You can have multiple Agent Script files in your `/brokers` directory.

[[broker-id-format]]
=== Broker ID Format

Each broker key (ID) must use only:

* Lowercase letters (`a`–`z`)
* Numeric characters (`0`–`9`)
* Underscores (`_`), non-trailing

For example, `customer_service_agent` and `billing_agent` are valid, but `customerServiceAgent` and `my_broker_` are not.

*Example*

[source,yaml]
Expand Down