-
Notifications
You must be signed in to change notification settings - Fork 4
add guide #568
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 guide #568
Conversation
| Generate the initial agent structure from the FSM definition: | ||
| ```bash | ||
| adev create_from_fsm author/whale_watcher whale_watcher_fsm.yaml |
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.
Does this not just work?
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.
yeah but this doesn't have the business logic ideally want to explain how to do that also
|
|
||
| Create the following files in your skill directory: | ||
|
|
||
| - `behaviours.py`: Implements the FSM behavior states |
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.
need to specify how to make these i think
adds a guide on how to make an agent from scratch