Skip to main content

marvin.agents.agent

Agents for Marvin. An Agent is an entity that can process tasks and maintain state across interactions.

Constants

T

Classes

Agent

An agent that can process tasks and maintain state. Methods:
  • get_agentlet
  • get_mcp_servers
  • get_memories
  • get_model
  • get_model_settings
  • get_prompt
  • get_tools

Functions

handle_event

Handle an event by passing it to all registered handlers.
Parent Module: agents