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
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ For more information, see xref:anypoint-cli::auth.adoc[].

=== Create a Target Space for Your Environment

To deploy an agent network, you need a space on CloudHub 2.0. See xref:af-get-started.adoc#setup-space[Set Up the Space for Your Environment].
To deploy an agent network, you need a space on CloudHub 2.0 or a deployment target on Anypoint Runtime Fabric. See xref:af-get-started.adoc#setup-space[Set Up the Space or Deployment Target for Your Environment].

After you create a target space, set up the ingress and egress gateways for deployment if you haven't already done so. See xref:af-get-started.adoc#setup-gateways[Set Up Agent Network Gateways for the Target Space].
After you create a target space, set up the ingress and egress gateways for deployment if you haven't already done so. See xref:af-get-started.adoc#setup-gateways[Set Up Agent Network Gateways for the Space or Deployment Target].

== CLI for Agent Fabric Plugin Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Deploy Agent Network Instances
:page-aliases: anypoint-code-builder::af-deploy-agent-network-targets.adoc

Deploy your agent network instance to a CloudHub 2.0 shared space or a CloudHub 2.0 private space. Agent network deployments are available on US Cloud and EU Cloud hosts only. For more information, see xref:hosting-home::index.adoc#control-plane-hosting-options[Control Plane Hosting Options].
Deploy your agent network instance to a CloudHub 2.0 shared space, a CloudHub 2.0 private space, or to a Runtime Fabric target. Agent network deployments are available on US Cloud and EU Cloud hosts only. For more information, see xref:hosting-home::index.adoc#control-plane-hosting-options[Control Plane Hosting Options].

Additionally, agent brokers follow the same monthly patching cadence as CloudHub 2.0. For the update schedule, see xref:release-notes:cloudhub-2/cloudhub-2-runtimes-release-notes.adoc#mulesoft-commercial-cloud-schedule[MuleSoft Commercial Cloud Schedule].

Expand Down Expand Up @@ -83,7 +83,7 @@ To get started, try one of these suggested messages.
[[deploy-acb]]
== Deploy Your Network Using Anypoint Code Builder

Deploy your agent network instance to a CloudHub 2.0 space directly from Anypoint Code Builder.
Deploy your agent network instance to a CloudHub 2.0 space or Runtime Fabric target directly from Anypoint Code Builder.

. If you're not logged in already, log in to your Anypoint Platform account.
. In Anypoint Code Builder, choose one of the following:
Expand Down
20 changes: 16 additions & 4 deletions agent-network/2.0/modules/ROOT/pages/af-get-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
include::partial$af-shared.adoc[tags=get-started]

[[setup-space]]
== Set Up the Target Space for Your Environment
== Set Up the Space or Deployment Target for Your Environment

To deploy an agent network, you need a space on CloudHub 2.0. CloudHub 2.0 supports shared spaces and private spaces.
To deploy an agent network, you need a space on CloudHub 2.0 or a deployment target on Anypoint Runtime Fabric. CloudHub 2.0 supports shared spaces and private spaces.

Use a shared space if you don't require dedicated infrastructure. Use a private space if you need workload isolation or have other requirements that a shared space doesn't satisfy.

Expand All @@ -25,16 +25,28 @@ We recommend naming the private space `agent-network-space`.
. xref:cloudhub-2::ps-config-env.adoc[Associate the new or existing private space with the business groups and environments] where you plan to deploy your agent network.
+
You must complete this step so that the private space appears as a valid deployment target in Anypoint Code Builder and Anypoint CLI.
* Runtime Fabric:
+
Create a deployment target for Runtime Fabric.
+
For information about Runtime Fabric deployments, see xref:gateway::flex-gateway-managed-set-up.adoc#rtf[Managed Omni Gateway on Runtime Fabric].
+
Agent networks on Runtime Fabric use Object Store in one of two modes:
+
** *Non-persistent* (default): No additional setup required.
** *Persistent*: Requires a persistence gateway. For setup instructions, see xref:runtime-fabric::persistence-gateway.adoc[Persistence Gateway].

[[setup-gateways]]
== Set Up Agent Network Gateways for the Target Space
== Set Up Agent Network Gateways for the Space or Deployment Target

After you set up a target space, use the `MuleSoft: Set Up Agent Network Gateways` command to create the gateways required for deployment in CloudHub 2.0.
After you set up a target space, use the `MuleSoft: Set Up Agent Network Gateways` command to create the gateways required for deployment in either CloudHub 2.0 or Runtime Fabric.

For agent networks, you need at least one Managed Omni Gateway in your environment. A single gateway can handle both ingress and egress traffic, which is the recommended configuration. You can also use separate gateways for ingress and egress traffic in a private space.

For more information about gateways, see xref:gateway::flex-architecture-basic-deployments.adoc[].

For more information about Runtime Fabric deployments, see xref:gateway::flex-gateway-managed-set-up.adoc#rtf[Managed Omni Gateway on Runtime Fabric].

. In Anypoint Code Builder, from the Command Palette, run the command *MuleSoft: Set Up Agent Network Gateways*.
. If you're not logged in, log in to your Anypoint Platform account.
. Select the business group and environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use Agent Visualizer to xref:agent-visualizer::troubleshoot-agent-network.adoc[v

== Enable Logging to Debug Agent Brokers

Enable logging and log levels from CloudHub 2.0.
Enable logging and log levels from CloudHub 2.0 or Runtime Fabric.

Agent brokers provide two levels of logging detail:

Expand All @@ -21,6 +21,7 @@ To enable logging:
. Choose one of these options to configure logging:
+
* xref:cloudhub-2::ch2-manage-app-logs.adoc#configure-log-levels-and-categories[CloudHub 2.0]
* xref:runtime-fabric::deploy-to-runtime-fabric.adoc#configure-logging-and-log-levels[Runtime Fabric]
. To view operational logs, set the log level to `INFO`.
. To view detailed LLM and tool execution logs, set the log level for `INSECURE-LOGGING` to `DEBUG`.

Expand Down
14 changes: 7 additions & 7 deletions agent-network/2.0/modules/ROOT/partials/af-shared.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ a|
|Usage
|Usage Viewer

|CloudHub 2.0
|xref:cloudhub-2::ps-assign-permissions.adoc[CloudHub 2.0 permissions]
|CloudHub 2.0 or Runtime Fabric
|xref:runtime-fabric::limitations-self.adoc[Runtime Fabric permissions] or xref:cloudhub-2::ps-assign-permissions.adoc[CloudHub 2.0 permissions]
|===

See xref:access-management::permissions-by-product.adoc[] for a list of all Anypoint Platform permissions.
Expand Down Expand Up @@ -84,12 +84,12 @@ If you're using the Anypoint CLI to create agent network projects, ensure you me
[[step-1-setup]]
=== Step 1: Set Up Your Agent Network

. Use Anypoint Runtime Manager to set up a space in CloudHub 2.0.
. Use Anypoint Runtime Manager to set up a space in CloudHub 2.0 or deployment target in Runtime Fabric.
+
See xref:agent-network::af-get-started.adoc#setup-space[Set Up the Target Space for Your Environment].
. Set up Omni Gateways for the space.
See xref:agent-network::af-get-started.adoc#setup-space[Set Up the Space or Deployment Target for Your Environment].
. Set up Omni Gateways for the space or deployment target.
+
* If using Anypoint Code Builder, see xref:agent-network::af-get-started.adoc#setup-gateways[Set Up Agent Network Gateways for the Space].
* If using Anypoint Code Builder, see xref:agent-network::af-get-started.adoc#setup-gateways[Set Up Agent Network Gateways for the Space or Deployment Target].
* If using the Anypoint CLI, see the xref:agent-network::af-build-agent-networks-in-a-ci-cd-environment.adoc#agent-network-setup-gateways[setup gateways command reference].

[[step-2-create]]
Expand Down Expand Up @@ -121,7 +121,7 @@ Build and publish your agent network project as Anypoint Exchange assets. When y
[[step-5-deploy]]
=== Step 5: Deploy Your Agent Network Instances

Deploy your agent network instance to a deployment target. You can deploy to a CloudHub 2.0 shared space or a CloudHub 2.0 private space.
Deploy your agent network instance to a deployment target. You can deploy to a CloudHub 2.0 shared space, a CloudHub 2.0 private space, or to a Runtime Fabric target.

* xref:agent-network::af-deploy-agent-network-targets.adoc#deploy-dev-agent[Deploy Your Network Using MuleSoft Vibes]
* xref:agent-network::af-deploy-agent-network-targets.adoc#deploy-acb[Deploy Your Network Using Anypoint Code Builder]
Expand Down