Comment by ThePestoParagon

4 days ago

If you don't mind me asking: what is your goto for this? "Building Basic AI Agents to automate some mundane supply chain workflow".

good question! i was able to build the agents by using Opencode and used a combo of locally hosted models. Specifically Kimi and Deepseek.

but didnt deploy an agent anywhere. instead we wrote all the code, system prompts, harness, etc locally and just shared those files with the customer.

all the customer had to do is deploy what we provided them on their locally hosted models, essentially just had to add inference. and boom, started working on their systems!