Tools
Tools are capabilities that agents can invoke during execution. SciLaxy ships with 40+ builtin tools across several categories.
Tools are enabled per-agent in the agent configuration. When an agent has a tool enabled, the LLM can choose to call it during the tool-calling loop.
Enabling a tool on an Agent does not grant an execution environment. A conversation with no Project has no command, project-filesystem, or sandbox execution tools. Bind a Project with an available execution target before asking the Agent to run code or operate on project files.
Search & Research
Code Execution
The sandbox tools execute code in isolated environments. See Sandbox for details on the execution environment.
These tools are exposed only for a Project-bound conversation whose execution target is available. SciLaxy does not create or fall back to a cloud sandbox for a conversation with no Project.
Knowledge & Memory
See Knowledge Bases and Memory for more details.
File Operations
The file reader supports multiple formats including PDF, DOCX, plain text, and images.
Reading an explicitly uploaded attachment is separate from project-filesystem access. Without a Project, an Agent cannot list, read, or write a device, Project, or sandbox filesystem.
Multimedia
Agent Management
User Interaction
This tool allows agents to request clarification or additional information from the user mid-execution, then continue with the response.
Enabling Tools
Tools are configured per-agent in the agent settings. You can enable or disable individual tools based on the agent's purpose:
- Open the agent configuration
- Navigate to the Tools section
- Toggle the tools you want the agent to have access to
SciLaxy shows the capabilities available to the current workspace. Connection authorization is completed in the product interface; Project execution tools also require their selected execution target to be online.