Skip to content

Fix _controller instantiation in agent network mode connect=True for osbrain backend #309

Open
@bangxiangyong

Description

In network.py: when osbrain backend is used, there is a crucial feature for client to gain access to the agent network nameserver by setting connect=True: this connects to an existing agent network (possibly situated in a remote server) instead of starting one.
However, one missing instantiation is the self._controller, which should be fixed by adding this line immediately after line 591:
self._controller = self.ns.proxy("AgentController"), which otherwise will remain as None.

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