We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9256fe3 commit 35c818bCopy full SHA for 35c818b
infra/bin/multi-agent-system.ts
@@ -25,7 +25,7 @@ const environment = app.node.tryGetContext('environment') || 'dev';
25
// Network Stack - VPC, Subnets, Security Groups
26
const networkStack = new NetworkStack(app, `${stackPrefix}-Network-${environment}`, {
27
env,
28
- description: 'Network infrastructure for multi-agent system',
+ description: 'Guidance for Multi Agent Orchestration using LangGraph on AWS (SO9035) - Network infrastructure for multi-agent system',
29
stackName: `${stackPrefix}-Network-${environment}`,
30
});
31
0 commit comments