If the sequence converges to $L$ then:
$lim \frac{1}{x_{n+2}} = lim \frac{1}{x_{n+1}} + lim \frac{1}{x_n} \implies \frac{1}{L} = \frac{1}{L} + \frac{1}{L} \implies L = 2L \implies L = 0$.
So I know that if the sequence converges then she will converge to $0$. How can I prove that the sequence converges? (It's clearly bounded and monotone, but how can I prove that formally?)
Claim: $0<x_n \leq 1/n$ for all $n\geq 2$.
Note that $x_2 = 1/2$ and $x_3 = 1/3$ so the base cases hold. Suppose that it is true up to some $x_n$. Then $$ \frac{1}{x_{n+1}} = \frac{1}{x_n}+\frac{1}{x_{n-1}}\geq 2n-1 \geq n+1, $$ where the last inequality follows since $n\geq 2$. Thus $x_{n+1}\leq \frac{1}{n+1}$ and by induction the claim follows.
Now, by the squeeze theorem it is clear that $x_n\to 0$.