CLIO Documentation / Tools Reference

Tools Reference

Complete guide to CLIO's built-in tools

CLIO provides 9 powerful tools for interacting with your system. Each tool is operation-based with multiple capabilities.

1. file_operations

Purpose: File and directory management

Operations:

2. version_control

Purpose: Git version control operations

Operations:

3. terminal_operations

Purpose: Execute shell commands

Operations:

4. memory_operations

Purpose: Store and recall information across sessions

Session Memory:

Long-Term Memory (LTM):

5. todo_operations

Purpose: Manage structured task lists

Operations:

6. web_operations

Purpose: Fetch URLs and search the web

Operations:

7. code_intelligence

Purpose: Code analysis and symbol search

Operations:

8. user_collaboration

Purpose: Request user input during tasks

Operations:

9. remote_execution

Purpose: Execute CLIO tasks on remote systems via SSH

Operations:

Tool Transparency

When CLIO uses tools, you see real-time notifications:

SYSTEM: [file_operations] - Reading ./config.json (254 lines)
SYSTEM: [version_control] - git status
SYSTEM: [terminal_operations] - Executing: npm install

Next Steps