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: Integrate Persona Hub Techniques into CAMEL for Enhanced Agent Diversity #716

Merged
merged 67 commits into from
Nov 14, 2024

Conversation

Appointat
Copy link
Member

@Appointat Appointat commented Jul 8, 2024

Description

Describe your changes in detail.

Motivation and Context

close #715

  • I have raised an issue to propose this change (required for new features and bug fixes)

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds core functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (update in the documentation)
  • Example (update in the folder of example)

Implemented Tasks

  • Subtask 1
  • Subtask 2
  • Subtask 3

Checklist

Go over all the following points, and put an x in all the boxes that apply.
If you are unsure about any of these, don't hesitate to ask. We are here to help!

  • I have read the CONTRIBUTION guide. (required)
  • My change requires a change to the documentation.
  • I have updated the tests accordingly. (required for a bug fix or a new feature)
  • I have updated the documentation accordingly.

@Appointat Appointat self-assigned this Jul 8, 2024
Copy link

coderabbitai bot commented Jul 8, 2024

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Appointat
Copy link
Member Author

@coderabbitai resume

Copy link

coderabbitai bot commented Jul 9, 2024

Actions performed

Reviews resumed.

Copy link

coderabbitai bot commented Jul 9, 2024

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Appointat Appointat marked this pull request as ready for review July 9, 2024 22:56
@Appointat Appointat requested a review from a team July 9, 2024 22:57
@Appointat
Copy link
Member Author

@willshang76 Thanks for your reviewing, I will reply your comments soon!

camel/personas/persona.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
Copy link
Member

@lightaime lightaime left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Leave some comments

camel/personas/persona.py Outdated Show resolved Hide resolved
camel/personas/persona.py Outdated Show resolved Hide resolved
camel/personas/persona.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
camel/personas/persona_group.py Outdated Show resolved Hide resolved
@Wendong-Fan
Copy link
Member

@Wendong-Fan hi Wendong could you please have a look at the error in the pre-commit check as that part of the code hasn't been modified. As the is_similar function works now, do I need to enhance the deduplicate function as the next step?

Hey @harryeqs , the error is due to

camel/personas/persona_hub.py:117: error: Unexpected keyword argument "output_schema" for "step" of "ChatAgent"  [call-arg]

I think the argument naming has been changed in latest master branch, could you help check and fix this?

@harryeqs
Copy link
Collaborator

@Wendong-Fan Hi Wendong the embedding model selection feature has been included and the bug is fixed, please have a look.

self,
persona1: Persona,
persona2: Persona,
threshold: float,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
threshold: float,
similarity_threshold: float,

def deduplicate(
self,
similarity_threshold: float = 0.85,
embedding_model: str = "text-embedding-3-small",
Copy link
Member

Choose a reason for hiding this comment

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

here make the type as BaseEmbedding would be better, so that user can define the model they want to pass to this method

threshold: float,
embedding_model: str,
) -> bool:
r"""Check if two personas are similar."""
Copy link
Member

Choose a reason for hiding this comment

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

add more detailed docstring

persona1: Persona,
persona2: Persona,
threshold: float,
embedding_model: str,
Copy link
Member

Choose a reason for hiding this comment

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

same as above, user BaseEmbedding

@harryeqs
Copy link
Collaborator

@Wendong-Fan Hi Wendong sorry I forgot to mention you when I completed the update last week. Please have a look when you've got time? Thanks.

Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

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

Thanks @harryeqs ! Overall looks good, left some comments below related to the deduplicate, but I think for this PR we still need further polish, from format side, the docstring format and code format could be improved, from functionality side, like can we put id as attribute under Persona; Persona now has attribute t2p_prompt and p2p_prompt, does this make sense?; in def text_to_persona(self, text: str, action: str = "read"), we set read as the default str value, from paper there are other types like |write|like|dislike.. should we set the action as Literal? etc..

I would be great you can do a comprehensive review and polish after you updated the deduplicate part, feel free to reach out to me for further discussion

def deduplicate(
self,
embedding_model: BaseEmbedding, # Removed default value
similarity_threshold: float = 0.85,
Copy link
Member

Choose a reason for hiding this comment

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

I feel set the default value as 0.85 would be too high, 0.7 would be a more suitable value


def deduplicate(
self,
embedding_model: BaseEmbedding, # Removed default value
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
embedding_model: BaseEmbedding, # Removed default value
embedding_model: BaseEmbedding,

Comment on lines 205 to 208
similarity_threshold (float): The similarity threshold for
deduplication (default is 0.85).
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.
Copy link
Member

Choose a reason for hiding this comment

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

docstring format

Suggested change
similarity_threshold (float): The similarity threshold for
deduplication (default is 0.85).
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.
similarity_threshold (float): The similarity threshold for
deduplication (default is 0.85).
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.

unique_personas[persona_id] = persona
self.personas = unique_personas

def is_similar(
Copy link
Member

Choose a reason for hiding this comment

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

I think this method is internal

Suggested change
def is_similar(
def _is_similar(

Comment on lines 237 to 242
persona1 (Persona1): A persona.
persona2 (Persona2): The other persona.
similarity_threshold (float): The threshold on consine similarity
to determine whether the two personas are similar.
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.
Copy link
Member

Choose a reason for hiding this comment

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

docstring format

Suggested change
persona1 (Persona1): A persona.
persona2 (Persona2): The other persona.
similarity_threshold (float): The threshold on consine similarity
to determine whether the two personas are similar.
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.
persona1 (Persona1): A persona.
persona2 (Persona2): The other persona.
similarity_threshold (float): The threshold on consine similarity
to determine whether the two personas are similar.
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.

Comment on lines 254 to 257
def cosine_similarity(vec1, vec2):
return np.dot(vec1, vec2) / (
np.linalg.norm(vec1) * np.linalg.norm(vec2)
)
Copy link
Member

Choose a reason for hiding this comment

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

make this method out of def is_similar for better code structure

similarity_threshold: float,
embedding_model: BaseEmbedding,
) -> bool:
r"""Check if two personas are similar by consine simlarity
Copy link
Member

Choose a reason for hiding this comment

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

typo

Suggested change
r"""Check if two personas are similar by consine simlarity
r"""Check if two personas are similar by consine similarity

similarity_threshold (float): The threshold on consine similarity
to determine whether the two personas are similar.
embedding_model (BaseEmbedding): The embedding model
for similarity compairsion.
Copy link
Member

Choose a reason for hiding this comment

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

typo

Suggested change
for similarity compairsion.
for similarity comparison.

Comment on lines 237 to 238
persona1 (Persona1): A persona.
persona2 (Persona2): The other persona.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
persona1 (Persona1): A persona.
persona2 (Persona2): The other persona.
persona1 (Persona): A persona.
persona2 (Persona): The other persona.

Comment on lines 216 to 224
for persona_id, persona in self.personas.items():
if not any(
self.is_similar(
persona, up, similarity_threshold, embedding_model
)
for up in unique_personas.values()
):
unique_personas[persona_id] = persona
self.personas = unique_personas
Copy link
Member

Choose a reason for hiding this comment

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

can we use caching for embeddings to reduce the cost caused by repeated embed like below?

@staticmethod
@lru_cache(maxsize=128)
def get_embedding(embedding_model: BaseEmbedding, description: Optional[str]):
    r"""Cache embeddings to reduce recomputation."""
    return embedding_model.embed(description)

@harryeqs
Copy link
Collaborator

Hi Wendong @Wendong-Fan , sorry for the delay! I've made a few changes, including updating the embedding method and setting Literal as the type for the action argument. Regarding the id attribute, I saw that it have been included as a private attribute. I think the parser for persona_to_persona requires further enhancement but that will take some more time.
Thanks.

@Wendong-Fan
Copy link
Member

Wendong-Fan commented Nov 14, 2024

Hi Wendong @Wendong-Fan , sorry for the delay! I've made a few changes, including updating the embedding method and setting Literal as the type for the action argument. Regarding the id attribute, I saw that it have been included as a private attribute. I think the parser for persona_to_persona requires further enhancement but that will take some more time. Thanks.

Hey @harryeqs , Thanks for the contribution! I added one more commit here 3bdc4f6 to finish this PR, feel free to check and leave your comments~

@Wendong-Fan Wendong-Fan merged commit 5d62942 into master Nov 14, 2024
6 checks passed
@Wendong-Fan Wendong-Fan deleted the personas branch November 14, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[Feature Request] Integrate Persona Hub Techniques into CAMEL for Enhanced Agent Diversity
8 participants