Skip to main content

marvin.agents.actor

Constants

T

Classes

Actor

Methods:
  • end_turn
    Called when the actor ends its turn.
  • friendly_name
  • get_agentlet
  • get_current
    Get the current actor from context.
  • get_end_turn_tools
    A list of EndTurn tools that this actor can use to end its turn.
  • get_memories
    A list of memories that this actor can use during its turn.
  • get_prompt
  • get_tools
    A list of tools that this actor can use during its turn.
  • run
  • run_async
  • say
    Responds to a user message in a conversational way.
  • say_async
    Responds to a user message in a conversational way.
  • start_turn
    Called when the actor starts its turn.

Functions

get_current_actor

Get the currently active actor from context. Returns: The current Actor instance or None if no actor is active.
Parent Module: agents