You would probably want to start with the openai-agents SDK in that case.
openpgp4fpr:2a420f2982e589326ca49d1b0644b87ed144c988
- 0 Posts
- 6 Comments
hosaka@programming.devto
Programming@programming.dev•Why do some people fork repos but make no changes to them?
5·1 month agoForgejo has auto mirroring built in, it’ll periodically sync the repos you add. The disadvantage is you have to add them manually. Initially I wanted a list of my started github repos synced to my forgejo instance and just added them one by one. A simple cron job might be enough to do that, but last time I checked github didn’t have an API for fetching started repositories.
hosaka@programming.devto
Programming@programming.dev•Do you guys use AI when programming? If so, how?
3·1 month agoMainly use it as a documentation search for APIs I’m not familiar with, or when I’m not sure what options there are to approach a problem. I work with unreal engine a lot, so I’d get a few pointers from an LLM first, then go read the source code of those APIs and inplement the rest myself.
That’s a great analogy, I’m going to try to use it at my place, next time I need to explain tech debt
hosaka@programming.devto
Programming@programming.dev•What's your favorite IDE right now?
1·7 months agoRider for Unreal Engine at work. Neovim at work/home for literally everything else (web, golang, python, zig). I have vscodium as well, a glorified config file editor basically.

GitLab LFS storage is mad expensive. I regret buying into it… We have an unreal engine project and the assets cross over 20GB, not raw assets mind you. I’ve self hosted perforce before and should have stuck with that