Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.27 KB

Catena-X Knowledge Agents (Hey Catena!) User Experience Sources

This is a folder linking all the codes related to the Hey Catena! (CX Knowledge Agents) User Experience product.

It consists of

  • Skill Framework library to build Apps that interact with Hey Catena! and keep conversational state.
  • Knowledge Explorer a set of UI components which allow an ad-hoc and speech-oriented interaction with Hey Catena! The Knowledge Explorer uses the Skill Framework.
  • Skill Gym a set of UI components which allow to define and test new skills for Hey Catena! The Skill Gym uses the Skill Framework and the Knowledge Explorer

Notice

  • see copyright notice in the top folder
  • see license file in the top folder
  • see authors file in the top folder

Setup as a monorepo

The CX KA UX is built in node/typescript. The UI part is built using react. The testing is done via jest.

  • See this guide on how we setup node in this folder.

  • See this guide on how we setup jest in this folder.

For initialisation, you will need to run

npm install -g jest
npm install typescript
npm install