rustyclaw 0.1.33

A lightweight, secure agentic AI assistant runtime with OpenClaw compatibility
Documentation
# RustyClaw Configuration Example
# Copy this to ~/.rustyclaw/config.toml and customize

# Directory for RustyClaw settings and data
settings_dir = "/home/user/.rustyclaw"

# Path to SOUL.md file (optional)
# soul_path = "/home/user/.rustyclaw/SOUL.md"

# Directory containing skills (optional)
# skills_dir = "/home/user/.rustyclaw/skills"

# Whether to use the secrets storage system
use_secrets = true

# Blank lines between messages in the TUI (0 = compact, 1 = comfortable)
# message_spacing = 1

# Messenger configurations
# [[messengers]]
# name = "slack"
# enabled = false
# config_path = "/home/user/.rustyclaw/messengers/slack.toml"

# [[messengers]]
# name = "discord"
# enabled = false
# config_path = "/home/user/.rustyclaw/messengers/discord.toml"