We can't find the internet
Attempting to reconnect
AGENT JIDO
282
Docs
Follow us
Available Actions
add
Adds two numbers
divide
Divides one number by another
multiply
Multiplies two numbers
square
Squares a number
subtract
Subtracts one number from another
decrement_workflow
Decrements a value by 1
increment_workflow
Increments a value by 1
inspect_workflow
Inspects a value
log_workflow
Logs a message with a specified level
noop_workflow
No operation, returns input unchanged
random_sleep_workflow
Introduces a random sleep within a specified range
sleep_workflow
Sleeps for a specified duration
todo_workflow
A placeholder for a todo item
deregister_action
Deregisters an existing action module
enqueue_action
Enqueues another action based on params
kill_process
Terminates a child process
register_action
Registers a new action module
spawn_process
Spawns a child process under the agent's supervisor
copy_file
Copies a file from source to destination
delete_file
Deletes a file or directory with optional recursive deletion
list_directory
Lists directory contents with optional pattern matching
make_directory
Creates a new directory, optionally creating parent directories
move_file
Moves a file from source to destination
read_file
Reads content from a file
write_file
Writes content to a file, optionally creating parent directories
do_work_workflow
Simulates the robot performing work tasks
idle_workflow
Simulates the robot doing nothing
move_workflow
Moves the robot to a specified location
recharge
Simulates recharging the robot's battery
report_workflow
Simulates the robot reporting its status
add
Adds two numbers
divide
Divides one number by another
eval
Evaluates a mathematical expression
multiply
Multiplies two numbers
square
Squares a number
subtract
Subtracts one number from another
add_task
Add a new task to the todo list
chain_of_thought
Generate a response to a chat message with optional actions
complete_task
Mark a task as completed
generate_chat_response
Generate a response to a chat message with optional actions
generate_tool_response
Generate a response using LangChain to coordinate with arithmetic actions
list_tasks
List all tasks with optional filters
update_task
Update an existing task's details
say
Make an agent say something
choose_tool
Choose which tool to use based on the user's message and specify parameters
guess_tool
Analyze a user request and either match it to an available tool or propose an ideal tool design
Select an action to get started