Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature add server shaw #1

Merged
merged 191 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
191 commits
Select commit Hold shift + click to select a range
fae0c0c
changes to fix state logging
nickwalton Dec 11, 2021
e79a84c
better error messages from code block
nickwalton Dec 11, 2021
7f6a8ed
remove console logs
nickwalton Dec 12, 2021
c3761d4
Merge remote-tracking branch 'origin/nick' into main
lalalune Jan 17, 2022
60c92e6
Fix thrown errors from master by ignoring TS checks, add/modify .env
lalalune Jan 17, 2022
e370ace
Init commit, add thoth server
lalalune Jan 17, 2022
a1d96ad
Add postgres, sequelize with models and sync, everything except auth …
lalalune Feb 2, 2022
b1c2653
Initialize with agents and all models
lalalune Feb 4, 2022
33894ea
Update deps
lalalune Feb 4, 2022
b027440
Add all agent requests
lalalune Feb 4, 2022
194ca3c
Fix agent settings up a bit
lalalune Feb 4, 2022
11744af
More changes to get things working
lalalune Feb 4, 2022
eda9a01
Remove semver, doesn't sort properly, replace with increment integer
lalalune Feb 4, 2022
5c2a6a5
fix packages to operate like monorepo with local core code
lalalune Feb 4, 2022
32468c5
added yarn lock error in git ignore
alextitonis Feb 4, 2022
a7df113
Modify spells a bit, still needs work
lalalune Feb 4, 2022
f551441
Merge branch 'shaw-feature-add-agents' of https://github.com/TheNexus…
lalalune Feb 4, 2022
c337ab1
Support direct typescript import of core
lalalune Feb 4, 2022
a2d3d95
added REFRESH_DB in the .env default
alextitonis Feb 4, 2022
5513499
fixed an error with the database initialization, added cors port in t…
alextitonis Feb 4, 2022
f52372b
Run seeder on start so dev ex is easy
lalalune Feb 4, 2022
68c2b18
Merge branch 'shaw-feature-add-agents' of https://github.com/TheNexus…
lalalune Feb 4, 2022
5747cb2
Convert connectors to ts, very roughly
lalalune Feb 4, 2022
592801f
More ugly typescript conversations
lalalune Feb 4, 2022
b9a55f4
Rename and janky refactor js to ts
lalalune Feb 4, 2022
a87a9de
Last painful reorganization before making nodes
lalalune Feb 5, 2022
4606cef
Fixing things up for execute endpoint
lalalune Feb 5, 2022
e1fbc96
fixed an issue with create agent instance, made it fetch the default …
alextitonis Feb 5, 2022
aeb2d9d
added an easy id util, added first initialization for database throug…
alextitonis Feb 5, 2022
d6655cd
added database utils
alextitonis Feb 5, 2022
61e3107
added the fast greeting detector, fast question detector, added the …
alextitonis Feb 7, 2022
27bea73
Implemented the fast question detector node, implemented the fast gre…
alextitonis Feb 8, 2022
2f5d0ca
fix USE_LATITUDE env usage
Manwe-777 Feb 8, 2022
1d685f0
Agents css layout
Manwe-777 Feb 8, 2022
ae69842
Updated the fast profanity node to export the type of the profanity,…
alextitonis Feb 9, 2022
8eeea54
Delete mlGreetingDetector.ts
alextitonis Feb 9, 2022
c5264cf
implemented a util to get value from an HF request, implemented the …
alextitonis Feb 9, 2022
3dce298
Add package.json
lalalune Feb 9, 2022
4c6890b
Merge branch 'shaw-feature-add-agents' of https://github.com/TheNexus…
lalalune Feb 9, 2022
111c1e8
implemented fact nodes (client only), implemented the string combiner…
alextitonis Feb 10, 2022
7493c9b
Merge branch 'shaw-feature-add-agents' of https://github.com/TheNexus…
alextitonis Feb 10, 2022
48a9766
added the google packages
alextitonis Feb 10, 2022
12ee0b5
implemented the backend for the fact nodes
alextitonis Feb 11, 2022
3b09d09
Fix database inconsistency with agent
lalalune Feb 11, 2022
28f967c
implemented the conversation nodes, fixed some issues with the agent …
alextitonis Feb 11, 2022
bad5d72
More fixes and removing unnecessary personality traits
lalalune Feb 11, 2022
78e1f24
More fixes, remove needs and motivations
lalalune Feb 11, 2022
a5cfe99
Refactor database and personalities for agents more, need to update d…
lalalune Feb 12, 2022
1a7cb64
Consolidate configs
lalalune Feb 12, 2022
150e7ff
Implemented the RandomStringFromList node, implemented the logical op…
alextitonis Feb 12, 2022
1a95fdb
Major refactor, fix create for agents, instances are at least visible
lalalune Feb 12, 2022
d8f0b56
Merge branch 'shaw-feature-add-agents' of https://github.com/TheNexus…
lalalune Feb 12, 2022
dd39651
Move agent manager to inspector window, fix a bunch of bugs with it
lalalune Feb 13, 2022
5aace51
New Latitude API key
lalalune Feb 13, 2022
5fdac52
Add completion models and stuff so enki etc doesn't fail?
lalalune Feb 13, 2022
b38fb2d
Many consolidations and fixes to models and agent views
lalalune Feb 13, 2022
122f322
More agent manager commit changes
lalalune Feb 13, 2022
9952170
Basic functionality for agent manager seems to be working now
lalalune Feb 13, 2022
5321049
Many more fixes, adding agent runner
lalalune Feb 13, 2022
6321ff8
More refactoring, UI windows working and separated into different edi…
lalalune Feb 14, 2022
2f40492
fixed a bug that was loading the app twice
alextitonis Feb 14, 2022
81877c5
Add discord connector
lalalune Feb 14, 2022
2f5c1ec
Discord bot is working
lalalune Feb 14, 2022
cbd4fc0
Merge
lalalune Feb 14, 2022
15f6fff
Fix in agent runner
lalalune Feb 14, 2022
2ed1611
turned SummarizeAndStoreFactsAboutAgent and SummarizeAndStoreFacts…
alextitonis Feb 14, 2022
9d96831
implemented relationship matrix nodes (form, get, set)
alextitonis Feb 14, 2022
ef1bedf
added number, string, boolean and array variable nodes, made the inpu…
alextitonis Feb 14, 2022
839170d
added the option to keep empty values in the array variable
alextitonis Feb 14, 2022
cf715e7
fixes
alextitonis Feb 15, 2022
063ee29
fixes on the agent request
alextitonis Feb 17, 2022
8149edd
cleaned some things
alextitonis Feb 17, 2022
99aa4d7
Fix merge conflict
lalalune Feb 18, 2022
bcea35d
Merge
lalalune Feb 18, 2022
f1a654a
added voice support through google cloud (server)
alextitonis Feb 18, 2022
203b8bc
added the option to disable the speech server
alextitonis Feb 18, 2022
941b361
Fix weird things
lalalune Feb 18, 2022
5e89912
Fix login window appear
lalalune Feb 18, 2022
115a6c9
Hide agent if using latitude API for now
lalalune Feb 18, 2022
61a87e9
implemented a text to speech node with uber duck
alextitonis Feb 19, 2022
3f58d4e
Update TextToSpeech.ts
alextitonis Feb 19, 2022
0d18cc4
Ignore menu bar items for agents
lalalune Feb 20, 2022
8efd50b
bad token
lalalune Feb 20, 2022
f2eaaa0
fixed an issue with the text to speech api that sometimes was returni…
alextitonis Feb 21, 2022
d5cec6d
Fixed an issue with the text to speech api that sometimes was returni…
alextitonis Feb 22, 2022
c1ac790
Update database.ts
alextitonis Feb 22, 2022
1b555d5
Merging changes
lalalune Feb 22, 2022
4925a1c
implemented the search corpus, fixed some bugs
alextitonis Feb 23, 2022
c3b1280
Merge changes here
lalalune Feb 23, 2022
c7aa4a4
Merge changes
lalalune Feb 23, 2022
d945a81
changes to fix state logging
nickwalton Dec 11, 2021
15b37e3
better error messages from code block
nickwalton Dec 11, 2021
7f2a917
remove console logs
nickwalton Dec 12, 2021
662d4cb
Fix thrown errors from master by ignoring TS checks, add/modify .env
lalalune Jan 17, 2022
67ca6d4
Init commit, add thoth server
lalalune Jan 17, 2022
aaec96a
Add postgres, sequelize with models and sync, everything except auth …
lalalune Feb 2, 2022
890133a
Initialize with agents and all models
lalalune Feb 4, 2022
1b1426f
Update deps
lalalune Feb 4, 2022
b50a773
Add all agent requests
lalalune Feb 4, 2022
43810fc
Fix agent settings up a bit
lalalune Feb 4, 2022
6780cab
More changes to get things working
lalalune Feb 4, 2022
16228d3
Remove semver, doesn't sort properly, replace with increment integer
lalalune Feb 4, 2022
7f2b4bc
fix packages to operate like monorepo with local core code
lalalune Feb 4, 2022
c66d6cf
Modify spells a bit, still needs work
lalalune Feb 4, 2022
82b4af1
added yarn lock error in git ignore
alextitonis Feb 4, 2022
4eb6c05
Support direct typescript import of core
lalalune Feb 4, 2022
e49e89f
Run seeder on start so dev ex is easy
lalalune Feb 4, 2022
a54b24c
added REFRESH_DB in the .env default
alextitonis Feb 4, 2022
9a2fac6
fixed an error with the database initialization, added cors port in t…
alextitonis Feb 4, 2022
afe672c
Convert connectors to ts, very roughly
lalalune Feb 4, 2022
ef47ee7
More ugly typescript conversations
lalalune Feb 4, 2022
be2bd6b
Rename and janky refactor js to ts
lalalune Feb 4, 2022
b11b34d
Last painful reorganization before making nodes
lalalune Feb 5, 2022
9505909
Fixing things up for execute endpoint
lalalune Feb 5, 2022
ed30abc
fixed an issue with create agent instance, made it fetch the default …
alextitonis Feb 5, 2022
bd9bd7f
added an easy id util, added first initialization for database throug…
alextitonis Feb 5, 2022
64ec69b
added database utils
alextitonis Feb 5, 2022
a5dacad
added the fast greeting detector, fast question detector, added the …
alextitonis Feb 7, 2022
83c1266
Add package.json
lalalune Feb 9, 2022
4c76915
Implemented the fast question detector node, implemented the fast gre…
alextitonis Feb 8, 2022
e12f10f
fix USE_LATITUDE env usage
Manwe-777 Feb 8, 2022
c2661d7
Agents css layout
Manwe-777 Feb 8, 2022
33e4a56
Updated the fast profanity node to export the type of the profanity,…
alextitonis Feb 9, 2022
d183447
Delete mlGreetingDetector.ts
alextitonis Feb 9, 2022
c315452
implemented a util to get value from an HF request, implemented the …
alextitonis Feb 9, 2022
a893d09
Fix database inconsistency with agent
lalalune Feb 11, 2022
976e4bc
More fixes and removing unnecessary personality traits
lalalune Feb 11, 2022
32f6ee6
implemented fact nodes (client only), implemented the string combiner…
alextitonis Feb 10, 2022
d85c614
added the google packages
alextitonis Feb 10, 2022
3ee24ec
implemented the backend for the fact nodes
alextitonis Feb 11, 2022
7943391
implemented the conversation nodes, fixed some issues with the agent …
alextitonis Feb 11, 2022
913e590
Refactor database and personalities for agents more, need to update d…
lalalune Feb 12, 2022
04bdb6f
Consolidate configs
lalalune Feb 12, 2022
ba85fa5
Major refactor, fix create for agents, instances are at least visible
lalalune Feb 12, 2022
9002517
Implemented the RandomStringFromList node, implemented the logical op…
alextitonis Feb 12, 2022
d75084a
Move agent manager to inspector window, fix a bunch of bugs with it
lalalune Feb 13, 2022
aacca6d
New Latitude API key
lalalune Feb 13, 2022
0b3051a
Add completion models and stuff so enki etc doesn't fail?
lalalune Feb 13, 2022
cee9f42
Many consolidations and fixes to models and agent views
lalalune Feb 13, 2022
7284103
More agent manager commit changes
lalalune Feb 13, 2022
51205a4
Basic functionality for agent manager seems to be working now
lalalune Feb 13, 2022
fe2b250
Many more fixes, adding agent runner
lalalune Feb 13, 2022
0687cde
More refactoring, UI windows working and separated into different edi…
lalalune Feb 14, 2022
5b78426
Add discord connector
lalalune Feb 14, 2022
f512741
Discord bot is working
lalalune Feb 14, 2022
6caf08d
fixed a bug that was loading the app twice
alextitonis Feb 14, 2022
a4c2831
Fix merge conflict
lalalune Feb 18, 2022
85dc7f6
turned SummarizeAndStoreFactsAboutAgent and SummarizeAndStoreFacts…
alextitonis Feb 14, 2022
79e27ec
implemented relationship matrix nodes (form, get, set)
alextitonis Feb 14, 2022
8b7e509
added number, string, boolean and array variable nodes, made the inpu…
alextitonis Feb 14, 2022
0d96736
added the option to keep empty values in the array variable
alextitonis Feb 14, 2022
e72010e
fixes
alextitonis Feb 15, 2022
4f7d83a
fixes on the agent request
alextitonis Feb 17, 2022
a080c1f
cleaned some things
alextitonis Feb 17, 2022
e10b64b
added voice support through google cloud (server)
alextitonis Feb 18, 2022
dd61104
added the option to disable the speech server
alextitonis Feb 18, 2022
6072b9f
implemented a text to speech node with uber duck
alextitonis Feb 19, 2022
526602f
Update TextToSpeech.ts
alextitonis Feb 19, 2022
27bb18e
fixed an issue with the text to speech api that sometimes was returni…
alextitonis Feb 21, 2022
a94608f
Fixed an issue with the text to speech api that sometimes was returni…
alextitonis Feb 22, 2022
0b7c0a6
Update database.ts
alextitonis Feb 22, 2022
57b9f83
implemented the search corpus, fixed some bugs
alextitonis Feb 23, 2022
4b47a7c
Agent manager tab fixes
Manwe-777 Feb 24, 2022
f3f5976
Fix weird things
lalalune Feb 18, 2022
4010e9b
Fix login window appear
lalalune Feb 18, 2022
52dcbfc
Hide agent if using latitude API for now
lalalune Feb 18, 2022
3a3b19f
Ignore menu bar items for agents
lalalune Feb 20, 2022
b193501
bad token
lalalune Feb 20, 2022
e882d3a
Merge changes here
lalalune Feb 23, 2022
406395d
implemented the search corpus
alextitonis Feb 28, 2022
4198c21
Fix issues with layout tabs
lalalune Mar 4, 2022
9bbf541
Fix some things, add model to init-models
lalalune Mar 4, 2022
c9d97fa
Fixed UI of search corpus and update document api call
parixitas Mar 4, 2022
db103ee
Fixed Create agent Modal issue in agent manager section
loveheenavasu Mar 7, 2022
1681005
fixed css issue
loveheenavasu Mar 7, 2022
e36829a
add import and export functionality
loveheenavasu Mar 7, 2022
f08aa4a
fixed Import export issue
loveheenavasu Mar 8, 2022
3255d0a
fixed button
loveheenavasu Mar 8, 2022
768d880
fixed field resetting issue
loveheenavasu Mar 8, 2022
35d1097
Test decord Bots issues
loveheenavasu Mar 9, 2022
89b2836
make UI updations in agent manager
loveheenavasu Mar 10, 2022
dd212d0
Worked on UI of Search Corpus
parixitas Mar 7, 2022
41fdecd
Implemented CRUD of document store
parixitas Mar 8, 2022
35d42ea
Worked on CRUD of documents in search corpus
parixitas Mar 9, 2022
145f591
Worked on CRUD of Content objects and added the node for searching
parixitas Mar 10, 2022
9fe8e0d
Update pull_request_ci.yml
lalalune Mar 10, 2022
6cfc9e8
Update thoth-core-release.yml
lalalune Mar 10, 2022
b4b18bc
Downstream merge with main branch, fix some things
lalalune Mar 10, 2022
9e44c3d
Merge changes
lalalune Mar 10, 2022
b6c8b88
Fix the bugs, merge the branches
lalalune Mar 11, 2022
dd6bed8
Merged new changes, everything starts up, just deployment window issues
lalalune Mar 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-node@v2
if: steps.core_diff.outcome != 'success' && (steps.no_thoth_core_label.outcome == 'success' || contains(github.event.pull_request.labels.*.name, 'thoth-core'))
with:
node-version: '14.17.6'
node-version: '16.14.0'

- name: Install Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thoth-core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.17.6'
node-version: '16.14.0'
- name: git setup
run: |
git config --global user.name 'Thoth CI'
Expand Down
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ build
.vscode/chrome

# Generated Styles for AreaPlugin
core/src/plugins/areaPlugin/style.css.d.ts
core/src/plugins/areaPlugin/style.css.d.ts
yarn-error.log
client/.env
server/.env
core/.env
google_credentials.json

# Ignore lockfiles
yarn.lock
package-lock.json
7 changes: 4 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Add Github npm package registry, so we can install private npm packages
@latitudegames:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}

#@latitudegames:registry=https://npm.pkg.github.com/
#npm.pkg.github.com/:_authToken=${NPM_TOKEN}
legacy-peer-deps=true
shamefully-hoist=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.6
16.6.2
12 changes: 11 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ Copyright 2021 Latitude, Inc.

This product includes software developed at Latitude, Inc. (https://www.latitude.io).

Licensed under Apache License 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Thoth is a multishot system builder. It leverages a visual coding style interfac
1. Clone the repository
1. Navigate to the project root by running `cd thoth`
1. Run `yarn install` to install project dependencies
1. Run `yarn start` to start the @thoth/client app
1. Run `yarn start` to start the @latitudegames/thoth-client app

## Core Local Setup

Expand Down Expand Up @@ -49,12 +49,12 @@ In the project directory, you can run:

### `yarn start`

Runs @thoth/client in the development mode.\
Runs @latitudegames/thoth-client in the development mode.\
Open [http://localhost:3001](http://localhost:3001) to view it in the browser.

### `yarn build`

Builds the @thoth/client app for production to the `client/build` folder.
Builds the @latitudegames/thoth-client app for production to the `client/build` folder.

### `yarn build:core`

Expand Down
31 changes: 26 additions & 5 deletions client/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
EXTEND_ESLINT = true
# Leave this true if you are developing against the Latitude API
# Set this to false if you are developing against the included server
REACT_APP_USE_LATITUDE=false

EXTEND_ESLINT=true

# This prod site root assumes the netlify build context $URL is available, replace for other hosts
REACT_APP_SITE_ROOT_URL_PROD=https://thoth.latitude.io

REACT_APP_SITE_ROOT_URL=http://localhost:3001
REACT_APP_LAPI_ROOT_URL=http://localhost:8000
REACT_APP_SITE_ROOT_URL_PROD=$URL
REACT_APP_SITE_ROOT_URL=http://localhost:8001

# Latitude API URL (if using)

REACT_APP_LAPI_ROOT_URL=http://localhost:8000
REACT_APP_LAPI_ROOT_URL_PROD=https://api.latitude.io

# Thoth API URL

REACT_APP_API_ROOT_URL=http://localhost:8001
REACT_APP_API_ROOT_URL_PROD=http://localhost:8001

REACT_APP_CORS_URL=http://localhost:8002

REACT_APP_SITE_STAGING=https://62264f21c3a9860ad1e5bdd3--optimistic-turing-def916.netlify.app/

# Oauth Client Id
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56

REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56

EXTEND_ESLINT=true
REACT_APP_USE_AGENTS=true

REACT_APP_SPEECH_SERVER_URL=http://localhost:65532
REACT_APP_SEARCH_SERVER_URL=http://localhost:65531
30 changes: 30 additions & 0 deletions client/.env.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Leave this true if you are developing against the Latitude API
# Set this to false if you are developing against the included server
REACT_APP_USE_LATITUDE=true

EXTEND_ESLINT=true

# This prod site root assumes the netlify build context $URL is available, replace for other hosts
REACT_APP_SITE_ROOT_URL_PROD=$URL
REACT_APP_SITE_ROOT_URL=http://localhost:8001

# Latitude API URL (if using)
REACT_APP_LAPI_ROOT_URL=http://localhost:8000
REACT_APP_LAPI_ROOT_URL_PROD=https://api.latitude.io

# Thoth API URL
REACT_APP_API_ROOT_URL=http://localhost:8001
REACT_APP_API_ROOT_URL_PROD=http://localhost:8001

REACT_APP_CORS_URL=http://localhost:8002

REACT_APP_SITE_STAGING=https://62264f21c3a9860ad1e5bdd3--optimistic-turing-def916.netlify.app/

# Oauth Client Id
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56

EXTEND_ESLINT=true
REACT_APP_USE_AGENTS=true

REACT_APP_SPEECH_SERVER_URL=http://localhost:65532
REACT_APP_SEARCH_SERVER_URL=http://localhost:65531
19 changes: 8 additions & 11 deletions client/.env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
EXTEND_ESLINT = true

# This prod site root assumes the netlify build context $URL is available, replace for other hosts
REACT_APP_SITE_ROOT_URL_PROD=$URL
REACT_APP_SITE_ROOT_URL=http://localhost:3001
REACT_APP_LAPI_ROOT_URL=http://localhost:8000
REACT_APP_LAPI_ROOT_URL_PROD=https://api.latitude.io
REACT_APP_SITE_STAGING=https://62264f21c3a9860ad1e5bdd3--optimistic-turing-def916.netlify.app/

# Oauth Client Id
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56
# REACT_APP_API_ROOT_URL=https://api.latitude.io
# REACT_APP_API_ROOT_URL=https://latitude-api-staging.herokuapp.com
REACT_APP_API_ROOT_URL=http://localhost:8001
REACT_APP_CORS_URL=http://localhost:8002
REACT_APP_USE_LATITUDE=true
EXTEND_ESLINT=true
REACT_APP_USE_AGENTS=false
REACT_APP_SPEECH_SERVER_URL=http://localhost:65532
2 changes: 1 addition & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules
build
.DS_Store
dist
LICENSE
.env
26 changes: 19 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@thoth/client",
"name": "@latitudegames/thoth-client",
"version": "0.1.0",
"license": "Apache-2.0",
"author": "Michael Sharpe <m.sharpe@project89.org> (https://www.project89.org)",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@callstack/async-storage": "^2.0.3",
"@latitudegames/thoth-core": "0.0.63",
"@latitudegames/thoth-core": "^0.0.64",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@monaco-editor/react": "^4.2.1",
Expand All @@ -32,6 +32,8 @@
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"axios": "^0.21.4",
"better-react-spinkit": "^2.0.4",
"classnames": "^2.3.1",
"deep-equal": "^2.0.5",
"eslint-config-react-app": "^6.0.0",
Expand All @@ -48,15 +50,18 @@
"pubsub-js": "^1.9.3",
"react": "^17.0.2",
"react-console-emulator": "^5.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.15.4",
"react-hotkeys-hook": "^3.3.2",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-pouchdb": "^2.1.0",
"react-redux": "^7.2.5",
"react-router": "^6.0.0-beta.8",
"react-router-dom": "6",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0",
"react-scroll-to-bottom": "^4.2.0",
"react-select": "^4.3.1",
"react-simple-code-editor": "^0.11.0",
"rebass": "^4.0.7",
Expand All @@ -67,10 +72,16 @@
"rete-react-render-plugin": "^0.2.1",
"rxdb": "^9.21.0",
"rxjs": "^7.2.0",
"terminal-in-react": "^4.3.1",
"typescript": "^4.1.2",
"unique-names-generator": "^4.5.0",
"axios": "^0.21.4",
"terminal-in-react": "^4.3.1",
"typescript": "^4.1.2",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"wouter": "^2.7.4"
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-react": "^4.0.1",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.14.5",
Expand All @@ -90,7 +101,8 @@
"crypto-browserify": "^3.12.0",
"css-loader": "^6.3.0",
"css-modules-typescript-loader": "^4.0.1",
"dotenv-webpack": "^7.0.3",
"dotenv-flow-webpack": "^1.1.0",
"dotenv-webpack": "^7.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
Expand Down
26 changes: 0 additions & 26 deletions client/scripts/module.ts

This file was deleted.

98 changes: 0 additions & 98 deletions client/scripts/package-lock.json

This file was deleted.

7 changes: 0 additions & 7 deletions client/scripts/package.json

This file was deleted.

Loading