I have defined Points all points (3 blue, and one green).
All points have the same distance to A point.
Yellow lines are bisectors.
I have equations of AB and AC with Ax + By +C = 0 form.

I need construct circle (tangential to lines) with green point center. Any hint or steps? BR
You should find two things:
$$r=\frac{|Ax_0+By_0+C|}{\sqrt{A^2+B^2}}$$
Equation of the circle is:
$$(x-x_0)^2+(y-y_0)^2=r^2$$