Agent Builder
Ship agent hiểu tool, dữ liệu và giới hạn của bạn.
Agent VeloxAI kết hợp LLM, system prompt, memory, tool và kho tri thức riêng, rồi mở API có version cho đội sản phẩm.
Draft
Thiết kế system prompt, tham số model, memory mode, guardrail và tool attachment mà không chạm live traffic.
Publish
Snapshot cấu hình đã review thành version bất biến để đội ngũ roll forward tự tin.
Deploy
Mở endpoint /v1/agents/:id/chat có scope, session và metadata deployment cho đội ứng dụng.
Observe
Theo dõi session, tool call, source tri thức, token usage, latency và tín hiệu cảnh báo.
Năng lực
Mọi thứ agent cần để hành động an toàn.
Dùng tool
Session memory
Persistent memory
Kho tri thức
Biến template
Nền tảng streaming
Usage event
Audit log
Được xây cho ranh giới production.
Agent dùng API key có scope, cô lập theo org, validation tool an toàn và yêu cầu sandbox cho custom code cho đến khi hardened execution được cấu hình.
API endpoint
GET /v1/agents
POST /v1/agents/:id/publish
POST /v1/agents/:id/chat
