🚨 Developers who have used the OpenAI Agents SDK (Python preferred, but also will take Typescript 🙂) 🚨
I am starting to spend time working on a library that helps you better locally test/build a agent - would love feedback on this 🙂
high level:
1.) within a local UI you should easily be able to load the agents you have in your repository, play around with the agents instructions/temperature, chosen model, etc, and test responses.
2.) you should easily be able to test the agents you have using pytest - same concept as 1. ideally this should work within a github ci also.
3.) stretch goal (need to think more about this more), you can easily scaffold a tool that you can use with a agent (think a sdk, api, etc).
These are some things I personally would find useful, as I haven't found a non vendor locked in option for the above. If you think this would be useful too, or you want similar things that aren't the above, please let me know 🙂