Skip to main content

Func

func is the in-process function-call mode. It does not expose network endpoints.

Good fit

  • unit tests
  • embedding the agent into Python services
  • using the agent as an in-process application component

Example

from MushroomAgent_core.communication.func import FunctionCommunication

See Development for a fuller usage pattern.