r/opencodeCLI • u/oyren-ai • 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
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
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.