Skip to content

Conversation

@kevoconnell
Copy link
Collaborator

adds a guide on how to make an agent from scratch

Generate the initial agent structure from the FSM definition:
```bash
adev create_from_fsm author/whale_watcher whale_watcher_fsm.yaml
Copy link
Owner

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?

Copy link
Collaborator Author

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
Copy link
Owner

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

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

Successfully merging this pull request may close these issues.

3 participants