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

Personalizing the agents using LLM #267

Open
spannercode opened this issue Dec 5, 2024 · 3 comments
Open

Personalizing the agents using LLM #267

spannercode opened this issue Dec 5, 2024 · 3 comments

Comments

@spannercode
Copy link

Lets think about how we can use LLM to enhance the agents to make better reasoning or decisions.

Agents receive events from the chain or system and then makes a decision whether or not to act on them. For this, lets use the LLM.

Each agent has a system prompt that the admin (or owner of the agent can define; also default exists) that will guide the agent LLM to make decisions.

For the actions where we have probability, we can also have an option to select the LLM to make the decision to act or not.

@spannercode
Copy link
Author

Lets first list down, where LLM usage makes most sense.

@mesudip
Copy link
Contributor

mesudip commented Dec 12, 2024

@Sital999
Copy link
Collaborator

Sital999 commented Dec 16, 2024

LLM could be used for

  • Creation of metadata for vote, proposal creation, drep registration.
  • For voting on different type of proposals with different option with certain probability.
  • Delegating stake to online dreps for once
  • Creation of proposals on certain events on chain like vote
  • Transferring ada as reward on certain events like vote, proposal creation

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

No branches or pull requests

3 participants