VxCloud
Agent Control · the AI control plane

Every agent. One control plane.

Agent Control is where you build, train, ground, evaluate, and ship AI agents — agents, fine-tuning, datasets, training jobs, pipelines, embeddings, knowledge bases, prompts, tools, benchmarks, metrics, MCP servers, and logs. All in one place, all scriptable with vxcli.

0
surfaces
0
training jobs
0h
GPU hours
0
MCP servers
vxcloud.io/agent-control/training
Training Jobs
TrainingPipelinesLive metricsGPU hoursRLHF · distillation

Bring any model & provider — train, ground, and serve from one console

OpenAI
Anthropic
Hugging Face
Mistral
Python
FastAPI
LangChain
MCP
NVIDIA
Docker

Everything Agent Control does

Eighteen surfaces. One AI lifecycle, end to end.

From the first dataset to a benchmarked, grounded agent serving live traffic — every step in the agent lifecycle has a home in Agent Control.

Home

A single control center for every agent, model, dataset, and run across your org.

My Agents

6

Create, version, and deploy autonomous agents — each with its own tools, prompts, and model.

Playground

Chat with any agent or model interactively — compare outputs, tweak params, save prompts.

Fine Tuning

1

Fine-tune base models on your data with LoRA / full-parameter runs and one-click deploy.

Models & Endpoints

2

A model registry plus live serving endpoints — bring your own weights or upload custom models.

Datasets

11

Upload, version, and curate training datasets; preview, split, and attach them to runs.

Training

5

Pre-training, RLHF, distillation, and custom runs — with live loss, accuracy, and GPU-hour tracking.

Pipelines

6

Compose multi-stage training + eval + deploy pipelines that run end-to-end on a schedule.

Embeddings

0

Generate and store vector embeddings for semantic search and retrieval over your corpora.

Knowledge

2

Build FAISS-backed knowledge bases for RAG — ground every agent answer in your private docs.

Prompts Manager

A reusable prompt library with variables, versions, and one-click attach to any agent.

Tools & Actions

1

Register tools and actions agents can call — HTTP, shell, provisioning, and custom functions.

Benchmarks

22

Score models and agents against eval suites; track regressions across versions.

Metrics

Latency, token usage, cost, and accuracy dashboards across every agent and endpoint.

Web Assets

2

Crawl and ingest web sources into datasets and knowledge bases for grounding.

Programming

An in-browser code editor to script agents, build knowledge bases, and run vxcli — no local setup.

MCP Servers

9

Connect Model Context Protocol servers so agents reach external tools and data sources.

Logs

Full audit trail of every run, call, and deploy — searchable, exportable, compliance-ready.

See it in action

The real console — tagged so you know what you're looking at

vxcloud.io/agent-control/training
Training Jobs

Training Jobs

Pre-training, RLHF, distillation & custom runs — live.

TrainingPipelinesLive metricsGPU hoursRLHF · distillation
vxcloud.io/agent-control/programming
Programming

Programming

In-browser editor — build knowledge bases & RAG with vxcli.

Code editorKnowledge baseRAGFAISSvxcli

Training, watched live

Pre-training, RLHF, distillation & custom runs — in real time

Every job streams its epoch progress, loss, accuracy, GPU target, and ETA. Run on CPU, local offline GPUs, or burst to cloud accelerators — and gate deploys on benchmark thresholds.

  • Live loss / accuracy / GPU-hour tracking per job
  • Pause, resume, delete, and clone runs from the card
  • LoRA & full-parameter fine-tuning on your datasets
  • Pipelines chain train → benchmark → deploy → ground
Training Jobs 1 running · 9 completed
vxthinker-fine-tuned-pipe-v4-devcompleted
Epoch 1/10%
Loss
10.37
Acc
0.0%
GPU
CPU
ETA
Model: gpt-4o-mini
testing-model-full-pipe-v2completed
Epoch 1/10%
Loss
10.62
Acc
0.0%
GPU
CPU
ETA
Model: gpt-4o-mini
fieldops-rag-index-20260525-113026completed
Epoch 1/10%
Loss
0.00
Acc
0.0%
GPU
local-hf-offline
ETA
Model: Qwen/Qwen2.5-0.5B
codex-e2e-local-hf-train-testingcustommodel1running
Epoch 0/10%
Loss
0.41
Acc
0.0%
GPU
local-hf-offline
ETA
Model: Qwen/Qwen2.5-0.5B
codex-e2e-training-chromadb-slm-20260525-050034completed
Epoch 1/10%
Loss
0.00
Acc
0.0%
GPU
local-hf-offline
ETA
Model: Qwen/Qwen2.5-0.5B
codex-e2e-training-vxstudio-llm-20260525-045804completed
Epoch 1/10%
Loss
0.00
Acc
0.0%
GPU
local-hf-offline
ETA
Model: Qwen/Qwen2.5-0.5B

The console is a CLI too

Everything you click, you can script with vxcli

Create agents, push datasets, launch training, build knowledge bases, wire MCP servers, and run end-to-end pipelines — from the same CLI that powers the dashboard and the in-browser Programming editor.

  • vxcli agent / training / model / pipeline commands
  • FAISS knowledge bases built and queried from the CLI
  • MCP servers registered with Vault-backed auth
  • Reproducible pipeline.yaml checked into your repo
1# Agent Control, scripted. Everything in the dashboard is a vxcli command.
2
3# 1) Create an agent with a model, tools, and a knowledge base
4vxcli agent create fieldops \
5 --model vxthinker:cloud \
6 --tools http,shell,provision \
7 --knowledge kb_fieldops \
8 --prompt prompts/fieldops-system.md
9
10# 2) Attach a dataset and kick off a training run
11vxcli dataset push ./data/fieldops.jsonl --name fieldops-sft
12vxcli training start \
13 --base Qwen/Qwen2.5-0.5B-Instruct \
14 --dataset fieldops-sft \
15 --method lora \
16 --name fieldops-rag-index
17
18# 3) Watch the run live (loss, accuracy, GPU hours)
19vxcli training list --status running
20vxcli training logs <job-id> --follow
21
22# 4) Deploy the fine-tuned model to an endpoint
23vxcli model deploy fieldops-rag-index --endpoint fieldops-prod --gpu local-hf-offline

Scaffold an agent from a goal

vxcli agent new "field-ops assistant grounded in our runbooks" — creates the agent, KB, dataset stub, and a starter pipeline.

agent-control · vxcli · prod
vxcli agent · training · knowledge · pipeline

Agents that can actually do things

Tools, Actions & MCP — wire agents to the real world

MCP Servers

Connect Model Context Protocol servers so agents reach Jira, GitHub, databases, and internal APIs.

Tools & Actions

Register HTTP, shell, and provisioning actions agents can invoke — with Vault-backed credentials.

Knowledge & RAG

Ground answers in FAISS knowledge bases built from your docs, runbooks, and crawled web assets.

Benchmarks & gates

Score agents against eval suites and block deploys that regress on accuracy, safety, or tool-use.

Metrics & cost

Track latency, token usage, and spend per agent and endpoint — catch runaway cost early.

Audit logs

Every run, tool call, and deploy is logged, searchable, and exportable for compliance.

The lifecycle, in order

Dataset → Train → Benchmark → Ground → Deploy → Observe

Dataset
Train
Benchmark
Ground
Deploy
Observe
One console for the entire agent lifecycle

Build, train, and ship agents from one place.

Datasets, training, pipelines, knowledge, tools, MCP, benchmarks, and metrics — all in Agent Control, all scriptable with vxcli.