Usage Guide
Getting Started
Dotbase is a low-code, agent-as-a-service UI framework that enables the creation and management of sophisticated multi-agent systems. This guide will help you understand how to effectively use the system while respecting its architectural constraints.
Working with Nodes
Node Types and Configuration
SPARK Node
Primary data processing node
Drag from Library Panel to workspace
Configuration options in Properties Panel:
LUMINA Node
Receives data from SPARK
Processes and transforms data
Configuration settings:
BRIDGE Node
Entry point for system queries
UI Configuration:
NEXUS Node
Independent expert system coordinator
System message handling
Configuration panel options:
HUB Node
Central coordination point
Receives from BRIDGE, LUMINA, and NEXUS
Configuration settings:
Creating Workflows
1. Basic Workflow Setup
Drag required nodes from Library Panel
Connect nodes following rules:
SPARK → LUMINA
LUMINA → HUB
BRIDGE → HUB
NEXUS → HUB
2. Node Connection Rules
Configuring Inputs
SPARK Node Inputs
Using the Properties Panel:
Medical Analysis
Technical Analysis
Research Analysis
BRIDGE Node Inputs
In the node configuration panel:
Set query parameters:
Using the Testing Panel
1. Workflow Testing
Click "New File" in the top menu
Select input agents and drag into workspace
Enter test data
Click "Run Test" to execute
2. Monitoring Results
View real-time node status in Monitor Panel
Check data flow visualization
Access detailed logs in Log Panel
Query Types and Usage
Medical Analysis
Technical Analysis
Research Analysis
Best Practices
Data Flow Management
SPARK to LUMINA
Ensure data is properly formatted
Include all required fields
Validate before transmission
LUMINA to HUB
Transform data as needed
Add metadata if required
Verify data integrity
BRIDGE to HUB
Format initial queries properly
Include necessary context
Set appropriate priority levels
Error Handling
Common Use Cases
Medical Data Processing
Technical Feasibility
Troubleshooting
Common Issues and Solutions
Connection Errors
Verify node connection rules
Check data format compatibility
Ensure proper authentication
Processing Errors
Validate input data structure
Check for missing required fields
Verify query type is supported
System Response Issues
Monitor system resources
Check for rate limiting
Verify API key validity
Last updated