Skip to main content
Agent Copilot Architecture
Agent Copilot is composed of Node.JS microservices that serve a React Frontend along with an API for performing actions such as CRUD operations and WebSockets. Agent Copilot has the following set of services running:
  • Required to run in a Kubernetes cluster
    • agent-assist-backend (API)
    • agent-assist-frontend (UI)
  • External/Internal services
    • MongoDB Database as persistent storage
    • Redis Database for caching and performance
I