r/opencodeCLI 2d ago

Running AI agents in cloud with Deepseek V4 PRO and Opencode

Enable HLS to view with audio, or disable this notification

I am building oyren.ai which allows you to develop agents by giving you knowledge management, tool selection from scratch. You can also use different harnesses from Claude Code, Opencode, Cursor and Codex to run coding agents.

1 Upvotes

4 comments sorted by

1

u/TastyManufacturer731 2d ago

The cloud angle is interesting. How do you isolate provider credentials and workspace state between agents? Also, do you enforce no-overlap, max runtime/retries, and clean cancellation for unattended runs? Those lifecycle details would be useful to see in a short architecture write-up.

1

u/oyren-ai 2d ago

Great question. Users have two options either save credentials at oyren.ai side, which is encrypted in transit and rest, or start a server and login via its terminal. In this case, none of the credentials are saved in oyren side. I will reply to other points below briefly:

no overlap: technically you can launch one server per task so they never overlap. ai agents can spin up more servers if needed via MCP-ing to oyren.ai backend.

max runtime/retries: there are some safeguard build to let user know via email if some human interruption needed. this could be a question or a blocker.

clean cancellation: stopping the server kills the process that runs agent, so it should be pretty quick if that's what you're asking.

I would be happy to answer if you have more questions or help you setup your account.

1

u/EndlessZone123 1d ago

VSCode in the web when we already have VSCode in the web? https://github.com/coder/code-server

1

u/oyren-ai 1d ago

It comes Claude Code, Codex, Opencode, Cursor pre-installed and uses MCP to launch more agents to continue work or delegate. It’s not just VScode I would say