MCPcopy Index your code
hub / github.com/epam/ai-dial-chat

github.com/epam/ai-dial-chat @0.47.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.47.2 ↗ · + Follow
6,395 symbols 24,580 edges 1,526 files 112 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DIAL Chat

    <a href="https://dialx.ai/">
      <img src="https://dialx.ai/logo/dialx_logo.svg" alt="About DIALX">
    </a>

Discord


Overview

DIAL Chat is a default UI for DIAL. DIAL can be used as headless system, but UI is recommended to learn the capability.

Originally forked from chatbot-ui and then completely reworked and published under apache 2.0 license, while code taken from original repository is still subject to original MIT license. Due to rework we introduced lots of new features such as various IDP support, model side-by-side compare, DIAL extensions support, conversation replays, branding and many more.

ai-dial-chat

[!IMPORTANT] This repository is managed as monorepo by NX tools.


Documentations 📄

  • DIAL Chat documentation placed here.
  • DIAL Chat Theming documentation is placed here.
  • DIAL Overlay documentation is placed here.
  • DIAL Chat Visualizer Connector documentation is placed here.
  • DIAL Visualizer Connector documentation is placed here.
  • DIAL Custom Viewers documentation is placed here.
  • Isolated view mode is described in documentation.

[!TIP] In DIAL repository, you can find a user guide for the DIAL Chat application.


Development 🛠️

To work with this repo we are using NX.

Note: All commands could be found in scripts section in package.json.

Install

npm i

Build

Run this command to build all projects which support this target (chat, overlay-sandbox):

npm run build

Serve

To run the project, it is recommended to use npm run nx serve with the specified project name:

npm run nx serve project-name

Tests

Run this command to run tests for the full repository:

npm run test

Publish

Run this command to initiate npm publish for all publishable libraries:

npm run publish -- --ver=*.*.* --tag=* --dry

Parameters (all optional):

ver - version to publish
tag - distribution tag to publish with (default: 'next')
dry - dry run

Dry Mode

In dry mode, nothing is published, just displayed on the screen:

npm run publish -- --dry

or

npm run publish:dry

Extension points exported contracts — how you extend this code

LoginInterface (Interface)
(no doc) [6 implementers]
apps/chat-e2e/src/ui/actions/loginInterface.ts
DialStorage (Interface)
(no doc) [4 implementers]
apps/chat/src/types/storage.ts
ProcessEnv (Interface)
(no doc)
apps/custom-viewer-test/environment.d.ts
FeaturesSelectorProps (Interface)
(no doc)
apps/overlay-sandbox/app/cases/components/FeaturesSelector.tsx
DialLibRequest (Interface)
(no doc)
libs/shared/src/types/common.ts
RequestParams (Interface)
(no doc)
libs/chat-visualizer-connector/src/lib/ChatVisualizerConnector.ts
Subscription (Interface)
(no doc)
libs/overlay/src/lib/ChatOverlay.ts
Subscription (Interface)
(no doc)
libs/visualizer-connector/src/lib/VisualizerConnector.ts

Core symbols most depended-on inside this repo

click
called by 1526
apps/chat-e2e/src/ui/webElements/baseElement.ts
assertElementState
called by 1129
apps/chat-e2e/src/assertions/base/baseAssertion.ts
map
called by 922
apps/chat/src/utils/app/typeValidator.ts
waitForPageLoaded
called by 772
apps/chat-e2e/src/ui/pages/dialHomePage.ts
getChildElementBySelector
called by 632
apps/chat-e2e/src/ui/webElements/baseElement.ts
setShowSideBarPanels
called by 451
apps/chat-e2e/src/core/localStorageManager.ts
openHomePage
called by 434
apps/chat-e2e/src/ui/pages/basePage.ts
assertElementText
called by 361
apps/chat-e2e/src/assertions/base/baseAssertion.ts

Shape

Function 2,497
Method 2,215
Interface 812
Class 699
Enum 172

Languages

TypeScript100%

Modules by API surface

apps/chat-e2e/src/ui/webElements/chatMessages.ts83 symbols
apps/chat/src/store/conversations/conversations.epics.ts67 symbols
apps/chat/src/utils/app/data/storages/browser-storage.ts61 symbols
apps/chat/src/types/storage.ts59 symbols
apps/chat-e2e/src/ui/webElements/entityTree/folders.ts55 symbols
apps/chat/src/store/settings/settings.selectors.ts49 symbols
apps/chat/src/utils/app/data/storages/api-storage.ts47 symbols
apps/chat/src/utils/app/common.ts47 symbols
apps/chat/src/store/overlay/overlay.epics.ts46 symbols
apps/chat/src/utils/app/data/data-service.ts44 symbols
apps/chat-e2e/src/assertions/base/baseAssertion.ts44 symbols
apps/chat/src/utils/app/application.ts42 symbols

For agents

$ claude mcp add ai-dial-chat \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page