We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Lets first list down, where LLM usage makes most sense.
Sorry, something went wrong.
Blocked by:
LLM could be used for
vote
proposal creation
drep registration
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: