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

Add functionality for Agent Configurable Predictable -> Creative States #32

Open
shoutsid opened this issue Oct 18, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@shoutsid
Copy link
Owner

Issue Summary

Add functionality for Agent Configurable Predictable -> Creative States, affecting llm seed & temperature.

Feature Description

The feature aims to allow configuration of an agent's behavior from being predictable to creative by adjusting the llm seed and temperature parameters. Currently, there is no way to modify these settings for a specific agent.

Use Case

This feature is crucial for users who want to control the level of creativity or predictability in the responses and actions of their agents. It can be especially useful in dynamic conversation scenarios, customer service applications, and data analytics tasks.

Steps to Implement

  1. Extend the AssistantAgent class to include methods for setting and getting llm seed & temperature.
  2. Update the agent initialization process to accept configurable llm seed & temperature.
  3. Create unit tests to verify the new functionality works as expected.

Expected Results

After implementation, users should be able to:

  • Configure llm seed & temperature during agent initialization
  • Change llm seed & temperature for an existing agent
  • Observe noticeable changes in agent behavior based on these settings
@shoutsid shoutsid self-assigned this Oct 18, 2023
@shoutsid shoutsid added the enhancement New feature or request label Oct 18, 2023
@shoutsid shoutsid removed their assignment Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant