If I have an Agent A that is installed and running on the platform, can I start an Agent B from within Agent A? (similar to the way volttron-ctl commands work from terminal)
Context: I want to do this because I need Agent B to make a RPC to Agent A, but Agent B needs to know Agent A's peer name in order to make this call (so I could pass this into the config of Agent A if I made it from within Agent B). I just need an alternative to hard coding the peer name each time I want to use Agent B to make an RPC to Agent A, which I'm hoping this will do.