Documentation Index
Fetch the complete documentation index at: https://docs.neuralfactory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Toolkits Overview
Toolkits extend what agents can do beyond knowledge base Q&A. With tools, agents can search the web, execute code, browse websites, send emails, create Jira tickets, and more.How tools work
When an agent has tools enabled, it decides autonomously when to use them:- Recognizes that a tool would help answer the question
- Calls the tool with appropriate parameters
- Receives the tool’s output
- Incorporates the result into its response
Tool categories
Built-in tools
These are tools provided natively by Neural Factory:| Tool | Description |
|---|---|
| Knowledge search | Search connected knowledge bases (enabled by default) |
| Web search | Search the internet for current information |
| Code execution | Run Python code in a secure sandbox |
| Bash | Execute shell commands in a sandboxed environment |
| Browser | Navigate and extract content from web pages |
| File editor | Read and modify files in the sandbox |
| Image generation | Generate images from text descriptions |
| Memory | Remember information across conversations |
External integrations
MCP-based integrations with third-party services:| Integration | Capabilities |
|---|---|
| Jira | Create issues, search tickets, update status |
| Confluence | Search and read pages |
| Outlook | Send emails, search inbox |
| SharePoint | Search and read documents |
| Google Drive | Search and read documents |
| Custom MCP servers | Dynamically loaded external tool servers |