Skip to content

Commit

Permalink
chore: rename memori/twin in agents
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Dec 24, 2024
1 parent bc469d3 commit 179868d
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 127 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main)
![TypeScript Support](https://img.shields.io/badge/TypeScript-Support-blue)

Library to integrate a Twin from [Memori](https://memori.ai) in a React app.
Library to integrate an Agent from [Memori](https://memori.ai) in a React app.

Web Platform: [AIsuru](https://aisuru.com)

Expand Down Expand Up @@ -57,7 +57,7 @@ const App = () => (
| ---------------------------------- | -------------- | ------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `memoriName` | \* (see below) | `string` | | Name of the Memori |
| `ownerUserName` | \* (see below) | `string` | | Username of the Memori owner |
| `memoriID` | \* (see below) | `string` | | ID of the Memori |
| `memoriID` | \* (see below) | `string` | | ID of the Memori (agent) |
| `ownerUserID` | \* (see below) | `string` | | ID of the Memori owner |
| `tenantID` | ✔️ | `string` | | Tenant ID, example: "aisuru.com" or "app.memorytwin.com" |
| `sessionID` | | `string` | | Initial Session ID, UUID which refers to the session to the Memori and identifies a conversation and its permissions (giver, receiver, anonymous). A session would be started autonomously with the params set, but if you have an existing and valid sessionID you can pass it as already opened one. Use this at your risk, as session recovery might break or start session as anon user. In most cases, you shoudn't use this prop. |
Expand Down Expand Up @@ -284,9 +284,9 @@ You can also use this to extend the default media renderer with additional media

## Global utilities

When rendered, the Memori widget exposes some global functions that can be used to interact with the Memori.
When rendered, the Memori widget exposes some global functions that can be used to interact with the Agent.

### Get the state of the Twin
### Get the state of the conversation

```js
let dialogState = getMemoriState();
Expand All @@ -303,9 +303,9 @@ let dialogState = JSON.parse(
);
```
### Write and send a message to the Twin
### Write and send a message to the Agent
Write and send a message to the Twin. You can use this method to send a message to the Twin, such as to continue a conversation with a specific message or following an action.
Write and send a message to the agent. You can use this method to send a message, such as to continue a conversation with a specific message or following an action.
```js
typeMessage('Hello World!');
Expand All @@ -316,11 +316,11 @@ Additional parameters:
```js
const waitForPrevious = true; // waits for previous message to be read, default: true
const hidden = true; // message is not visible to the user, only the response is, default: false
const typingText = "Asking the unicorns' opinion..."; // text to show in the loader while the Twin is answering, defaults to none
const typingText = "Asking the unicorns' opinion..."; // text to show in the loader while the Agent is answering, defaults to none
typeMessage('Hello World!', waitForPrevious, hidden, typingText);
```
There is also an alias function that does not show the message sent to the user, but only the Twin's response:
There is also an alias function that does not show the message sent to the user, but only the Agent's response:
```js
const waitForPrevious = true; // waits for previous message to be read, default: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const AgeVerificationModal = ({ visible = false, onClose, minAge }: Props) => {
toast.error(t('underageTwinSession', { age: minAge }));
setError(
t('underageTwinSession', { age: minAge }) ||
`You must be at least ${minAge} years old to interact with this Twin`
`You must be at least ${minAge} years old to interact with this Agent`
);
setSubmitting(false);
return;
Expand Down
20 changes: 10 additions & 10 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"venue": "Veranstaltungsort",
"searchVenue": "Veranstaltungsort suchen...",
"memoriBlockedTitle": "Blockiert",
"memoriBlockedUntil": "Memori blockiert bis {{date}}",
"memoriBlockedUntil": "Agent blockiert bis {{date}}",
"memoriBlockedAnon": "Momentan \"{{name}}„Kann nicht antworten, komm hierher zurück {{date}}",
"memoriBlockedReasonExceedChats": "weil der monatliche Schwellenwert für erlaubte Chats überschritten wurde.",
"memoriBlockedGiverHelper": "Sie können es weiterhin als Administrator verwalten, andere Benutzer können jedoch nicht damit interagieren.",
Expand All @@ -60,7 +60,7 @@
"errorReopeningSession": "Fehler beim erneuten Öffnen der Sitzung",
"ageVerification": "Altersüberprüfung",
"ageVerificationText": "Um mit diesem Zwilling interagieren zu können, müssen Sie mindestens sein {{minAge}} Jahre alt.",
"nsfw": "NSFW: Dieser Twin enthält Inhalte für Erwachsene",
"nsfw": "NSFW: Dieser Agent enthält Inhalte für Erwachsene",
"deepThought": "Tiefer Gedanke",
"deepThoughtHelper": "Deep Thought ist eine erweiterte Funktion der KI, die es Ihnen ermöglicht, Ihre Gespräche voll auszuschöpfen, indem Sie sie verfolgen. ",
"deepThoughtDisclaimerTitle": "Deep Thought aktiviert",
Expand Down Expand Up @@ -116,7 +116,7 @@
"exportChatHistoryMessage": "Möchten Sie den Chatverlauf exportieren?",
"chatBotButtonText": "KLICKEN SIE HIER, UM CHATBOT ZU ÖFFNEN",
"conversationStartedLabel": "Das Gespräch begann am",
"settingsHeaderLabel": "Richten Sie hier ein, wenn Sie die Memori als Dauerrede einstellen möchten, und ändern Sie die Stillesekunden, wenn Sie sie anpassen möchten.",
"settingsHeaderLabel": "Richten Sie hier ein, wenn Sie die Agent als Dauerrede einstellen möchten, und ändern Sie die Stillesekunden, wenn Sie sie anpassen möchten.",
"continuousSpeechLabel": "Kontinuierliche Rede",
"holdToSpeak": "Halten Sie gedrückt, um zu sprechen",
"releaseToEndListening": "Lassen Sie los, um das Hören zu beenden",
Expand Down Expand Up @@ -165,7 +165,7 @@
"memoriReachedLevel": "entwickelte sich weiter und erreichte ein höheres Niveau",
"levelGoToStatistics": "{{memori}} ist auf gleicher Höhe {{level}} mit {{points}} Punkte. ",
"congratulationsNewLevel": "Herzlichen Glückwunsch, Sie haben ein neues Level erreicht!",
"congratulationsNewLevelDescription": "Ihre Memori wurden mit weiterentwickelt {{points}} Punkte, schauen Sie sich die an",
"congratulationsNewLevelDescription": "Ihre Agent wurden mit weiterentwickelt {{points}} Punkte, schauen Sie sich die an",
"statistics": "Statistiken"
},
"login": {
Expand Down Expand Up @@ -264,8 +264,8 @@
"USER_HAS_ONE_OR_MORE_MEMORI": "Der Benutzer verfügt über eine oder mehrere Erinnerungen",
"USER_MISSING_NEW_PASSWORD": "Benutzer: Neues Passwort fehlt",
"USER_NOTHING_TO_DO": "Nichts zu tun",
"USER_CANT_CREATE_MEMORI": "Benutzer darf Memori nicht erstellen",
"USER_MAX_MEMORI_REACHED": "Maximale Anzahl an Memori erreicht",
"USER_CANT_CREATE_MEMORI": "Benutzer darf Agent nicht erstellen",
"USER_MAX_MEMORI_REACHED": "Maximale Anzahl an Agent erreicht",
"USER_TOO_MANY_ATTEMPTS": "Zu viele Versuche",
"USER_MUST_ACCEPT_TNC_AND_PP": "Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren",
"USER_BIRTH_DATE_CANT_BE_CHANGED": "Das Geburtsdatum kann nicht geändert werden",
Expand All @@ -278,7 +278,7 @@
"USER_CANT_BE_DELETED": "Benutzer kann nicht gelöscht werden",

"MEMORI_NOT_FOUND": "Erinnerungen nicht gefunden",
"MEMORI_NOT_ACCESSIBLE": "Memori nicht zugänglich",
"MEMORI_NOT_ACCESSIBLE": "Agent nicht zugänglich",
"MEMORI_ONLY_OWNER_CAN_CHANGE_GIVER_TAG_AND_PIN": "Nur der Eigentümer kann das Tag oder die PIN ändern",

"SESSION_NOT_FOUND": "Sitzung nicht gefunden",
Expand All @@ -287,10 +287,10 @@

"MEMORI_MISSING_CONFIGURATION": "Zwilling: fehlende Konfiguration",
"MEMORI_CONFIGURATION_NOT_FOUND": "Zwilling: Konfiguration nicht gefunden",
"MEMORI_INVALID_PRIVACY_TYPE": "Twin: ungültiger Datenschutztyp",
"MEMORI_INVALID_PRIVACY_TYPE": "Agent: ungültiger Datenschutztyp",
"MEMORI_MISSING_PASSWORD": "Zwilling: Passwort fehlt",
"MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Twin: Gesamtzahl ungültiger Wiederherstellungstokens",
"MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Twin: Mindestanzahl ungültiger Wiederherstellungstokens",
"MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Agent: Gesamtzahl ungültiger Wiederherstellungstokens",
"MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Agent: Mindestanzahl ungültiger Wiederherstellungstokens",
"MEMORI_INVALID_VOICE_TYPE": "Zwilling: ungültiger Stimmtyp",
"MEMORI_MISSING_NAME": "Zwilling: fehlender Name",
"MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Zwilling: Fehlendes Passwort oder Wiederherstellungstoken",
Expand Down
Loading

0 comments on commit 179868d

Please sign in to comment.