generate_agent Session Required

Generates a new, blank agent identity and saves it to the session.

Parameters:
  • agent_name (string)

    Parameter agent_name

  • save (boolean)

    Parameter save

Interactive UI form will be available here in a future update.

save_agent Session Required

Saves an agent identity to the current session.

Parameters:
  • agent_name (string)

    Parameter agent_name

  • agent_data (object)

    Parameter agent_data

Interactive UI form will be available here in a future update.

embody_agent Session Required

Loads an agent and formats its identity as a system prompt.

Parameters:
  • agent_name (string)

    Parameter agent_name

Interactive UI form will be available here in a future update.

list_agents Session Required

Lists all saved agent identities in the current session.

This tool takes no parameters.

Interactive UI form will be available here in a future update.

load_agent Session Required

Loads an agent identity from the current session.

Parameters:
  • agent_name (string)

    Parameter agent_name

Interactive UI form will be available here in a future update.

calculate

Calculates mathematical expressions with math module functions.

Parameters:
  • expression (string)

    Parameter expression

Interactive UI form will be available here in a future update.

cast_hexagram

Casts an I Ching hexagram and returns the reading.

Parameters:
  • seed (string)

    Parameter seed

Interactive UI form will be available here in a future update.

docker_api

Interact with the Gnosis Docker API to manage containers and images.

Parameters:
  • command (string)

    Parameter command

  • container_id (string)

    Parameter container_id

  • image (string)

    Parameter image

  • tag (string)

    Parameter tag

  • force (boolean)

    Parameter force

  • all (boolean)

    Parameter all

  • tail (integer)

    Parameter tail

Interactive UI form will be available here in a future update.

apply_diff Session Required

Apply a diff to a file to edit its content. Creates a versioned backup.

Parameters:
  • file_path (string)

    Parameter file_path

  • diff_text (string)

    Parameter diff_text

  • change_tag (string)

    Parameter change_tag

Interactive UI form will be available here in a future update.

get_versions Session Required

List all saved versions of a file.

Parameters:
  • file_path (string)

    Parameter file_path

Interactive UI form will be available here in a future update.

restore_version Session Required

Restore a file to a specific version.

Parameters:
  • file_path (string)

    Parameter file_path

  • version_number (integer)

    Parameter version_number

Interactive UI form will be available here in a future update.

file_manager Session Required

Manage files and directories. Supports: create, read, write, list, move, delete, search, copy, versions, restore.

Parameters:
  • action (string)

    Parameter action

  • path (string)

    Parameter path

  • dest (string)

    Parameter dest

  • content (string)

    Parameter content

  • pattern (string)

    Parameter pattern

  • show_hidden (boolean)

    Parameter show_hidden

  • recursive (boolean)

    Parameter recursive

  • max_depth (integer)

    Parameter max_depth

  • create_backup (boolean)

    Parameter create_backup

  • version (string)

    Parameter version

  • encoding (string)

    Parameter encoding

Interactive UI form will be available here in a future update.

longer_qr_code

Generate a QR code. Free for short text, costs 100 satoshis for text over 128 characters.

Parameters:
  • data (string)

    Parameter data

Interactive UI form will be available here in a future update.

get_memory Session Required

Retrieve a piece of data from a named memory within the current session.

Parameters:
  • name (string)

    Parameter name

Interactive UI form will be available here in a future update.

save_memory Session Required

Save a piece of data to a named memory within the current session.

Parameters:
  • name (string)

    Parameter name

  • data (string)

    Parameter data

Interactive UI form will be available here in a future update.

check_inbox

Check your inbox for new messages.

Parameters:
  • agent_id (string)

    Parameter agent_id

  • unread_only (boolean)

    Parameter unread_only

  • limit (integer)

    Parameter limit

Interactive UI form will be available here in a future update.

send_message

Send a message to another agent's session-based inbox.

Parameters:
  • to_agent (string)

    Parameter to_agent

  • subject (string)

    Parameter subject

  • body (string)

    Parameter body

  • from_agent (string)

    Parameter from_agent

  • priority (string)

    Parameter priority

Interactive UI form will be available here in a future update.

network_test

Performs a basic TCP socket connection test to a specified host and port.

Parameters:
  • host (string)

    Parameter host

  • port (integer)

    Parameter port

  • timeout (integer)

    Parameter timeout

Interactive UI form will be available here in a future update.

list_ollama_models

Lists the available models from the Ollama server.

This tool takes no parameters.

Interactive UI form will be available here in a future update.

talk_to_ollama

Sends a prompt to a large language model running on an Ollama server.

Parameters:
  • prompt (string)

    Parameter prompt

  • model (string)

    Parameter model

Interactive UI form will be available here in a future update.

random_data

Generate random data, including integers, floats, choices from a list, or cards from a deck.

Parameters:
  • type (string)

    Parameter type

  • min (number)

    Parameter min

  • max (number)

    Parameter max

  • count (integer)

    Parameter count

  • choices (string)

    Parameter choices

  • deck (string)

    Parameter deck

  • seed (string)

    Parameter seed

Interactive UI form will be available here in a future update.

stream_logs

Stream the logs of a Docker container in real-time.

Parameters:
  • container_id (string)

    Parameter container_id

  • tail (integer)

    Parameter tail

Interactive UI form will be available here in a future update.

Back to Home