You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 0.1 there is a SubprocessAgent that allows the agent to be run as a subprocess. But it would be even better for testing and debugging if we could run an Agent in-process. It would exist basically on its own in a separate thread. It wouldn't be networked, unless tarpc requires it, and in that case it would just use a unix socket.
The text was updated successfully, but these errors were encountered:
In 0.1 there is a
SubprocessAgent
that allows the agent to be run as a subprocess. But it would be even better for testing and debugging if we could run an Agent in-process. It would exist basically on its own in a separate thread. It wouldn't be networked, unless tarpc requires it, and in that case it would just use a unix socket.The text was updated successfully, but these errors were encountered: