Skip to content

ksike/va-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualAgent Backend

logo

architecture

Endpoints

  • Market
    • Agent: Responsible for processing a client's queries, usually combines connectors and providers to arrive at conclusions.
    • Template: Set of validated configurations to create agents focused on a specific business model.
    • Provider: Responsible for connecting to external APIs that expose artificial intelligence models to solve problems.
    • Connector: They introduce RAG solutions to existing models from a given supplier.

References

  • Marketplace & Plugins
  • Coolify: Open Source PaaS, Self-host your own databases, services (like Wordpress, Plausible Analytics, Ghost) and applications (like Next.js, Nuxt.js, Remix, SvelteKit) with ease.
  • Axiom Logging re-invented for high-scale engineering teams. Cloud-native architecture meets built-in tracing and routing. Experience log management without compromise.
  • Redis: Serverless Data Platform

Install

npm init -y 

npm i express ws
npm i --save-dev @types/ws
npm i -D typescript ts-node @types/node @types/express supertest @types/supertest @types/node jest @types/jest ts-jest
npx tsc --init
npx ts-jest config:init

About

VA Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors