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

feat: Improvements #482

Merged
merged 9 commits into from
Nov 21, 2024
Merged

feat: Improvements #482

merged 9 commits into from
Nov 21, 2024

Conversation

bmgalego
Copy link
Contributor

No description provided.

@bmgalego bmgalego changed the title feat:Improvements feat: Improvements Nov 21, 2024
@@ -331,6 +331,7 @@ export enum Clients {
export type Character = {
id?: UUID; // optional UUID which can be passed down to identify the character
name: string;
username: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this twitter specific?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not only it can also be used as a nickname for the agent and its an index in memories

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we make it optional so doesnt' break current agents

@@ -938,6 +952,9 @@ Text: ${attachment.text}
);

const knowledge = memories.map((memory) => memory.content.text);

console.log({ knowledge });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add debug

@ponderingdemocritus ponderingdemocritus merged commit 83a5ae2 into elizaOS:main Nov 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants