You're viewing a demo portfolio

Join the waitlist
PRSM

get_influence_network

Active

Tool of Provenio — Art Intelligence

declared in 0.3.2-measured

Cost: ~2-3s. N-hop influence BFS. Use ONLY when depth>1 needed — get_artist already has 1-hop.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "seed_person_id"
  ],
  "properties": {
    "direction": {
      "enum": [
        "outgoing",
        "incoming",
        "both"
      ],
      "type": "string",
      "default": "both",
      "description": "outgoing = who the seed influenced; incoming = who influenced the seed; both = union."
    },
    "max_depth": {
      "type": "integer",
      "default": 2,
      "maximum": 4,
      "minimum": 1,
      "description": "BFS depth. Default 2. Keep ≤3 unless needed — cost grows combinatorially."
    },
    "seed_person_id": {
      "type": "string",
      "description": "Seed artist — person ID slug or full 'person:...'."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Provenio — Art Intelligence

https://github.com/mildo-ai/brain_for_art

1/7 registries
View full server →