📄️ <Prompt />
You can render anything you like inside of a prompt tag, and your agent will consider it when thinking!
📄️ <Action />
Every time an agent `.think()`s, it will generate and run one of the `<Action>`s it has declared.
📄️ <Perception />
Preceptions correspond to the agent receiving input from its environment.
📄️ <Task />
Tasks enable an agent to take charge of its own scheduling, including the ability to sleep and wake itself in the future.