Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
fad1204
Removed webpack and added Vite
mayur-jp Jul 6, 2022
98b3c69
fixed vite config
alextitonis Jul 6, 2022
c73fd3e
fixed thoth-core path
mayur-jp Jul 6, 2022
1075b89
fixed buffer error
mayur-jp Jul 6, 2022
5f0a12e
fixed auto-save
alextitonis Jul 6, 2022
5a85c4e
Merge pull request #7 from AtlasFoundation/vite
alextitonis Jul 6, 2022
9d639fe
added back tiktalknet, added ignore for voice files
alextitonis Jul 7, 2022
1f20541
added fix for local ssl error, added rssget and document store mass, …
alextitonis Jul 7, 2022
47b94b4
Fixed search corpus components, nodes and APIs
mayur-jp Jul 7, 2022
e94138a
added rss feed xml support
alextitonis Jul 7, 2022
d90c7a6
Merge branch 'main' of https://github.com/AtlasFoundation/Thoth
alextitonis Jul 7, 2022
61a7c34
Added missing zoom startup script
mayur-jp Jul 8, 2022
5495ebf
added the loop back, added a fix for spells,, added error checker for…
alextitonis Jul 8, 2022
59698fa
added back slack and discord -> slack echo
alextitonis Jul 8, 2022
e3eec26
Fixed weaviate client and Search node
mayur-jp Jul 8, 2022
239894d
Merge pull request #8 from AtlasFoundation/weaviate-fix
alextitonis Jul 9, 2022
dfb0d72
Update application_start.sh
kinjalravel Jul 10, 2022
4009435
Merge pull request #9 from AtlasFoundation/cicd
alextitonis Jul 10, 2022
41706bd
Fixed broken tabs
mayur-jp Jul 11, 2022
436428e
cleaned some commends, fixed the error in ent window
alextitonis Jul 11, 2022
118a99a
added missing clients, add option to pull more RSS feeds
alextitonis Jul 11, 2022
65a07d1
Merge pull request #10 from AtlasFoundation/issue-3
alextitonis Jul 13, 2022
05574fe
added login system, tts updates, history fixes, new nodes
alextitonis Jul 22, 2022
2b10f2c
fixed issue with events
alextitonis Jul 22, 2022
6dff6ee
added option to get single or from both chat users
alextitonis Jul 26, 2022
8972916
cleaned discord client, fixed a bug that didn't let all clients join …
alextitonis Jul 27, 2022
64cf60f
fixed group ids for voice connections
alextitonis Jul 27, 2022
cf13f00
added global user for spells
alextitonis Jul 27, 2022
23cbe3c
Update World.ts
alextitonis Jul 27, 2022
052d195
updated tiwtter
alextitonis Jul 30, 2022
0b32a04
added description to entity variables
alextitonis Aug 1, 2022
fdc3dfd
updates on twitter
alextitonis Aug 1, 2022
217cf43
Update twitter.ts
alextitonis Aug 1, 2022
b41b7ca
Merge pull request #13 from AtlasFoundation/variable-description
lalalune Aug 1, 2022
8c2e516
fixed author of tweets and an error
alextitonis Aug 1, 2022
7a8077c
fixed dms
alextitonis Aug 2, 2022
b63e121
Merge pull request #15 from AtlasFoundation/twitter-fixes
alextitonis Aug 2, 2022
dbc7173
Update twitter.ts
alextitonis Aug 4, 2022
080b6e5
fixed replies
alextitonis Aug 5, 2022
2e4343f
added options for tweet answers
alextitonis Aug 5, 2022
f15db64
Merge pull request #16 from AtlasFoundation/twitter-replies
lalalune Aug 5, 2022
ace1de8
Merge branches
lalalune Oct 26, 2022
801061b
Update to latest, just need to fix ent manager
lalalune Oct 26, 2022
b26b413
remove garbage code
lalalune Nov 1, 2022
101ba6a
remove unused secrets and api calls
lalalune Nov 21, 2022
668d2b5
fix broken auth
lalalune Nov 21, 2022
29f7fa0
remove auth and simplify
lalalune Nov 21, 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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ build
core/src/plugins/areaPlugin/style.css.d.ts
yarn-error.log
server/google_credentials.json
server/files/
packages/server/files/

# Ignore lockfiles
.idea

.env.local
.env.*.local

.dfx
.dfx
.history
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ yarn run dev:windows
We use dotenv-flow for local environment variable management

Go to client folder, and create a new file called .env.local -- copy and .env vars you want to set from .env there
If you are developing independently and are not a member of Latitude Games team, set **REACT_APP_USE_LATITUDE=false**

Go to server folder, and create a new file called .env.local -- copy and .env vars you want to set from .env there
If you are developing independently and are not a member of Latitude Games team, set **USE_LATITUDE=false**

## Client Setup

Expand Down
2 changes: 1 addition & 1 deletion deployment_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

9. Open client .env file (vim client/.env).

- Change following env params REACT_APP_LAPI_ROOT_URL, REACT_APP_API_ROOT_URL, REACT_APP_API_ROOT_URL_PROD, REACT_APP_CORS_URL, REACT_APP_API_URL,REACT_APP_SEARCH_FILE_URL
- Change following env params REACT_APP_API_ROOT_URL, REACT_APP_API_ROOT_URL_PROD, REACT_APP_CORS_URL, REACT_APP_API_URL,REACT_APP_SEARCH_FILE_URL

10. Open core .env file (vim client/.env).

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/developers/agents/agentStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sidebar_position: 1

speaker -- key of who is speaking, probably discord id of person chatting with agent
agent -- key of this particular agent receiving, since each agent can be different, probably supplied from agent settings (depends on connector)
client -- type of client -- discord, xrengine, etc
channel -- where it is received, i.e. discord channel or xrengine room (at least ideally, discord does this but other connectors might need work)
client -- type of client -- discord, etc
channel -- where it is received, i.e. discord channel room
entity -- information about this running entity instance (entity number, etc)
roomInfo -- info from the world, this is how we do text gen from worlds ideally
output -- actual information received
Expand All @@ -35,7 +35,7 @@ Type of client that is interacting with the Agent (discord, XR Engine, twitter,

### Channel Id

Where it is received from, i.e. discord channel or xrengine room (at least ideally, discord does this but other connectors might need work)
Where it is received from, i.e. discord channel room (at least ideally, discord does this but other connectors might need work)

### Entity

Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.2",
"react-dom": "^18.0.2"
},
"browserslist": {
"production": [
Expand Down
7,676 changes: 0 additions & 7,676 deletions docs/yarn.lock

This file was deleted.

Loading