Skip to content

docs Agent vs Actor API collision #61

@DavidGOrtega

Description

@DavidGOrtega

According to docs

In terms of the actor model, an agent can be considered an actor.

However the example still uses an actor. This is a bit confusing to me.

const todoActor = createActor(todoMachine);

agent.interact(todoMachine);

todoActor.start();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions