Get a trained AI agent to generate articles and posts in the style you teach (specific personalities, temperament, mood)

Automation has two modes of operation: training and generation
The first automation is a single context, which means that any user who communicates with a bot works with the same context and has access to context editing and can generate content based on this context
The bot switches between the command modes /learn (learning mode) and /generate (text generation mode)
The learning mode Accepts and saves text instructions from the user according to style, language, context, etc.
- The list of current instructions can be obtained with the command /context
- Each instruction is saved separately
- Each instruction can be edited with the command /edit instruction_number
- Each instruction can be deleted with the command /del instruction_number
- If the user sends a command to delete or edit instructions in generation mode, the bot sends a message: ""To delete or edit instructions, switch to the /learn command mode""
Generation mode
- Accepts a request from the user and generates text based on it
Commands
- /learn - switches to learning mode and returns a message:
""You have switched to the instructions editing mode. To view the current instructions, send the /context command, to create a new instruction, send the text of the instruction""
- /generate - switches to content generation mode and sends a message: ""You have switched to generation mode. To generate the text, send the query""
- /context - returns a list of saved instructions with the number of each
