-
Notifications
You must be signed in to change notification settings - Fork 4
Add mech tool creator to the scaffold command group #535
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
base: main
Are you sure you want to change the base?
Add mech tool creator to the scaffold command group #535
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on the right track just some things
|
Checkout this for something called LLM workflows. Which are super super cool imo, and mean that even less time needs to given bya developer. |
|
Look at this, allows you to basically chain llm calls together. |
@8ball030 given we will be using an llm for mint we should make a workflow for this so it can be reused |
What am I adding?
Adding mech tool creator to the scaffold command group
What will command look like?
adev scaffold custom --type mech <api_file_path> <tool_name> <author_name> <gpt_key>