Skip to content

Commit 35c818b

Browse files
authored
Update multi-agent-system.ts
1 parent 9256fe3 commit 35c818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/bin/multi-agent-system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const environment = app.node.tryGetContext('environment') || 'dev';
2525
// Network Stack - VPC, Subnets, Security Groups
2626
const networkStack = new NetworkStack(app, `${stackPrefix}-Network-${environment}`, {
2727
env,
28-
description: 'Network infrastructure for multi-agent system',
28+
description: 'Guidance for Multi Agent Orchestration using LangGraph on AWS (SO9035) - Network infrastructure for multi-agent system',
2929
stackName: `${stackPrefix}-Network-${environment}`,
3030
});
3131

0 commit comments

Comments
 (0)