the theme structure works with arrays, not objects, so $a_item is an array, like everything else, and doesn't have methods, eg ->AddTag();
Also, answers don't have tags in Q2A, so you'd have to fudge it if you wanted them to have tags.
As for questions, the tags are in the ['q_tags'] index, so you do something like:
$post['q_tags'][] = 'foo';