Vital.ai Documentation
  • Vital.ai Documentation Home
  • Agent Ecosystem
  • VitalSigns
  • Ontologies
    • Vital Core
    • Vital
    • AIMP
    • Knowledge Graph
    • Chat
  • Knowledge Graph
    • Vital Extract Service
    • MetaQL
    • KGraphService
    • KGraphLang
    • KGraphMemory
    • KGraphPlanner
    • KGraphAgent
    • KGraphGen
    • KGraph Nexus
  • Agent
    • Agent Container
    • Ensemble Reasoning
    • Agent Clients
    • Service to Agent Clients
    • Service Clients
    • Sample Agents
    • Agent Evals (Testing)
    • Agent UI (Testing)
Powered by GitBook
On this page
  1. Agent

Service to Agent Clients

PreviousAgent ClientsNextService Clients

Last updated 1 year ago

CtrlK

Service to Agent Clients. Communication between the service and an agent.

The Service communicates with the Agent via the standard defined in AgentContainer. This includes the Agent implementing a REST API, primarily for a health check, and a Websocket Endpoint. The Service opens a websocket and sends messages over the websocket using AIMP, and the Agent sends messages in AIMP to the Service, asynchronously.