tools.flavor_tool module

Flavor Engine Tool – Stargazer-callable tool for gustatory computation.

Wraps FlavorEngine for use as a Discord bot tool. Supports:
  • blend: compute composite flavor profile from a recipe

  • morph: interpolate between two flavors

  • lookup: get a single flavor profile

  • list: list all available flavors

NCM deltas from blend/morph are auto-injected into the limbic system via exhale() so narrative food consumption actually modifies Star’s neurochemistry in Redis DB12.

async tools.flavor_tool.run(action, recipe='[]', morph_from='', morph_to='', morph_t=0.5, flavor='', ctx=None)[source]

Execute a flavor engine action.

Return type:

str

Parameters: