Create New Agent
Agent Configuration
LLM Integration & Routing
More Precise (0.0)
0.7
More Creative (1.0)
The LLM Router intelligently selects the most appropriate model based on task requirements and context.
This model will be used if the router fails or for simple tasks.
Tool Access
Select which tools this agent can access and use:
Database Tools
Data Processing Tools
Object Storage Tools
CRM Tools
Knowledge Integration (RAG)
Monitoring Tools
Telecom-Specific Tools
External Tool Integrations
PostgreSQL Connector
Data Source Integration
Connected
S3 Bucket Access
Cloud Storage Integration
Connected
Email Notification Service
Communication Integration
Connected
MySQL Database
Data Source IntegrationConnect to MySQL databases for data reading and writing operations.
Document Processing
Content Analysis IntegrationExtract and analyze information from various document formats.
Analytics API
Business Intelligence IntegrationConnect to data visualization and analytics platforms.
The Tool Marketplace provides community-contributed and premium integrations that extend your agents' capabilities.
OpenAI Assistant API
Premium • 4.8 ★ (125 ratings)Integrate OpenAI's Assistant API to provide powerful AI capabilities to your agent.
AI Service
Slack Integration
Free • 4.6 ★ (89 ratings)Connect your agent to Slack channels for notifications and interactive commands.
Communication
Create custom tool integrations by implementing the Tool Adapter interface and registering your integration.
from myraxis.tools import BaseToolAdapter
class CustomToolAdapter(BaseToolAdapter):
def __init__(self):
super().__init__(
name="custom_tool",
description="My custom integration"
)
def _execute(self, **kwargs):
# Custom implementation here
pass
def _check_health(self):
# Health check implementation
pass
Knowledge Integration (RAG)
Top K Results
Search Type
Prompt Engineering
AI Model Configuration
More Precise
Balanced
More Creative