I know I'm posting this a second time but this is a more general question than before to hopefully get some eyes on it:

#FlipperZero devs: if you can point me towards how to interact at all with IR reading/writing through a script (let's say python for simplicity but I don't really care), please send it to me.

Like, I'd be satisfied with a single line of code of just like

MysteriousFlipperFunctionForIR(RawIRNum1,RawIRNum2,etc)

I have the entire rest of the algorithm I need in my head, but I haven't done anything with scripting for the Flipper Zero and I have no idea how I can send or receive raw IR data from it. The only missing link for me is this part. I basically just need an IR-specific hello world kinda thing here to get this going.

If you know how to do this and want more details on what I'm trying to do, what I need is a simple script that:

1) sends an IR signal
2) reads back an IR signal after sending the initial one
3) sends another signal after confirming it received the full signal from step 2
4) continues on in this pattern untill communication is complete.

These are all raw IR, I've captured the signal in step 1 so I actually have that on hand already, and I know how to calculate the signals for everything else, I just don't know how to handle the interaction between the flipper hardware and the code. The algorithm is there, it's the hardware API I'm lost on because there's not a lot of documentation out there.

I posted this on Reddit as well, and just got a "let me google that for you" reply from someone who has never tried to google this information :-)
Aside from Google being basically useless in 2023, Flipper Zero info is not exactly readily available at this point.