Skip to content

Add multi-agent sales campaign sample with A365 telemetry#232

Draft
fpfp100 wants to merge 1 commit intomainfrom
users/pefan/multiAgents-sample
Draft

Add multi-agent sales campaign sample with A365 telemetry#232
fpfp100 wants to merge 1 commit intomainfrom
users/pefan/multiAgents-sample

Conversation

@fpfp100
Copy link
Contributor

@fpfp100 fpfp100 commented Mar 4, 2026

Four Bot Framework agents (orchestrator, planner, executor, reviewer) demonstrate multi-agent orchestration with W3C trace context propagation across separate processes. All agents use AgentApplication + CloudAdapter and can be deployed independently to Teams or Copilot Studio.

  • Orchestrator coordinates 5-step pipeline via HTTP POST to sub-agents
  • Sub-agents expose both /api/run (pipeline) and /api/messages (Bot Framework)
  • A365 observability spans with full parent/child trace tree
  • Deterministic stubs (no LLM API key required)

Four Bot Framework agents (orchestrator, planner, executor, reviewer)
demonstrate multi-agent orchestration with W3C trace context propagation
across separate processes. All agents use AgentApplication + CloudAdapter
and can be deployed independently to Teams or Copilot Studio.

- Orchestrator coordinates 5-step pipeline via HTTP POST to sub-agents
- Sub-agents expose both /api/run (pipeline) and /api/messages (Bot Framework)
- A365 observability spans with full parent/child trace tree
- Deterministic stubs (no LLM API key required)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 9 package(s) with unknown licenses.
See the Details below.

License Issues

nodejs/openai/multi-agent-sample/package.json

PackageVersionLicenseIssue Type
@microsoft/agents-a365-observability^0.1.0-preview.30NullUnknown License
@microsoft/agents-a365-observability-hosting^0.1.0-preview.64NullUnknown License
@microsoft/agents-a365-runtime^0.1.0-preview.30NullUnknown License
@microsoft/agents-activity^1.2.2NullUnknown License
@microsoft/agents-hosting^1.2.2NullUnknown License
@opentelemetry/api^1.9.0NullUnknown License
concurrently^9.0.0NullUnknown License
dotenv^17.2.2NullUnknown License
express^5.1.0NullUnknown License
Denied Licenses: GPL-3.0-only, AGPL-3.0-only

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/@microsoft/agents-a365-observability ^0.1.0-preview.30 UnknownUnknown
npm/@microsoft/agents-a365-observability-hosting ^0.1.0-preview.64 UnknownUnknown
npm/@microsoft/agents-a365-runtime ^0.1.0-preview.30 UnknownUnknown
npm/@microsoft/agents-activity ^1.2.2 UnknownUnknown
npm/@microsoft/agents-hosting ^1.2.2 UnknownUnknown
npm/@microsoft/m365agentsplayground ^0.2.18 UnknownUnknown
npm/@opentelemetry/api ^1.9.0 UnknownUnknown
npm/@types/express ^4.17.21 UnknownUnknown
npm/@types/node ^20.14.9 UnknownUnknown
npm/concurrently ^9.0.0 UnknownUnknown
npm/dotenv ^17.2.2 UnknownUnknown
npm/express ^5.1.0 UnknownUnknown
npm/nodemon ^3.1.10 UnknownUnknown
npm/rimraf ^5.0.0 UnknownUnknown
npm/ts-node ^10.9.2 UnknownUnknown
npm/typescript ^5.9.2 UnknownUnknown

Scanned Files

  • nodejs/openai/multi-agent-sample/package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants