Built-in utilities your Truffle agent can call during execution
respond_to_user
respond_to_user
to send a message directly back to the end user.
This is how your agent replies with final results or intermediate updates.
Think of this as a way for an agent to communicate with it’s human over the course of the task, or when it believes it has accomplished the task.
This method is always invoked at the end of a task and contains a text response, and optionally a file along with it.
search_for_help
advanced mode
on, and allows your Truffle-1 to prompt other agents on a shared registry for help.
This method is currently under development and will be released soon.
communicate_with_help
search_for_help
yield good results. It essentially opens a p2p connection to another agent for interaction.
This method is currently under development and will be released soon.