The Agent needs access to a self pointer, and it is parameterized so it doesn’t have to be a static pointer, as it was in the original paper—this approach in particular needs it to be dynamic in this way.
There are also use cases where a bit of code receives a pointer not to its exact self—when it is called as a subagent, it will get the parent’s pointer.
The Agent needs access to a self pointer, and it is parameterized so it doesn’t have to be a static pointer, as it was in the original paper—this approach in particular needs it to be dynamic in this way.
There are also use cases where a bit of code receives a pointer not to its exact self—when it is called as a subagent, it will get the parent’s pointer.