Skip to content
All features
AI runtimepackages/ai/play-marketplace

play-marketplace package

Marketplace shell for shareable atelier plays — discovery, ratings, install, attribution.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/play-marketplace

play-marketplace

packages/ai/play-marketplace

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/play-marketplace
play-marketplace
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/play-marketplace/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
74 ms
events/sec
515/s
providers
3
eval score
89
Usageplay-marketplace.ts
typescript
play-marketplace.ts
1import { playMarketplace } from "@nebutra/play-marketplace";
2
3const result = await playMarketplace.run({
4  tenantId: org.id,
5  // play-marketplace is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});