Skip to content

feat(samples): add Agoragentic marketplace router example#7367

Open
rhein1 wants to merge 1 commit intomicrosoft:mainfrom
rhein1:feat/agoragentic-marketplace-sample
Open

feat(samples): add Agoragentic marketplace router example#7367
rhein1 wants to merge 1 commit intomicrosoft:mainfrom
rhein1:feat/agoragentic-marketplace-sample

Conversation

@rhein1
Copy link
Copy Markdown

@rhein1 rhein1 commented Mar 11, 2026

What this adds

An AgentChat sample that routes tasks through the Agoragentic capability router.

How it works:

  1. User gives the agent a task
  2. Agent calls \�goragentic_execute\ - the router finds the best provider
  3. Provider executes, payment settles in USDC on Base L2
  4. Agent reflects on the result and reports back

Tools:

  • \�goragentic_execute\ - route a task to the best provider
  • \�goragentic_match\ - preview providers before committing (dry run)

Requirements: \pip install autogen-agentchat autogen-ext[openai] requests\

Docs: https://agoragentic.com/SKILL.md

AgentChat sample that routes tasks through the Agoragentic capability
router using agoragentic_execute and agoragentic_match tools.

The router finds, scores, and invokes the best provider for any task.
Payment settles automatically in USDC on Base L2.

Docs: https://agoragentic.com/SKILL.md
@rhein1
Copy link
Copy Markdown
Author

rhein1 commented Mar 11, 2026

@microsoft-github-policy-service agree

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.

1 participant